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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_proc_apple.c43 extern void dt_proc_notify(dtrace_hdl_t *dtp, dt_proc_hash_t *dph, dt_proc_t *dpr, const char *msg);
132 dt_proc_hash_t *dph = dpr->dpr_hdl->dt_procs;
235 * the dt_proc_t structure on the dt_proc_hash_t notification list.
H A Ddt_proc.h97 } dt_proc_hash_t; typedef in typeref:struct:dt_proc_hash
H A Ddt_proc.c231 dt_proc_notify(dtrace_hdl_t *dtp, dt_proc_hash_t *dph, dt_proc_t *dpr,
507 dt_proc_hash_t *dph = dpr->dpr_hdl->dt_procs;
675 * the dt_proc_t structure on the dt_proc_hash_t notification list.
721 dt_proc_hash_t *dph = dtp->dt_procs;
745 dt_proc_hash_t *dph = dtp->dt_procs;
805 * lookup hash, and then walk the dt_proc_hash_t's notification list
922 dt_proc_hash_t *dph = dtp->dt_procs;
962 dt_proc_hash_t *dph = dtp->dt_procs;
1057 dt_proc_hash_t *dph = dtp->dt_procs;
1101 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.h276 dt_proc_hash_t *dt_procs; /* hash table of grabbed process handles */

Completed in 70 milliseconds