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

/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Daddr_match.c102 boolean_t match_found = B_FALSE; local
108 match_found = find_match(res, fromp, sin, sin6);
111 if (!match_found) {
/illumos-gate/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c236 int match_found = 0; local
308 match_found = 1;
314 if (!match_found) {
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc1238 Boolean match_found = false; local
1241 while (!match_found && (percent_length >= 0)) {
1258 match_found = true;
1265 return match_found;
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c551 * Returns match_found == 1 only if exactly one certificate matches
563 int *match_found,
575 if (match_found == NULL || matching_cert == NULL)
579 *match_found = 0;
630 *match_found = 1;
636 pkiDebug("%s: returning %d, match_found %d\n",
637 __FUNCTION__, retval, *match_found);
760 int match_found = 0; local
815 &match_found, &the_matching_cert);
821 if (match_found) {
556 check_all_certs(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, krb5_principal princ, rule_set *rs, pkinit_cert_matching_data **matchdata, int *match_found, pkinit_cert_matching_data **matching_cert) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1793 boolean_t match_found = B_FALSE; local
1805 match_found = B_TRUE;
1809 if (!match_found)
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c430 int32_t match_found = 0; local
571 match_found = 1;
622 if (!match_found) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c8976 uint32_t match_found; local
9008 match_found = 0;
9021 match_found = 0;
9025 match_found = 1;
9033 match_found = 0;
9037 match_found = 1;
9044 match_found = 0;
9053 match_found = 0;
9060 match_found = 1;
9064 if (match_found) {
[all...]

Completed in 143 milliseconds