Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h74 struct dt_proc_notify *dprn_next; /* next pointer */ member
H A Ddt_proc.c224 dprn->dprn_next = dph->dph_notify; in dt_proc_notify()
644 *npp = npr->dprn_next; in dt_proc_destroy()
647 npp = &npr->dprn_next; in dt_proc_destroy()
H A Ddt_work.c123 dph->dph_notify = dprn->dprn_next; in dtrace_sleep()