Home
last modified time | relevance | path

Searched refs:nb_reg_node (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c141 struct nb_reg_node { struct
142 struct nb_reg_node *next; argument
146 static struct nb_reg_node *nb_first = (struct nb_reg_node *)&nb_first; argument
147 static struct nb_reg_node *nb_free = (struct nb_reg_node *)&nb_free;
156 #define LIST_CLR(l) (l = (struct nb_reg_node *)&l)
1752 struct nb_reg_node *node; in flush_registered_clients()
1767 struct nb_reg_node *chk = in allocate_chunk()
1769 struct nb_reg_node *n; in allocate_chunk()
1788 struct nb_reg_node *node; in register_nb()
1816 struct nb_reg_node *node; in unregister_nb()
[all …]