Searched defs:SLIST_HEAD (Results 1 – 6 of 6) sorted by relevance
98 static SLIST_HEAD(ptyfs_hashhead, ptyfsnode) *ptyfs_node_tbl; in SLIST_HEAD() function
50 static SLIST_HEAD(uihashhead, uidinfo) *uihashtbl; in SLIST_HEAD() function
109 #define SLIST_HEAD(name, type) \ macro
221 #define SLIST_HEAD(n,t) struct n { struct t *q_forw, **q_last; } macro
90 #define SLIST_HEAD(name, type) \ macro
102 #define SLIST_HEAD(name, type) \ macro