Lines Matching refs:ndp
1232 rc_notify_deletion(rc_notify_delete_t *ndp, const char *service, in rc_notify_deletion() argument
1237 uu_list_node_init(&ndp->rnd_notify, &ndp->rnd_notify.rcn_list_node, in rc_notify_deletion()
1239 ndp->rnd_notify.rcn_delete = ndp; in rc_notify_deletion()
1241 (void) snprintf(ndp->rnd_fmri, sizeof (ndp->rnd_fmri), in rc_notify_deletion()
1253 (void) uu_list_insert_before(rc_notify_list, NULL, ndp); in rc_notify_deletion()
4162 rc_notify_node_delete(rc_notify_delete_t *ndp, rc_node_t *np_arg) in rc_notify_node_delete() argument
4205 rc_notify_deletion(ndp, in rc_notify_node_delete()
4210 ndp = NULL; in rc_notify_node_delete()
4213 if (ndp != NULL) in rc_notify_node_delete()
4214 uu_free(ndp); in rc_notify_node_delete()
4703 rc_notify_delete_t *ndp; in rc_node_delete() local
4925 ndp = uu_zalloc(sizeof (*ndp)); in rc_node_delete()
4926 if (ndp == NULL) { in rc_node_delete()
4940 uu_free(ndp); in rc_node_delete()
4951 rc_notify_node_delete(ndp, np); /* frees or uses ndp */ in rc_node_delete()
7501 rc_notify_delete_t *ndp; in rc_notify_info_wait() local
7566 if ((ndp = np->rcn_delete) != NULL) { in rc_notify_info_wait()
7567 (void) strlcpy(outp, ndp->rnd_fmri, sz); in rc_notify_info_wait()