KLIST_ITER_INIT_NODE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

klist_iter_init_node - Initialize a klist_iter structure.  

SYNOPSIS

"SYNOPSIS"

void klist_iter_init_node (struct klist * k, struct klist_iter * i, struct klist_node * n);  

ARGUMENTS

k
klist we're iterating.
i
klist_iter we're filling.
n
node to start with.
 

DESCRIPTION

Similar to klist_iter_init, but starts the action off with n, instead of with the list head.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:22 GMT, October 09, 2005