Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h124 rc_notify_delete_t *rcn_delete; member
H A Drc_node.c1169 if (np->rcn_delete != NULL) { in rc_notify_info_interested()
1174 assert(np->rcn_info != NULL || np->rcn_delete != NULL); in rc_notify_info_interested()
1229 ndp->rnd_notify.rcn_delete = ndp; in rc_notify_deletion()
1278 } else if (np->rcn_delete) { in rc_notify_remove_locked()
1279 uu_free(np->rcn_delete); in rc_notify_remove_locked()
7560 if ((ndp = np->rcn_delete) != NULL) { in rc_notify_info_wait()