Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/configd/
H A Drc_node.c1172 rc_notify_info_interested(rc_notify_info_t *rnip, rc_notify_t *np) in rc_notify_info_interested() argument
1190 if (rnip->rni_namelist[i] != NULL) { in rc_notify_info_interested()
1191 if (strcmp(nnp->rn_name, rnip->rni_namelist[i]) == 0) in rc_notify_info_interested()
1194 if (rnip->rni_typelist[i] != NULL) { in rc_notify_info_interested()
1195 if (strcmp(nnp->rn_type, rnip->rni_typelist[i]) == 0) in rc_notify_info_interested()
7352 rc_notify_info_init(rc_notify_info_t *rnip) in rc_notify_info_init() argument
7356 uu_list_node_init(rnip, &rnip->rni_list_node, rc_notify_info_pool); in rc_notify_info_init()
7357 uu_list_node_init(&rnip->rni_notify, &rnip->rni_notify.rcn_list_node, in rc_notify_info_init()
7360 rnip->rni_notify.rcn_node = NULL; in rc_notify_info_init()
7361 rnip->rni_notify.rcn_info = rnip; in rc_notify_info_init()
[all …]