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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dtrace.h 108 uint_t dpi_matches; /* number of probes matched by program */ member in struct:dtrace_proginfo
dt_program.c 192 pip->dpi_matches += args.n_matched;
  /src/external/cddl/osnet/dist/cmd/dtrace/
dtrace.c 638 dpi.dpi_matches, dpi.dpi_matches == 1 ? "" : "s");
669 g_total += dpi.dpi_matches;

Completed in 25 milliseconds