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

/netbsd-current/sys/arch/atari/isa/
H A Disa_machdep.c91 static int nmatched = 0; local
103 if (nmatched)
105 nmatched++;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Ddn2id.c302 struct berval *nmatched )
322 if ( nmatched ) {
323 nmatched->bv_len = 0;
324 nmatched->bv_val = 0;
388 if ( nmatched ) {
389 nmatched->bv_val = tmp.bv_val;
426 if ( nmatched ) {
427 if ( nmatched->bv_val ) {
428 nmatched->bv_len = in->bv_len - (nmatched
[all...]
H A Dproto-mdb.h89 struct berval *nmatched );
H A Dtools.c474 struct berval pdn, npdn, nmatched; local
483 rc = mdb_dn2id( op, tid, mcp, &ndn, &id, NULL, NULL, &nmatched );
488 if ( nmatched.bv_len != npdn.bv_len ) {
/netbsd-current/sys/arch/atari/pci/
H A Dpci_machdep.c145 static int nmatched = 0; local
157 if (nmatched)
159 nmatched++;
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c8762 int len, rc, best = INT_MAX, nmatched = 0;
8776 nmatched++;
8778 return (nmatched);
8820 nmatched++;
8830 return (nmatched);
8844 nmatched++;
8853 return (nmatched);
13211 dtrace_enabling_match(dtrace_enabling_t *enab, int *nmatched)
13242 * enabling (indicated with a NULL nmatched pointer),
13248 if (nmatched
[all...]

Completed in 199 milliseconds