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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c145 static struct nb_reg_node *nb_first = (struct nb_reg_node *)&nb_first; variable in typeref:struct:nb_reg_node
1787 if (LIST_ISEMPTY(nb_first)) {
1791 LIST_FOR_EACH(nb_first, node) {
1840 LIST_ADD(nb_first, node);
1852 assert(!LIST_ISEMPTY(nb_first));
1854 node = nb_first;
1855 LIST_FOR_EACH(nb_first, node) {

Completed in 216 milliseconds