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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c140 struct nb_reg_node { struct
141 struct nb_reg_node *next;
145 static struct nb_reg_node *nb_first = (struct nb_reg_node *)&nb_first;
146 static struct nb_reg_node *nb_free = (struct nb_reg_node *)&nb_free;
154 #define LIST_ISEMPTY(l) (l == (struct nb_reg_node *)&l)
155 #define LIST_CLR(l) (l = (struct nb_reg_node *)&l)
159 for (node = l; node != (struct nb_reg_node *)&l; node = node->next)
1785 struct nb_reg_node *nod
[all...]

Completed in 61 milliseconds