HomeSort by: relevance | last modified time | path
    Searched refs:dt_proc_hash_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_proc.h 101 } dt_proc_hash_t; typedef in typeref:struct:dt_proc_hash
dt_proc.c 231 dt_proc_notify(dtrace_hdl_t *dtp, dt_proc_hash_t *dph, dt_proc_t *dpr,
516 dt_proc_hash_t *dph = dpr->dpr_hdl->dt_procs;
703 * the dt_proc_t structure on the dt_proc_hash_t notification list.
746 dt_proc_hash_t *dph = dtp->dt_procs;
774 dt_proc_hash_t *dph = dtp->dt_procs;
847 * lookup hash, and then walk the dt_proc_hash_t's notification list
968 dt_proc_hash_t *dph = dtp->dt_procs;
1014 dt_proc_hash_t *dph = dtp->dt_procs;
1113 dt_proc_hash_t *dph = dtp->dt_procs;
1157 if ((dtp->dt_procs = dt_zalloc(dtp, sizeof (dt_proc_hash_t)
    [all...]
dt_work.c 49 dt_proc_hash_t *dph = dtp->dt_procs;
dt_impl.h 267 dt_proc_hash_t *dt_procs; /* hash table of grabbed process handles */

Completed in 19 milliseconds