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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_proc.c 321 dt_proc_notify(dtp, dtp->dt_procs, dpr,
516 dt_proc_hash_t *dph = dpr->dpr_hdl->dt_procs;
746 dt_proc_hash_t *dph = dtp->dt_procs;
774 dt_proc_hash_t *dph = dtp->dt_procs;
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) +
1160 (void) pthread_mutex_init(&dtp->dt_procs->dph_lock, NULL);
1161 (void) pthread_cond_init(&dtp->dt_procs->dph_cv, NULL)
    [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 */ member in struct:dtrace_hdl
dt_open.c 1269 dtp->dt_procs == NULL || dtp->dt_ld_path == NULL ||
1709 if (dtp->dt_procs != NULL)
dt_options.c 409 dtp->dt_procs->dph_lrulim = n;

Completed in 19 milliseconds