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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.h97 } dt_proc_hash_t; typedef in typeref:struct:dt_proc_hash
H A Ddt_proc.c197 dt_proc_notify(dtrace_hdl_t *dtp, dt_proc_hash_t *dph, dt_proc_t *dpr,
463 dt_proc_hash_t *dph = dpr->dpr_hdl->dt_procs;
626 * the dt_proc_t structure on the dt_proc_hash_t notification list.
669 dt_proc_hash_t *dph = dtp->dt_procs;
693 dt_proc_hash_t *dph = dtp->dt_procs;
752 * lookup hash, and then walk the dt_proc_hash_t's notification list
863 dt_proc_hash_t *dph = dtp->dt_procs;
900 dt_proc_hash_t *dph = dtp->dt_procs;
995 dt_proc_hash_t *dph = dtp->dt_procs;
1039 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.h224 dt_proc_hash_t *dt_procs; /* hash table of grabbed process handles */

Completed in 29 milliseconds