Lines Matching defs:dtrace_probe
58 struct dtrace_probe;
65 typedef struct dtrace_probe dtrace_probe_t;
85 * dtrace_probe structure. To allow quick lookups based on each element of the
92 * argument to dtrace_probe(), where it is then mapped into the corresponding
93 * dtrace_probe structure. From the dtrace_probe structure, dtrace_probe() can
97 struct dtrace_probe {
150 * When a provider wishes to fire a probe, it calls into dtrace_probe(),
152 * dtrace_probe() maps the identifier into a pointer to a dtrace_probe_t
198 * dtrace_probe() iterates over the ECB list. If the ECB needs less space
297 * When evaluating an ECB, dtrace_probe() determines if the ECB's needs of the
314 * dtrace_probe().
651 * dtrace_probe() loop a pointer to the underlying storage, not the contents of
655 * the main dtrace_probe() loop is finished with the variable, and the main
656 * dtrace_probe() loop would have to be careful to not call any further DIF
919 struct dtrace_probe *dtms_probe; /* current probe */