
NAME
list_for_each - iterate over a list
SYNOPSIS
list_for_each (pos, head);
ARGUMENTS
pos the &struct list_head to use as a loop counter.
head the head for your list.

list_for_each - iterate over a list
list_for_each (pos, head);
pos the &struct list_head to use as a loop counter.
head the head for your list.
Powered by the Ubuntu Manpage Repository generator
maintained by Dustin Kirkland
© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.