Searched refs:dt_proc_hash_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h97 } dt_proc_hash_t; typedef in typeref:struct:dt_proc_hash
H A Ddt_proc.c223 dt_proc_notify(dtrace_hdl_t *dtp, dt_proc_hash_t *dph, dt_proc_t *dpr,
506 dt_proc_hash_t *dph = dpr->dpr_hdl->dt_procs;
693 * the dt_proc_t structure on the dt_proc_hash_t notification list.
736 dt_proc_hash_t *dph = dtp->dt_procs;
764 dt_proc_hash_t *dph = dtp->dt_procs;
835 * lookup hash, and then walk the dt_proc_hash_t's notification list
956 dt_proc_hash_t *dph = dtp->dt_procs;
1002 dt_proc_hash_t *dph = dtp->dt_procs;
1101 dt_proc_hash_t *dph = dtp->dt_procs;
1145 if ((dtp->dt_procs = dt_zalloc(dtp, sizeof (dt_proc_hash_t)
[all...]
H A Ddt_work.c49 dt_proc_hash_t *dph = dtp->dt_procs;
H A Ddt_impl.h249 dt_proc_hash_t *dt_procs; /* hash table of grabbed process handles */

Completed in 72 milliseconds