.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "KLIST_ITER_INIT_NODE" "9" "09 October 2005" "" "" .SH NAME klist_iter_init_node \- Initialize a klist_iter structure. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void klist_iter_init_node (struct klist * \fIk\fB, struct klist_iter * \fIi\fB, struct klist_node * \fIn\fB); \fR .SH "ARGUMENTS" .TP \fB\fIk\fB\fR klist we're iterating. .TP \fB\fIi\fB\fR klist_iter we're filling. .TP \fB\fIn\fB\fR node to start with. .SH "DESCRIPTION" .PP Similar to \fBklist_iter_init\fR, but starts the action off with \fIn\fR, instead of with the list head.