Searched refs:dtpr_id (Results 1 – 2 of 2) sorted by relevance
104 dtrace_id_t dtpr_id; /* probe identifier */ member
3316 mstate->dtms_probe->dtpr_id, in dtrace_dif_variable()3319 else if (mstate->dtms_probe->dtpr_id == dtrace_probeid_error && argndx == 5) { in dtrace_dif_variable()3430 return (mstate->dtms_probe->dtpr_id); in dtrace_dif_variable()7224 if (probe->dtpr_id == dtrace_probeid_begin && in dtrace_probe()7244 probe->dtpr_id, probe->dtpr_arg) == 0) in dtrace_probe()7709 if (probe->dtpr_id == dtrace_probeid_error) { in dtrace_probe()8865 dtrace_probes[probe->dtpr_id - 1] = NULL; in dtrace_unregister()8899 old->dtpv_pops.dtps_destroy(old->dtpv_arg, probe->dtpr_id, in dtrace_unregister()8904 vmem_free(dtrace_arena, (void *)(uintptr_t)(probe->dtpr_id), 1); in dtrace_unregister()9007 dtrace_probes[probe->dtpr_id - 1] = NULL; in dtrace_condense()[all …]