Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_work.c93 while ((dprn = dph->dph_notify) != NULL) { in dtrace_sleep()
103 dph->dph_notify = dprn->dprn_next; in dtrace_sleep()
H A Ddt_proc.h93 dt_proc_notify_t *dph_notify; /* list of pending proc notifications */ member
H A Ddt_proc.c219 dprn->dprn_next = dph->dph_notify; in dt_proc_notify()
220 dph->dph_notify = dprn; in dt_proc_notify()
761 npp = &dph->dph_notify; in dt_proc_destroy()