Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1162 rc_notify_info_interested(rc_notify_info_t *rnip, rc_notify_t *np) in rc_notify_info_interested() argument
1180 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()
1184 if (rnip->rni_typelist[i] != NULL) { in rc_notify_info_interested()
1185 if (strcmp(nnp->rn_type, rnip->rni_typelist[i]) == 0) in rc_notify_info_interested()
7346 rc_notify_info_init(rc_notify_info_t *rnip) in rc_notify_info_init() argument
7350 uu_list_node_init(rnip, &rnip->rni_list_node, rc_notify_info_pool); in rc_notify_info_init()
7351 uu_list_node_init(&rnip->rni_notify, &rnip->rni_notify.rcn_list_node, in rc_notify_info_init()
7354 rnip->rni_notify.rcn_node = NULL; in rc_notify_info_init()
7355 rnip->rni_notify.rcn_info = rnip; in rc_notify_info_init()
[all …]