Searched refs:nmatched (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/net/
H A Dbpf.c2568 int nmatched = 0; local
2587 nmatched++;
2595 if (nmatched != 0)
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c7361 int len, best = INT_MAX, nmatched = 0;
7374 nmatched++;
7376 return (nmatched);
7418 nmatched++;
7424 return (nmatched);
7438 nmatched++;
7444 return (nmatched);
11609 dtrace_enabling_match(dtrace_enabling_t *enab, int *nmatched)
11633 * enabling (indicated with a NULL nmatched pointer),
11639 if (nmatched
[all...]

Completed in 91 milliseconds