Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_proc.h66 struct dt_proc_notify *dprn_next; /* next pointer */ member
Ddt_proc.c249 dprn->dprn_next = dph->dph_notify; in dt_proc_notify()
856 *npp = npr->dprn_next;
859 npp = &npr->dprn_next;
Ddt_work.c123 dph->dph_notify = dprn->dprn_next; in dtrace_sleep()