Searched defs:matched (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c7060 zoneid_t zoneid, int (*matched)(dtrace_probe_t *, void *), void *arg)
7076 if ((*matched)(probe, arg) == DTRACE_MATCH_FAIL)
7124 if ((rc = (*matched)(probe, arg)) !=
7148 if ((rc = (*matched)(probe, arg)) != DTRACE_MATCH_NEXT) {
7782 * consumer comes along, or whenever a retained enabling is to be matched.) If
11226 int total_matched = 0, matched = 0; local
11241 if ((matched = dtrace_probe_enable(&ep->dted_probe, enab)) < 0)
11244 total_matched += matched;
11310 * If an enabling is to be enabled without having matched probes (that is, if
13008 * is if the anonymous enabling ultimately matched anythin
[all...]

Completed in 1927 milliseconds