Searched refs:rni_namelist (Results 1 – 2 of 2) sorted by relevance
136 const char *rni_namelist[RC_NOTIFY_MAX_NAMES]; member
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()7363 bzero(rnip->rni_namelist, sizeof (rnip->rni_namelist)); in rc_notify_info_init()7369 rnip->rni_namelist[i] = NULL; in rc_notify_info_init()7482 return (rc_notify_info_add_watch(rnip, rnip->rni_namelist, name)); in rc_notify_info_add_name()7635 if (rnip->rni_namelist[i] != NULL) { in rc_notify_info_reset()7636 free((void *)rnip->rni_namelist[i]); in rc_notify_info_reset()7637 rnip->rni_namelist[i] = NULL; in rc_notify_info_reset()