Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1164 rc_node_t *nnp = np->rcn_node; in rc_notify_info_interested()
1170 assert(np->rcn_info == NULL && np->rcn_node == NULL); in rc_notify_info_interested()
1173 if (np->rcn_node == NULL) { in rc_notify_info_interested()
1205 np->rcn_node = nnp; in rc_notify_insert_node()
1216 np->rcn_node = NULL; in rc_notify_insert_node()
1256 while (np->rcn_node != NULL) { in rc_notify_remove_node()
1263 np->rcn_node = NULL; in rc_notify_remove_node()
1276 if (np->rcn_node) { in rc_notify_remove_locked()
1277 np->rcn_node = NULL; in rc_notify_remove_locked()
7354 rnip->rni_notify.rcn_node = NULL; in rc_notify_info_init()
[all …]
H A Dconfigd.h122 rc_node_t *rcn_node; member