Searched refs:node_list (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c548 * node_list etc. for node walking
550 struct node_list { struct
551 struct node_list *next;
556 free_node_list(struct node_list **headp)
558 struct node_list *tmp;
568 append_node_list(struct node_list **headp, struct node_list *list)
570 struct node_list *tmp;
588 prepend_node_list(struct node_list **headp, struct node_list *lis
[all...]

Completed in 18 milliseconds