Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h135 const char *rni_namelist[RC_NOTIFY_MAX_NAMES]; member
H A Drc_node.c1180 if (rnip->rni_namelist[i] != NULL) { in rc_notify_info_interested()
1181 if (strcmp(nnp->rn_name, rnip->rni_namelist[i]) == 0) in rc_notify_info_interested()
7357 bzero(rnip->rni_namelist, sizeof (rnip->rni_namelist)); in rc_notify_info_init()
7363 rnip->rni_namelist[i] = NULL; in rc_notify_info_init()
7476 return (rc_notify_info_add_watch(rnip, rnip->rni_namelist, name)); in rc_notify_info_add_name()
7629 if (rnip->rni_namelist[i] != NULL) { in rc_notify_info_reset()
7630 free((void *)rnip->rni_namelist[i]); in rc_notify_info_reset()
7631 rnip->rni_namelist[i] = NULL; in rc_notify_info_reset()