Searched defs:Listnode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlist.h42 typedef struct listnode Listnode; typedef in typeref:struct:listnode
47 Listnode *next; /* the next element */
51 Listnode *head; /* the first element */
52 Listnode *tail; /* the last element */

Completed in 52 milliseconds