crypto/heimdal/appl/ftp/ftp/cmds.c
1786
int i, toks[9], toknum = 0, match = 1;
crypto/heimdal/appl/ftp/ftp/cmds.c
1791
while (match && *cp1 && *cp2) {
crypto/heimdal/appl/ftp/ftp/cmds.c
1795
match = 0;
crypto/heimdal/appl/ftp/ftp/cmds.c
1813
match = 0;
crypto/heimdal/appl/ftp/ftp/cmds.c
1817
if (match && *cp1) {
crypto/heimdal/appl/ftp/ftp/cmds.c
1820
if (match && *cp2) {
crypto/heimdal/appl/ftp/ftp/cmds.c
1824
if (!match && *cp1) /* last token mismatch */
crypto/heimdal/appl/ftp/ftp/cmds.c
1832
match = 0;
crypto/heimdal/appl/ftp/ftp/cmds.c
1848
match = 1;
crypto/heimdal/appl/ftp/ftp/cmds.c
1856
match = 1;
crypto/heimdal/appl/ftp/ftp/cmds.c
1892
match = 1;
crypto/heimdal/appl/ftp/ftp/cmds.c
1895
if (match) {
crypto/heimdal/appl/ftp/ftp/ruserpass.c
144
goto match;
crypto/heimdal/appl/ftp/ftp/ruserpass.c
146
goto match;
crypto/heimdal/appl/ftp/ftp/ruserpass.c
152
goto match;
crypto/heimdal/appl/ftp/ftp/ruserpass.c
158
goto match;
crypto/heimdal/appl/ftp/ftp/ruserpass.c
161
match:
crypto/heimdal/appl/ftp/ftpd/ftpd.c
684
if (match(user, name) == 0){
crypto/heimdal/appl/login/login_access.c
115
match = (list_match(froms, &item, from_match)
crypto/heimdal/appl/login/login_access.c
122
return (match == 0 || (line[0] == '+'));
crypto/heimdal/appl/login/login_access.c
133
int match = NO;
crypto/heimdal/appl/login/login_access.c
148
if ((match = (*match_fn) (tok, item)) != 0) /* YES */
crypto/heimdal/appl/login/login_access.c
153
if (match != NO) {
crypto/heimdal/appl/login/login_access.c
157
return (match);
crypto/heimdal/appl/login/login_access.c
65
int match = NO;
crypto/heimdal/appl/login/login_access.c
85
while (!match && fgets(line, sizeof(line), fp)) {
crypto/heimdal/appl/rsh/login_access.c
115
match = (list_match(froms, &item, from_match)
crypto/heimdal/appl/rsh/login_access.c
122
return (match == 0 || (line[0] == '+'));
crypto/heimdal/appl/rsh/login_access.c
133
int match = NO;
crypto/heimdal/appl/rsh/login_access.c
148
if ((match = (*match_fn) (tok, item)) != 0) /* YES */
crypto/heimdal/appl/rsh/login_access.c
153
if (match != NO) {
crypto/heimdal/appl/rsh/login_access.c
157
return (match);
crypto/heimdal/appl/rsh/login_access.c
65
int match = NO;
crypto/heimdal/appl/rsh/login_access.c
85
while (!match && fgets(line, sizeof(line), fp)) {
crypto/heimdal/kcm/cache.c
617
krb5_boolean match;
crypto/heimdal/kcm/cache.c
625
match = FALSE;
crypto/heimdal/kcm/cache.c
627
match = krb5_compare_creds(context, whichfields, mcreds, &c->cred);
crypto/heimdal/kcm/cache.c
628
if (match)
crypto/heimdal/kcm/cache.c
632
if (match) {
crypto/heimdal/kdc/pkinit.c
1583
krb5_const_principal match)
crypto/heimdal/kdc/pkinit.c
1622
if (krb5_principal_compare(context, &principal, match) == TRUE)
crypto/heimdal/lib/gssapi/krb5/compat.c
44
krb5_principal match;
crypto/heimdal/lib/gssapi/krb5/compat.c
52
match = NULL;
crypto/heimdal/lib/gssapi/krb5/compat.c
54
ret = krb5_parse_name(context, *q, &match);
crypto/heimdal/lib/gssapi/krb5/compat.c
58
if (krb5_principal_match(context, name, match)) {
crypto/heimdal/lib/gssapi/krb5/compat.c
63
krb5_free_principal(context, match);
crypto/heimdal/lib/gssapi/krb5/compat.c
64
match = NULL;
crypto/heimdal/lib/gssapi/krb5/compat.c
66
if (match)
crypto/heimdal/lib/gssapi/krb5/compat.c
67
krb5_free_principal(context, match);
crypto/heimdal/lib/gssapi/krb5/copy_ccache.c
105
krb5_boolean match;
crypto/heimdal/lib/gssapi/krb5/copy_ccache.c
107
match = krb5_principal_compare(context,
crypto/heimdal/lib/gssapi/krb5/copy_ccache.c
110
if (match == FALSE) {
crypto/heimdal/lib/gssapi/mech/gss_acquire_cred_ext.c
131
int match = 0;
crypto/heimdal/lib/gssapi/mech/gss_acquire_cred_ext.c
134
_gss_mech_oids, &match);
crypto/heimdal/lib/gssapi/mech/gss_acquire_cred_ext.c
135
if (!match)
crypto/heimdal/lib/gssapi/mech/gss_authorize_localname.c
155
int match = 0;
crypto/heimdal/lib/gssapi/mech/gss_authorize_localname.c
158
gss_user, &match);
crypto/heimdal/lib/gssapi/mech/gss_authorize_localname.c
159
if (major_status == GSS_S_COMPLETE && match == 0)
crypto/heimdal/lib/hx509/cert.c
1011
q.match = HX509_QUERY_MATCH_CERTIFICATE;
crypto/heimdal/lib/hx509/cert.c
1068
q.match |= HX509_QUERY_FIND_ISSUER_CERT;
crypto/heimdal/lib/hx509/cert.c
1087
q.match = HX509_QUERY_MATCH_SUBJECT_KEY_ID;
crypto/heimdal/lib/hx509/cert.c
1091
q.match |= HX509_QUERY_NO_MATCH_PATH;
crypto/heimdal/lib/hx509/cert.c
1095
q.match |= HX509_QUERY_MATCH_TIME;
crypto/heimdal/lib/hx509/cert.c
1102
q.match &= ~HX509_QUERY_MATCH_TIME;
crypto/heimdal/lib/hx509/cert.c
1742
match_general_name(const GeneralName *c, const GeneralName *n, int *match)
crypto/heimdal/lib/hx509/cert.c
1758
*match = 1;
crypto/heimdal/lib/hx509/cert.c
1781
*match = 1;
crypto/heimdal/lib/hx509/cert.c
1797
*match = 1;
crypto/heimdal/lib/hx509/cert.c
1816
*match = 1;
crypto/heimdal/lib/hx509/cert.c
1829
int *same, int *match)
crypto/heimdal/lib/hx509/cert.c
1847
ret = match_general_name(n, &sa.val[j], match);
crypto/heimdal/lib/hx509/cert.c
1857
match_tree(const GeneralSubtrees *t, const Certificate *c, int *match)
crypto/heimdal/lib/hx509/cert.c
1863
name = alt_name = same = *match = 0;
crypto/heimdal/lib/hx509/cert.c
1897
*match = 1;
crypto/heimdal/lib/hx509/cert.c
1906
int match, ret;
crypto/heimdal/lib/hx509/cert.c
1914
ret = match_tree(&gs, c, &match);
crypto/heimdal/lib/hx509/cert.c
1920
if (match == 0 && !subject_null_p(c)) {
crypto/heimdal/lib/hx509/cert.c
1930
ret = match_tree(&gs, c, &match);
crypto/heimdal/lib/hx509/cert.c
1935
if (match) {
crypto/heimdal/lib/hx509/cert.c
2729
q->match |= HX509_QUERY_PRIVATE_KEY;
crypto/heimdal/lib/hx509/cert.c
2732
q->match |= HX509_QUERY_KU_ENCIPHERMENT;
crypto/heimdal/lib/hx509/cert.c
2735
q->match |= HX509_QUERY_KU_DIGITALSIGNATURE;
crypto/heimdal/lib/hx509/cert.c
2738
q->match |= HX509_QUERY_KU_KEYCERTSIGN;
crypto/heimdal/lib/hx509/cert.c
2791
q->match |= HX509_QUERY_MATCH_SERIALNUMBER|HX509_QUERY_MATCH_ISSUER_NAME;
crypto/heimdal/lib/hx509/cert.c
2814
q->match |= HX509_QUERY_MATCH_FRIENDLY_NAME;
crypto/heimdal/lib/hx509/cert.c
2842
q->match &= ~HX509_QUERY_MATCH_EKU;
crypto/heimdal/lib/hx509/cert.c
2857
q->match |= HX509_QUERY_MATCH_EKU;
crypto/heimdal/lib/hx509/cert.c
2871
q->match &= ~HX509_QUERY_MATCH_EXPR;
crypto/heimdal/lib/hx509/cert.c
2875
q->match |= HX509_QUERY_MATCH_EXPR;
crypto/heimdal/lib/hx509/cert.c
2900
q->match |= HX509_QUERY_MATCH_FUNCTION;
crypto/heimdal/lib/hx509/cert.c
2902
q->match &= ~HX509_QUERY_MATCH_FUNCTION;
crypto/heimdal/lib/hx509/cert.c
2952
if ((q->match & HX509_QUERY_FIND_ISSUER_CERT) &&
crypto/heimdal/lib/hx509/cert.c
2956
if ((q->match & HX509_QUERY_MATCH_CERTIFICATE) &&
crypto/heimdal/lib/hx509/cert.c
2960
if ((q->match & HX509_QUERY_MATCH_SERIALNUMBER)
crypto/heimdal/lib/hx509/cert.c
2964
if (q->match & HX509_QUERY_MATCH_ISSUER_NAME) {
crypto/heimdal/lib/hx509/cert.c
2970
if (q->match & HX509_QUERY_MATCH_SUBJECT_NAME) {
crypto/heimdal/lib/hx509/cert.c
2976
if (q->match & HX509_QUERY_MATCH_SUBJECT_KEY_ID) {
crypto/heimdal/lib/hx509/cert.c
2988
if ((q->match & HX509_QUERY_MATCH_ISSUER_ID))
crypto/heimdal/lib/hx509/cert.c
2990
if ((q->match & HX509_QUERY_PRIVATE_KEY) &&
crypto/heimdal/lib/hx509/cert.c
2996
if (q->match & HX509_QUERY_KU_DIGITALSIGNATURE)
crypto/heimdal/lib/hx509/cert.c
2998
if (q->match & HX509_QUERY_KU_NONREPUDIATION)
crypto/heimdal/lib/hx509/cert.c
3000
if (q->match & HX509_QUERY_KU_ENCIPHERMENT)
crypto/heimdal/lib/hx509/cert.c
3002
if (q->match & HX509_QUERY_KU_DATAENCIPHERMENT)
crypto/heimdal/lib/hx509/cert.c
3004
if (q->match & HX509_QUERY_KU_KEYAGREEMENT)
crypto/heimdal/lib/hx509/cert.c
3006
if (q->match & HX509_QUERY_KU_KEYCERTSIGN)
crypto/heimdal/lib/hx509/cert.c
3008
if (q->match & HX509_QUERY_KU_CRLSIGN)
crypto/heimdal/lib/hx509/cert.c
3013
if ((q->match & HX509_QUERY_ANCHOR))
crypto/heimdal/lib/hx509/cert.c
3016
if (q->match & HX509_QUERY_MATCH_LOCAL_KEY_ID) {
crypto/heimdal/lib/hx509/cert.c
3026
if (q->match & HX509_QUERY_NO_MATCH_PATH) {
crypto/heimdal/lib/hx509/cert.c
3033
if (q->match & HX509_QUERY_MATCH_FRIENDLY_NAME) {
crypto/heimdal/lib/hx509/cert.c
3040
if (q->match & HX509_QUERY_MATCH_FUNCTION) {
crypto/heimdal/lib/hx509/cert.c
3046
if (q->match & HX509_QUERY_MATCH_KEY_HASH_SHA1) {
crypto/heimdal/lib/hx509/cert.c
3062
if (q->match & HX509_QUERY_MATCH_TIME) {
crypto/heimdal/lib/hx509/cert.c
3073
if ((q->match & HX509_QUERY_MATCH_EKU) &&
crypto/heimdal/lib/hx509/cert.c
3077
if ((q->match & HX509_QUERY_MATCH_EXPR)) {
crypto/heimdal/lib/hx509/cert.c
3090
if (q->match & ~HX509_QUERY_MASK)
crypto/heimdal/lib/hx509/cert.c
3123
fprintf(f, "%d %d\n", type, q->match);
crypto/heimdal/lib/hx509/cms.c
264
int match)
crypto/heimdal/lib/hx509/cms.c
280
q.match = HX509_QUERY_MATCH_SERIALNUMBER|HX509_QUERY_MATCH_ISSUER_NAME;
crypto/heimdal/lib/hx509/cms.c
284
q.match = HX509_QUERY_MATCH_SUBJECT_KEY_ID;
crypto/heimdal/lib/hx509/cms.c
292
q.match |= match;
crypto/heimdal/lib/hx509/cms.c
294
q.match |= HX509_QUERY_MATCH_TIME;
crypto/heimdal/lib/hx509/collector.c
189
q.match |= HX509_QUERY_MATCH_LOCAL_KEY_ID;
crypto/heimdal/lib/hx509/hx_locl.h
113
int match;
crypto/heimdal/lib/hx509/revoke.c
188
q.match = HX509_QUERY_MATCH_ISSUER_NAME;
crypto/heimdal/lib/hx509/revoke.c
193
q.match |= HX509_QUERY_MATCH_SUBJECT_NAME;
crypto/heimdal/lib/hx509/revoke.c
197
q.match |= HX509_QUERY_MATCH_KEY_HASH_SHA1;
crypto/heimdal/lib/hx509/revoke.c
496
q.match = HX509_QUERY_MATCH_SUBJECT_NAME;
crypto/heimdal/lib/hx509/revoke.c
497
q.match |= HX509_QUERY_KU_CRLSIGN;
crypto/heimdal/lib/hx509/revoke.c
530
q.match = HX509_QUERY_MATCH_SUBJECT_NAME;
crypto/heimdal/lib/hx509/revoke.c
531
q.match |= HX509_QUERY_KU_CRLSIGN;
crypto/heimdal/lib/hx509/revoke.c
887
q.match |= HX509_QUERY_FIND_ISSUER_CERT;
crypto/heimdal/lib/hx509/softp11.c
210
int match = 0;
crypto/heimdal/lib/hx509/softp11.c
216
match = 1;
crypto/heimdal/lib/hx509/softp11.c
220
if (match == 0) {
crypto/heimdal/lib/kadm5/acl.c
125
krb5_boolean match;
crypto/heimdal/lib/kadm5/acl.c
130
match = krb5_principal_match (context->context,
crypto/heimdal/lib/kadm5/acl.c
133
if (match) {
crypto/heimdal/lib/krb5/cache.c
1149
krb5_boolean match;
crypto/heimdal/lib/krb5/cache.c
1151
match = krb5_principal_compare(context, principal, client);
crypto/heimdal/lib/krb5/cache.c
1153
if (match)
crypto/heimdal/lib/krb5/cache.c
879
krb5_boolean (*match)(krb5_context, void *, const krb5_creds *),
crypto/heimdal/lib/krb5/cache.c
906
if (match == NULL || (*match)(context, matchctx, &cred) == 0) {
crypto/heimdal/lib/krb5/creds.c
212
krb5_boolean match = TRUE;
crypto/heimdal/lib/krb5/creds.c
214
if (match && mcreds->server) {
crypto/heimdal/lib/krb5/creds.c
216
match = krb5_principal_compare_any_realm (context, mcreds->server,
crypto/heimdal/lib/krb5/creds.c
219
match = krb5_principal_compare (context, mcreds->server,
crypto/heimdal/lib/krb5/creds.c
223
if (match && mcreds->client) {
crypto/heimdal/lib/krb5/creds.c
225
match = krb5_principal_compare_any_realm (context, mcreds->client,
crypto/heimdal/lib/krb5/creds.c
228
match = krb5_principal_compare (context, mcreds->client,
crypto/heimdal/lib/krb5/creds.c
232
if (match && (whichfields & KRB5_TC_MATCH_KEYTYPE))
crypto/heimdal/lib/krb5/creds.c
233
match = mcreds->session.keytype == creds->session.keytype;
crypto/heimdal/lib/krb5/creds.c
235
if (match && (whichfields & KRB5_TC_MATCH_FLAGS_EXACT))
crypto/heimdal/lib/krb5/creds.c
236
match = mcreds->flags.i == creds->flags.i;
crypto/heimdal/lib/krb5/creds.c
238
if (match && (whichfields & KRB5_TC_MATCH_FLAGS))
crypto/heimdal/lib/krb5/creds.c
239
match = (creds->flags.i & mcreds->flags.i) == mcreds->flags.i;
crypto/heimdal/lib/krb5/creds.c
241
if (match && (whichfields & KRB5_TC_MATCH_TIMES_EXACT))
crypto/heimdal/lib/krb5/creds.c
242
match = krb5_times_equal(&mcreds->times, &creds->times);
crypto/heimdal/lib/krb5/creds.c
244
if (match && (whichfields & KRB5_TC_MATCH_TIMES))
crypto/heimdal/lib/krb5/creds.c
246
match = (mcreds->times.renew_till <= creds->times.renew_till) &&
crypto/heimdal/lib/krb5/creds.c
249
if (match && (whichfields & KRB5_TC_MATCH_AUTHDATA)) {
crypto/heimdal/lib/krb5/creds.c
252
match = FALSE;
crypto/heimdal/lib/krb5/creds.c
254
for(i = 0; match && i < mcreds->authdata.len; i++)
crypto/heimdal/lib/krb5/creds.c
255
match = (mcreds->authdata.val[i].ad_type ==
crypto/heimdal/lib/krb5/creds.c
260
if (match && (whichfields & KRB5_TC_MATCH_2ND_TKT))
crypto/heimdal/lib/krb5/creds.c
261
match = (krb5_data_cmp(&mcreds->second_ticket, &creds->second_ticket) == 0);
crypto/heimdal/lib/krb5/creds.c
263
if (match && (whichfields & KRB5_TC_MATCH_IS_SKEY))
crypto/heimdal/lib/krb5/creds.c
264
match = ((mcreds->second_ticket.length == 0) ==
crypto/heimdal/lib/krb5/creds.c
267
return match;
crypto/heimdal/lib/krb5/test_addr.c
134
const char *one_addr, int match)
crypto/heimdal/lib/krb5/test_addr.c
154
if (!match)
crypto/heimdal/lib/krb5/test_addr.c
157
if (match)
crypto/heimdal/lib/roken/glob.c
162
static int match (Char *, Char *, Char *);
crypto/heimdal/lib/roken/glob.c
617
if (!match(pathend, pattern, restpattern)) {
crypto/heimdal/lib/roken/glob.c
708
if (match(name, pat, patend))
crypto/krb5/src/clients/ksu/authorization.c
282
krb5_boolean match;
crypto/krb5/src/clients/ksu/authorization.c
284
if(match_commands(fcmd,cmd,&match,
crypto/krb5/src/clients/ksu/authorization.c
292
if (match == TRUE){
crypto/krb5/src/clients/ksu/authorization.c
518
match_commands(char *fcmd, char *cmd, krb5_boolean *match,
crypto/krb5/src/clients/ksu/authorization.c
538
*match = TRUE;
crypto/krb5/src/clients/ksu/authorization.c
541
*match = FALSE;
crypto/krb5/src/clients/ksu/authorization.c
545
*match = TRUE;
crypto/krb5/src/clients/ksu/authorization.c
548
*match = FALSE;
crypto/krb5/src/kadmin/dbutil/dump.c
229
int i, match;
crypto/krb5/src/kadmin/dbutil/dump.c
232
match = args->nnames ? 0 : 1;
crypto/krb5/src/kadmin/dbutil/dump.c
233
for (i = 0; i < args->nnames && !match; i++) {
crypto/krb5/src/kadmin/dbutil/dump.c
247
match = 1;
crypto/krb5/src/kadmin/dbutil/dump.c
256
return match;
crypto/krb5/src/kdc/kdc_preauth.c
483
krb5_boolean match = FALSE;
crypto/krb5/src/kdc/kdc_preauth.c
496
match = krb5_principal_compare(context, ent->princ, client);
crypto/krb5/src/kdc/kdc_preauth.c
498
return match;
crypto/krb5/src/lib/gssapi/mechglue/g_authorize_localname.c
138
int match = 0;
crypto/krb5/src/lib/gssapi/mechglue/g_authorize_localname.c
150
&match);
crypto/krb5/src/lib/gssapi/mechglue/g_authorize_localname.c
151
if (status == GSS_S_COMPLETE && match == 0)
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
113
int match;
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
114
match = (regexec(&data->preg, name, 0, NULL, 0) == 0);
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
115
if (match) {
crypto/krb5/src/lib/krb5/ccache/cc_api_macos.c
459
krb5_boolean match;
crypto/krb5/src/lib/krb5/ccache/cc_api_macos.c
480
match = krb5int_cc_creds_match_request(context, flags, creds, &mcreds);
crypto/krb5/src/lib/krb5/ccache/cc_api_macos.c
482
if (match)
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1260
krb5_boolean match;
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1270
match = krb5int_cc_creds_match_request(context, flags, creds, &c);
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1272
if (match) {
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
377
krb5_keytab_entry *entry, *match = NULL;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
407
if (match == NULL)
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
408
match = entry;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
409
else if (entry->vno > match->vno)
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
410
match = entry;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
413
match = entry;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
422
if (match) {
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
423
out_entry->magic = match->magic;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
424
out_entry->timestamp = match->timestamp;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
425
out_entry->vno = match->vno;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
426
out_entry->key = match->key;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
427
err = krb5_copy_keyblock_contents(context, &(match->key),
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
437
match->principal,
crypto/krb5/src/lib/krb5/keytab/ktfns.c
141
krb5_boolean match;
crypto/krb5/src/lib/krb5/keytab/ktfns.c
148
match = krb5_sname_match(context, mprinc, ent.principal);
crypto/krb5/src/lib/krb5/keytab/ktfns.c
150
if (match)
crypto/krb5/src/lib/krb5/keytab/ktfns.c
156
return match ? 0 : KRB5_KT_NOTFOUND;
crypto/krb5/src/lib/krb5/krb/gic_keytab.c
108
match = krb5_principal_compare(context, entry.principal, client);
crypto/krb5/src/lib/krb5/krb/gic_keytab.c
112
if (vno < max_kvno || !match || !krb5_c_valid_enctype(etype))
crypto/krb5/src/lib/krb5/krb/gic_keytab.c
93
krb5_boolean match;
crypto/krb5/src/lib/krb5/krb/init_ctx.c
105
int match;
crypto/krb5/src/lib/krb5/krb/init_ctx.c
115
match = (strcasecmp(third_option, str) == 0);
crypto/krb5/src/lib/krb5/krb/init_ctx.c
117
if (!match)
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
933
krb5_otp_tokeninfo *match = NULL;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
954
if (match != NULL)
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
956
match = tis[i];
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
960
if (match == NULL)
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
965
if (tis[i] != match)
crypto/krb5/src/lib/krb5/os/localaddr.c
428
int match;
crypto/krb5/src/lib/krb5/os/localaddr.c
459
match = 0;
crypto/krb5/src/lib/krb5/os/localaddr.c
464
match = 1;
crypto/krb5/src/lib/krb5/os/localaddr.c
469
if (match)
crypto/krb5/src/lib/krb5/os/sn2princ.c
317
krb5_boolean match = FALSE;
crypto/krb5/src/lib/krb5/os/sn2princ.c
322
match = TRUE;
crypto/krb5/src/lib/krb5/os/sn2princ.c
327
return match;
crypto/krb5/src/plugins/certauth/test/main.c
122
match = TRUE;
crypto/krb5/src/plugins/certauth/test/main.c
130
return match;
crypto/krb5/src/plugins/certauth/test/main.c
97
krb5_boolean match = FALSE;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
525
krb5_boolean match;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
542
match = FALSE;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
550
match = krb5_principal_compare(context, canon_princ, (*entry)->princ);
crypto/krb5/src/plugins/kdb/test/kdb_test.c
555
return match ? 0 : KRB5KDC_ERR_CLIENT_NAME_MISMATCH;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
471
int match = 0;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
479
match = regexp_match(context, rc, md->subject_dn, idx);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
482
match = regexp_match(context, rc, md->issuer_dn, idx);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
487
match = regexp_match(context, rc, princ_string, idx);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
489
if (match)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
493
match = regexp_match(context, rc, md->upns[i], idx);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
494
if (match)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
512
match = 1;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
519
match = 1;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
533
pkiDebug("%s: returning match = %d\n", __FUNCTION__, match);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
534
return match;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
182
krb5_boolean match;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
250
match = cb->match_client(context, rock, upn);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
252
if (match) {
crypto/krb5/src/util/support/getopt_long.c
174
int i, current_argv_len, match = -1;
crypto/krb5/src/util/support/getopt_long.c
190
match = i;
crypto/krb5/src/util/support/getopt_long.c
193
if (match == -1)
crypto/krb5/src/util/support/getopt_long.c
194
match = i;
crypto/krb5/src/util/support/getopt_long.c
196
if (match != -1) {
crypto/krb5/src/util/support/getopt_long.c
197
if (long_options[match].has_arg == required_argument ||
crypto/krb5/src/util/support/getopt_long.c
198
long_options[match].has_arg == optional_argument) {
crypto/krb5/src/util/support/getopt_long.c
204
if ((long_options[match].has_arg == required_argument)
crypto/krb5/src/util/support/getopt_long.c
222
if (long_options[match].flag) {
crypto/krb5/src/util/support/getopt_long.c
223
*long_options[match].flag = long_options[match].val;
crypto/krb5/src/util/support/getopt_long.c
226
retval = long_options[match].val;
crypto/krb5/src/util/support/getopt_long.c
228
*index = match;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
733
LPTSTR target, charset, match;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
745
match = _tcsstr(target, charset);
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
747
if ((match) && (bInst)) {
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
752
if ((!match) && (!bInst)) {
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
767
lstrcpy(str+(match-target),match+lstrlen(str2)+2);
crypto/openssh/auth2.c
607
int match;
crypto/openssh/auth2.c
613
match = MATCH_METHOD;
crypto/openssh/auth2.c
622
match = MATCH_BOTH;
crypto/openssh/auth2.c
626
return match;
crypto/openssh/auth2.c
639
int match;
crypto/openssh/auth2.c
641
match = list_starts_with(omethods, method, submethod);
crypto/openssh/auth2.c
642
if (match != MATCH_METHOD && match != MATCH_BOTH)
crypto/openssh/auth2.c
645
if (submethod && match == MATCH_BOTH)
crypto/openssh/clientloop.c
2122
if ((l->match & HKF_MATCH_HOST) == 0) {
crypto/openssh/clientloop.c
2128
} else if ((l->match & HKF_MATCH_IP) == 0) {
crypto/openssh/clientloop.c
2153
ctx->keys_match[i] |= l->match;
crypto/openssh/clientloop.c
2181
hashed = l->match & (HKF_MATCH_HOST_HASHED|HKF_MATCH_IP_HASHED);
crypto/openssh/hostfile.c
567
ctx->match_keys[i] |= l->match;
crypto/openssh/hostfile.c
826
lineinfo.match |= HKF_MATCH_HOST |
crypto/openssh/hostfile.c
840
lineinfo.match |= HKF_MATCH_IP |
crypto/openssh/hostfile.h
95
u_int match; /* Zero or more of HKF_MATCH_* OR'd together */
crypto/openssh/openbsd-compat/getopt_long.c
195
int i, match;
crypto/openssh/openbsd-compat/getopt_long.c
198
match = -1;
crypto/openssh/openbsd-compat/getopt_long.c
217
match = i;
crypto/openssh/openbsd-compat/getopt_long.c
227
if (match == -1) /* partial match */
crypto/openssh/openbsd-compat/getopt_long.c
228
match = i;
crypto/openssh/openbsd-compat/getopt_long.c
238
if (match != -1) { /* option found */
crypto/openssh/openbsd-compat/getopt_long.c
239
if (long_options[match].has_arg == no_argument
crypto/openssh/openbsd-compat/getopt_long.c
247
if (long_options[match].flag == NULL)
crypto/openssh/openbsd-compat/getopt_long.c
248
optopt = long_options[match].val;
crypto/openssh/openbsd-compat/getopt_long.c
253
if (long_options[match].has_arg == required_argument ||
crypto/openssh/openbsd-compat/getopt_long.c
254
long_options[match].has_arg == optional_argument) {
crypto/openssh/openbsd-compat/getopt_long.c
257
else if (long_options[match].has_arg ==
crypto/openssh/openbsd-compat/getopt_long.c
265
if ((long_options[match].has_arg == required_argument)
crypto/openssh/openbsd-compat/getopt_long.c
277
if (long_options[match].flag == NULL)
crypto/openssh/openbsd-compat/getopt_long.c
278
optopt = long_options[match].val;
crypto/openssh/openbsd-compat/getopt_long.c
295
*idx = match;
crypto/openssh/openbsd-compat/getopt_long.c
296
if (long_options[match].flag) {
crypto/openssh/openbsd-compat/getopt_long.c
297
*long_options[match].flag = long_options[match].val;
crypto/openssh/openbsd-compat/getopt_long.c
300
return (long_options[match].val);
crypto/openssh/openbsd-compat/glob.c
176
static int match(Char *, Char *, Char *);
crypto/openssh/openbsd-compat/glob.c
767
if (!match(pathend, pattern, restpattern)) {
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
124
ASSERT_U_INT_EQ(l->match, expected_match);
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
81
expected_match = expected->l.match;
crypto/openssh/sshconnect.c
760
if ((l->match & HKF_MATCH_HOST) != 0)
crypto/openssl/apps/lib/apps.c
2322
int match;
crypto/openssl/apps/lib/apps.c
2325
match = X509_check_private_key(cert, pkey);
crypto/openssl/apps/lib/apps.c
2327
return match;
crypto/openssl/crypto/encode_decode/encoder_pkey.c
105
int match;
crypto/openssl/crypto/encode_decode/encoder_pkey.c
109
match = (data->id_names[i] == encoder->base.id);
crypto/openssl/crypto/encode_decode/encoder_pkey.c
111
match = OSSL_ENCODER_is_a(encoder,
crypto/openssl/crypto/encode_decode/encoder_pkey.c
113
if (!match
crypto/openssl/crypto/encode_decode/encoder_pkey.c
209
int match = (data->obj == data->constructed_obj);
crypto/openssl/crypto/encode_decode/encoder_pkey.c
217
if (match)
crypto/openssl/crypto/evp/evp_local.h
129
OSSL_FUNC_keymgmt_match_fn *match;
crypto/openssl/crypto/evp/keymgmt_lib.c
393
&& keymgmt2->match != NULL) {
crypto/openssl/crypto/evp/keymgmt_lib.c
413
&& keymgmt1->match != NULL) {
crypto/openssl/crypto/evp/keymgmt_meth.c
180
if (keymgmt->match == NULL)
crypto/openssl/crypto/evp/keymgmt_meth.c
181
keymgmt->match = OSSL_FUNC_keymgmt_match(fns);
crypto/openssl/crypto/evp/keymgmt_meth.c
537
if (keymgmt->match == NULL)
crypto/openssl/crypto/evp/keymgmt_meth.c
539
return keymgmt->match(keydata1, keydata2, selection);
crypto/openssl/crypto/evp/p_lib.c
294
if (keymgmt2 != NULL && keymgmt2->match != NULL) {
crypto/openssl/crypto/evp/p_lib.c
301
if (tmp_keydata == NULL && keymgmt1 != NULL && keymgmt1->match != NULL) {
crypto/openssl/crypto/pkcs12/p12_kiss.c
101
match = X509_check_private_key(x, *pkey);
crypto/openssl/crypto/pkcs12/p12_kiss.c
103
if (match) {
crypto/openssl/crypto/pkcs12/p12_kiss.c
98
int match;
crypto/openssl/crypto/property/property_parse.c
43
#define MATCH(s, m) match(s, m, sizeof(m) - 1)
crypto/openssl/crypto/x509/v3_ncons.c
504
int i, r, match = 0;
crypto/openssl/crypto/x509/v3_ncons.c
529
if (match == 2)
crypto/openssl/crypto/x509/v3_ncons.c
531
if (match == 0)
crypto/openssl/crypto/x509/v3_ncons.c
532
match = 1;
crypto/openssl/crypto/x509/v3_ncons.c
535
match = 2;
crypto/openssl/crypto/x509/v3_ncons.c
540
if (match == 1)
crypto/openssl/engines/e_capi.c
1475
int match;
crypto/openssl/engines/e_capi.c
1488
match = 0;
crypto/openssl/engines/e_capi.c
1490
match = 1;
crypto/openssl/engines/e_capi.c
1492
if (match)
crypto/openssl/test/v3nametest.c
265
const char *nameincert, int match, const char *name)
crypto/openssl/test/v3nametest.c
269
if (match < 0)
crypto/openssl/test/v3nametest.c
273
match ? "matches" : "does not match", name);
crypto/openssl/test/v3nametest.c
290
int match, ret;
crypto/openssl/test/v3nametest.c
296
match = -1;
crypto/openssl/test/v3nametest.c
302
match = 1;
crypto/openssl/test/v3nametest.c
304
match = 0;
crypto/openssl/test/v3nametest.c
306
match = 1;
crypto/openssl/test/v3nametest.c
307
if (!TEST_true(check_message(fn, "host", nameincert, match, *pname)))
crypto/openssl/test/v3nametest.c
310
match = -1;
crypto/openssl/test/v3nametest.c
318
match = 1;
crypto/openssl/test/v3nametest.c
320
match = 0;
crypto/openssl/test/v3nametest.c
322
match = 1;
crypto/openssl/test/v3nametest.c
324
nameincert, match, *pname)))
crypto/openssl/test/v3nametest.c
327
match = -1;
crypto/openssl/test/v3nametest.c
331
match = 1;
crypto/openssl/test/v3nametest.c
333
match = 0;
crypto/openssl/test/v3nametest.c
335
match = 1;
crypto/openssl/test/v3nametest.c
336
if (!TEST_true(check_message(fn, "email", nameincert, match, *pname)))
lib/libc/gen/getpwent.c
119
int (*match)(char *, size_t, enum nss_lookup_type, const char *,
lib/libc/gen/getpwent.c
1915
rv = pwdb_versions[st->version].match(entry.data, entry.size,
lib/libc/gen/getpwent.c
897
rv = pwdb_versions[st->version].match(entry.data, entry.size,
lib/libc/gen/glob-compat11.c
143
static int match(Char *, Char *, Char *);
lib/libc/gen/glob-compat11.c
764
if (too_long || !match(pathend, pattern, restpattern)) {
lib/libc/gen/glob.c
178
static int match(Char *, Char *, Char *);
lib/libc/gen/glob.c
826
if (too_long || !match(pathend, pattern, restpattern)) {
lib/libc/locale/collate.c
319
collate_large_t *match;
lib/libc/locale/collate.c
371
((match = largesearch(table, *t)) != NULL)) {
lib/libc/locale/collate.c
376
*pri = match->pri.pri[which];
lib/libc/locale/collate.c
792
collate_large_t *match;
lib/libc/locale/collate.c
793
match = largesearch(table, *wname);
lib/libc/locale/collate.c
794
if (match && match->pri.pri[0] >= 0) {
lib/libc/locale/collate.c
804
collate_chain_t *match;
lib/libc/locale/collate.c
806
match = chainsearch(table, wname, &ll);
lib/libc/locale/collate.c
807
if (match) {
lib/libc/locale/collate.c
859
collate_large_t *match;
lib/libc/locale/collate.c
860
match = largesearch(table, *wname);
lib/libc/locale/collate.c
861
if (match)
lib/libc/locale/collate.c
862
e = match->pri.pri[0];
lib/libc/locale/collate.c
870
collate_chain_t *match;
lib/libc/locale/collate.c
872
match = chainsearch(table, wname, &ll);
lib/libc/locale/collate.c
873
if (match) {
lib/libc/locale/collate.c
874
e = match->pri[0];
lib/libc/locale/collate.c
953
collate_large_t *match;
lib/libc/locale/collate.c
954
match = largesearch(table, *buf);
lib/libc/locale/collate.c
955
if (match && equiv_class == match->pri.pri[0])
lib/libc/net/getaddrinfo.c
923
int match = 0;
lib/libc/net/getaddrinfo.c
950
match++;
lib/libc/net/getaddrinfo.c
955
match += 8;
lib/libc/net/getaddrinfo.c
956
return(match);
lib/libc/net/name6.c
906
int match = 0;
lib/libc/net/name6.c
933
match++;
lib/libc/net/name6.c
938
match += 8;
lib/libc/net/name6.c
939
return(match);
lib/libc/net/nsdispatch.c
593
ns_mtab *match, key;
lib/libc/net/nsdispatch.c
607
match = bsearch(&key, mod->mtab, mod->mtabsize,
lib/libc/net/nsdispatch.c
609
if (match != NULL) {
lib/libc/net/nsdispatch.c
610
*mdata = match->mdata;
lib/libc/net/nsdispatch.c
611
return (match->method);
lib/libc/regex/engine.c
104
static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
lib/libc/regex/engine.c
105
static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
lib/libc/regex/engine.c
106
static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
lib/libc/regex/engine.c
1131
print(struct match *m,
lib/libc/regex/engine.c
1163
at( struct match *m,
lib/libc/regex/engine.c
123
static void print(struct match *m, const char *caption, states st, int ch, FILE *d);
lib/libc/regex/engine.c
126
static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
lib/libc/regex/engine.c
194
struct match mv;
lib/libc/regex/engine.c
195
struct match *m = &mv;
lib/libc/regex/engine.c
411
dissect(struct match *m,
lib/libc/regex/engine.c
613
backref(struct match *m,
lib/libc/regex/engine.c
842
walk(struct match *m, const char *start, const char *stop, sopno startst,
lib/libc/stdlib/getopt_long.c
192
int i, match, exact_match, second_partial_match;
lib/libc/stdlib/getopt_long.c
211
match = -1;
lib/libc/stdlib/getopt_long.c
232
match = i;
lib/libc/stdlib/getopt_long.c
243
if (match == -1) /* first partial match */
lib/libc/stdlib/getopt_long.c
244
match = i;
lib/libc/stdlib/getopt_long.c
247
long_options[match].has_arg ||
lib/libc/stdlib/getopt_long.c
248
long_options[i].flag != long_options[match].flag ||
lib/libc/stdlib/getopt_long.c
249
long_options[i].val != long_options[match].val)
lib/libc/stdlib/getopt_long.c
264
if (match != -1) { /* option found */
lib/libc/stdlib/getopt_long.c
265
if (long_options[match].has_arg == no_argument
lib/libc/stdlib/getopt_long.c
277
if (long_options[match].flag == NULL)
lib/libc/stdlib/getopt_long.c
278
optopt = long_options[match].val;
lib/libc/stdlib/getopt_long.c
287
if (long_options[match].has_arg == required_argument ||
lib/libc/stdlib/getopt_long.c
288
long_options[match].has_arg == optional_argument) {
lib/libc/stdlib/getopt_long.c
291
else if (long_options[match].has_arg ==
lib/libc/stdlib/getopt_long.c
299
if ((long_options[match].has_arg == required_argument)
lib/libc/stdlib/getopt_long.c
314
if (long_options[match].flag == NULL)
lib/libc/stdlib/getopt_long.c
315
optopt = long_options[match].val;
lib/libc/stdlib/getopt_long.c
336
*idx = match;
lib/libc/stdlib/getopt_long.c
337
if (long_options[match].flag) {
lib/libc/stdlib/getopt_long.c
338
*long_options[match].flag = long_options[match].val;
lib/libc/stdlib/getopt_long.c
341
return (long_options[match].val);
lib/libcompat/4.3/rexec.c
172
goto match;
lib/libcompat/4.3/rexec.c
177
goto match;
lib/libcompat/4.3/rexec.c
180
match:
lib/libcrypt/crypt.c
116
goto match;
lib/libcrypt/crypt.c
122
goto match;
lib/libcrypt/crypt.c
126
match:
lib/libexecinfo/tests/sigtramp_test.c
27
size_t n, i, match;
lib/libexecinfo/tests/sigtramp_test.c
34
match = -1;
lib/libexecinfo/tests/sigtramp_test.c
38
match = i;
lib/libexecinfo/tests/sigtramp_test.c
40
ATF_REQUIRE(match > 0);
lib/libexecinfo/tests/sigtramp_test.c
41
printf("match at %zu, symbols %zu\n", match, n);
lib/libpam/modules/pam_login_access/login_access.c
105
return (match == 0 || (line[0] == '+'));
lib/libpam/modules/pam_login_access/login_access.c
116
int match = NO;
lib/libpam/modules/pam_login_access/login_access.c
129
if ((match = (*match_fn)(tok, item, login_access_opts)) != 0) /* YES */
lib/libpam/modules/pam_login_access/login_access.c
134
if (match != NO) {
lib/libpam/modules/pam_login_access/login_access.c
140
return (match);
lib/libpam/modules/pam_login_access/login_access.c
57
int match = NO;
lib/libpam/modules/pam_login_access/login_access.c
71
while (!match && fgets(line, sizeof(line), fp)) {
lib/libpam/modules/pam_login_access/login_access.c
98
match = (list_match(froms, from, from_match, login_access_opts)
lib/libpfctl/libpfctl.h
145
int match; /* XXX: used for pfctl black magic */
lib/libpfctl/libpfctl.h
330
int match; /* XXX: used for pfctl black magic */
lib/libpmc/libpmc.c
1003
pmc_config->pm_md.pm_dmc620.pm_dmc620_match = match;
lib/libpmc/libpmc.c
975
uint64_t match, mask;
lib/libpmc/libpmc.c
998
match = strtol(q, &e, 0);
lib/libpmc/libpmc_pmu_util.c
254
int match;
lib/libpmc/libpmc_pmu_util.c
270
match = regexec(&re, buf, 1, pmatch, 0);
lib/libpmc/libpmc_pmu_util.c
272
if (match == 0) {
libexec/getty/subr.c
467
regmatch_t *match;
libexec/getty/subr.c
475
match = calloc(regex.re_nsub + 1, sizeof(*match));
libexec/getty/subr.c
476
if (match == NULL) {
libexec/getty/subr.c
481
found = !regexec(®ex, HN, regex.re_nsub + 1, match, 0);
libexec/getty/subr.c
492
totalsize = match[subex].rm_eo - match[subex].rm_so + 1;
libexec/getty/subr.c
493
strlcpy(editedhost, HN + match[subex].rm_so, totalsize >
libexec/getty/subr.c
496
free(match);
libexec/rbootd/rmpproto.c
333
goto match;
libexec/rbootd/rmpproto.c
342
match:
sbin/devd/devd.cc
1211
eps *e = new match(cfg, var, re);
sbin/devd/devd.cc
289
match::match(config &c, const char *var, const char *re) :
sbin/devd/devd.cc
297
match::~match()
sbin/devd/devd.cc
303
match::do_match(config &c)
sbin/devd/devd.hh
87
match(config &, const char *var, const char *re);
sbin/devd/devd.hh
88
virtual ~match();
sbin/devd/parse.y
132
: match
sbin/devd/parse.y
136
match
sbin/devd/parse.y
53
%type <eps> match_or_action match action
sbin/ifconfig/ifconfig.c
860
group_member(const char *ifname, const char *match, const char *nomatch)
sbin/ifconfig/ifconfig.c
870
if (match == NULL && nomatch == NULL)
sbin/ifconfig/ifconfig.c
908
if (match && !matched)
sbin/ifconfig/ifconfig.c
909
matched = !fnmatch(match, ifg->ifgrq_group, 0);
sbin/ifconfig/ifconfig.c
915
if (match && !nomatch)
sbin/ifconfig/ifconfig.c
917
if (!match && nomatch)
sbin/ifconfig/ifconfig.h
289
bool group_member(const char *ifname, const char *match, const char *nomatch);
sbin/ipf/ipnat/ipnat.c
283
flushtable(int fd, int opts, int *match)
sbin/ipf/ipnat/ipnat.c
290
if (match != NULL) {
sbin/ipf/ipnat/ipnat.c
294
obj.ipfo_size = match[0] * sizeof(int);
sbin/ipf/ipnat/ipnat.c
296
obj.ipfo_ptr = match;
sbin/pfctl/parse.y
1364
if (r.anchor->match) {
sbin/pfctl/parse.y
6540
r->nr = pf->eastack[pf->asd]->match++;
sbin/pfctl/parse.y
6990
r->nr = pf->astack[pf->asd]->match++;
sbin/pfctl/parse.y
7783
dst->anchor->match++;
sbin/pfctl/parse.y
7785
src->anchor->match = 0;
sbin/pfctl/parse.y
7798
dst->anchor->match++;
sbin/pfctl/parse.y
7800
src->anchor->match = 0;
sbin/pfctl/parse.y
8356
if (r->anchor->match) {
sbin/pfctl/pfctl.c
2421
if (r->anchor->match) {
sbin/pfctl/pfctl.c
2576
if (r->anchor->match) {
stand/common/module.c
512
int ch, match;
stand/common/module.c
519
match = 0;
stand/common/module.c
546
match = 1;
stand/common/module.c
548
if (match == 0)
sys/arm64/arm64/undefined.c
109
bool match;
sys/arm64/arm64/undefined.c
123
match = (spsr & PSR_Z) != 0;
sys/arm64/arm64/undefined.c
126
match = (spsr & PSR_C) != 0;
sys/arm64/arm64/undefined.c
129
match = (spsr & PSR_N) != 0;
sys/arm64/arm64/undefined.c
132
match = (spsr & PSR_V) != 0;
sys/arm64/arm64/undefined.c
135
match = (spsr & (PSR_C | PSR_Z)) == PSR_C;
sys/arm64/arm64/undefined.c
138
match = (!(spsr & PSR_N) == !(spsr & PSR_V));
sys/arm64/arm64/undefined.c
141
match = !(spsr & PSR_Z) && (!(spsr & PSR_N) == !(spsr & PSR_V));
sys/arm64/arm64/undefined.c
144
match = true;
sys/arm64/arm64/undefined.c
150
return (match != invert);
sys/cam/ata/ata_da.c
1814
caddr_t match;
sys/cam/ata/ata_da.c
1841
match = cam_quirkmatch((caddr_t)&cgd->ident_data,
sys/cam/ata/ata_da.c
1845
if (match != NULL)
sys/cam/ata/ata_da.c
1846
softc->quirks = ((struct ada_quirk_entry *)match)->quirks;
sys/cam/ata/ata_xpt.c
1349
caddr_t match;
sys/cam/ata/ata_xpt.c
1351
match = cam_quirkmatch((caddr_t)&device->ident_data,
sys/cam/ata/ata_xpt.c
1356
if (match == NULL)
sys/cam/ata/ata_xpt.c
1359
quirk = (struct ata_quirk_entry *)match;
sys/cam/nvme/nvme_xpt.c
508
caddr_t match;
sys/cam/nvme/nvme_xpt.c
510
match = cam_quirkmatch((caddr_t)&device->nvme_data,
sys/cam/nvme/nvme_xpt.c
515
if (match == NULL)
sys/cam/nvme/nvme_xpt.c
518
quirk = (struct nvme_quirk_entry *)match;
sys/cam/scsi/scsi_all.c
3367
caddr_t match;
sys/cam/scsi/scsi_all.c
3380
match = NULL;
sys/cam/scsi/scsi_all.c
3382
match = cam_quirkmatch((caddr_t)inq_data,
sys/cam/scsi/scsi_all.c
3388
if (match != NULL) {
sys/cam/scsi/scsi_all.c
3391
quirk = (struct scsi_sense_quirk_entry *)match;
sys/cam/scsi/scsi_all.c
627
caddr_t match;
sys/cam/scsi/scsi_all.c
642
match = NULL;
sys/cam/scsi/scsi_all.c
646
match = cam_quirkmatch((caddr_t)inq_data,
sys/cam/scsi/scsi_all.c
653
if (match != NULL) {
sys/cam/scsi/scsi_all.c
654
table[0] = ((struct scsi_op_quirk_entry *)match)->op_table;
sys/cam/scsi/scsi_all.c
655
num_ops[0] = ((struct scsi_op_quirk_entry *)match)->num_ops;
sys/cam/scsi/scsi_cd.c
591
caddr_t match;
sys/cam/scsi/scsi_cd.c
620
match = cam_quirkmatch((caddr_t)&cgd->inq_data,
sys/cam/scsi/scsi_cd.c
625
if (match != NULL)
sys/cam/scsi/scsi_cd.c
626
softc->quirks = ((struct cd_quirk_entry *)match)->quirks;
sys/cam/scsi/scsi_da.c
2849
caddr_t match;
sys/cam/scsi/scsi_da.c
2885
match = cam_quirkmatch((caddr_t)&cgd->inq_data,
sys/cam/scsi/scsi_da.c
2890
if (match != NULL)
sys/cam/scsi/scsi_da.c
2891
softc->quirks = ((struct da_quirk_entry *)match)->quirks;
sys/cam/scsi/scsi_sa.c
2468
caddr_t match;
sys/cam/scsi/scsi_sa.c
2504
match = cam_quirkmatch((caddr_t)&cgd->inq_data,
sys/cam/scsi/scsi_sa.c
2509
if (match != NULL) {
sys/cam/scsi/scsi_sa.c
2510
softc->quirks = ((struct sa_quirk_entry *)match)->quirks;
sys/cam/scsi/scsi_sa.c
2512
((struct sa_quirk_entry *)match)->prefblk;
sys/cam/scsi/scsi_xpt.c
1943
caddr_t match;
sys/cam/scsi/scsi_xpt.c
1945
match = cam_quirkmatch((caddr_t)&device->inq_data,
sys/cam/scsi/scsi_xpt.c
1950
if (match == NULL)
sys/cam/scsi/scsi_xpt.c
1953
quirk = (struct scsi_quirk_entry *)match;
sys/cddl/dev/dtrace/dtrace_ioctl.c
742
dtrace_probedesc_t *match = &desc->dtrpd_match;
sys/cddl/dev/dtrace/dtrace_ioctl.c
748
match->dtpd_provider[DTRACE_PROVNAMELEN - 1] = '\0';
sys/cddl/dev/dtrace/dtrace_ioctl.c
749
match->dtpd_mod[DTRACE_MODNAMELEN - 1] = '\0';
sys/cddl/dev/dtrace/dtrace_ioctl.c
750
match->dtpd_func[DTRACE_FUNCNAMELEN - 1] = '\0';
sys/cddl/dev/dtrace/dtrace_ioctl.c
751
match->dtpd_name[DTRACE_NAMELEN - 1] = '\0';
sys/cddl/dev/dtrace/dtrace_ioctl.c
759
err = dtrace_enabling_replicate(state, match, create);
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
453
dtrace_match_opcode(uint32_t insn, int match, int mask)
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
455
if (((insn ^ match) & mask) == 0)
sys/compat/linuxkpi/common/include/linux/device.h
275
int (*match)(struct device *, void *, void *), void *);
sys/compat/linuxkpi/common/include/linux/device.h
277
int (*match)(struct device *, void *, void *), void *);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1406
const uint8_t *match, int x, int y)
sys/compat/linuxkpi/common/src/linux_80211.c
8846
bool match;
sys/compat/linuxkpi/common/src/linux_80211.c
8859
if (lookup->match)
sys/compat/linuxkpi/common/src/linux_80211.c
8910
lookup->match = true;
sys/compat/linuxkpi/common/src/linux_80211.c
8939
lookup.match = false;
sys/compat/linuxkpi/common/src/linux_80211.c
8945
if (!lookup.match) {
sys/compat/linuxkpi/common/src/linux_acpi.c
223
struct acpi_dev_present_ctx *match = context;
sys/compat/linuxkpi/common/src/linux_acpi.c
239
strcmp(match->hid, devinfo->HardwareId.String) == 0) {
sys/compat/linuxkpi/common/src/linux_acpi.c
243
if (strcmp(match->hid,
sys/compat/linuxkpi/common/src/linux_acpi.c
250
if (present && match->uid != NULL &&
sys/compat/linuxkpi/common/src/linux_acpi.c
252
strcmp(match->uid, devinfo->UniqueId.String) != 0))
sys/compat/linuxkpi/common/src/linux_acpi.c
259
if (match->hrv != -1) {
sys/compat/linuxkpi/common/src/linux_acpi.c
262
if (hrv != match->hrv)
sys/compat/linuxkpi/common/src/linux_acpi.c
269
match->dev = dev;
sys/compat/linuxkpi/common/src/linux_acpi.c
277
struct acpi_dev_present_ctx match;
sys/compat/linuxkpi/common/src/linux_acpi.c
280
match.hid = hid;
sys/compat/linuxkpi/common/src/linux_acpi.c
281
match.uid = uid;
sys/compat/linuxkpi/common/src/linux_acpi.c
282
match.hrv = hrv;
sys/compat/linuxkpi/common/src/linux_acpi.c
285
ACPI_UINT32_MAX, acpi_dev_present_cb, NULL, &match, NULL);
sys/compat/linuxkpi/common/src/linux_acpi.c
294
struct acpi_dev_present_ctx match;
sys/compat/linuxkpi/common/src/linux_acpi.c
297
match.hid = hid;
sys/compat/linuxkpi/common/src/linux_acpi.c
298
match.uid = uid;
sys/compat/linuxkpi/common/src/linux_acpi.c
299
match.hrv = hrv;
sys/compat/linuxkpi/common/src/linux_acpi.c
300
match.dev = NULL;
sys/compat/linuxkpi/common/src/linux_acpi.c
303
ACPI_UINT32_MAX, acpi_dev_present_cb, NULL, &match, NULL);
sys/compat/linuxkpi/common/src/linux_acpi.c
305
return (rv == AE_ERROR ? match.dev : NULL);
sys/compat/linuxkpi/common/src/linux_devres.c
113
int (*match)(struct device *, void *, void *), void *mp)
sys/compat/linuxkpi/common/src/linux_devres.c
125
if (match != NULL && match(dev, p, mp) == false)
sys/compat/linuxkpi/common/src/linux_devres.c
135
int (*match)(struct device *, void *, void *), void *mp)
sys/compat/linuxkpi/common/src/linux_devres.c
142
dr = lkpi_devres_find_dr(dev, release, match, mp);
sys/compat/linuxkpi/common/src/linux_devres.c
196
int (*match)(struct device *, void *, void *), void *mp)
sys/compat/linuxkpi/common/src/linux_devres.c
201
dr = lkpi_devres_find_dr(dev, release, match, mp);
sys/compat/linuxkpi/common/src/linux_pci.c
1836
struct lkpi_devres_dmam_coherent match = {
sys/compat/linuxkpi/common/src/linux_pci.c
1844
lkpi_dmam_coherent_match, &match);
sys/ddb/db_main.c
109
Elf_Sym *sym, *match;
sys/ddb/db_main.c
124
match = NULL;
sys/ddb/db_main.c
138
match = sym;
sys/ddb/db_main.c
140
if (match == NULL)
sys/ddb/db_main.c
141
match = sym;
sys/ddb/db_main.c
142
else if (ELF_ST_BIND(match->st_info) == STB_LOCAL &&
sys/ddb/db_main.c
144
match = sym;
sys/ddb/db_main.c
157
*diffp = (match == NULL) ? off : diff;
sys/ddb/db_main.c
158
return ((c_db_sym_t)match);
sys/dev/acpica/acpi.c
1917
acpi_device_id_probe(device_t bus, device_t dev, char **ids, char **match)
sys/dev/acpica/acpi.c
1937
if (match != NULL) {
sys/dev/acpica/acpi.c
1938
*match = ids[i];
sys/dev/acpica/acpi_quirk.c
107
aq_match_header(ACPI_TABLE_HEADER *hdr, const struct acpi_q_rule *match)
sys/dev/acpica/acpi_quirk.c
112
switch (match->val) {
sys/dev/acpica/acpi_quirk.c
114
if (aq_strcmp(hdr->OemId, match->x.id) &&
sys/dev/acpica/acpi_quirk.c
115
aq_strcmp(hdr->OemTableId, match->y.tid))
sys/dev/acpica/acpi_quirk.c
119
if (aq_strcmp(hdr->AslCompilerId, match->x.id))
sys/dev/acpica/acpi_quirk.c
123
if (aq_revcmp(hdr->OemRevision, match->x.op, match->y.rev))
sys/dev/acpica/acpi_quirk.c
127
if (aq_revcmp(hdr->AslCompilerRevision, match->x.op, match->y.rev))
sys/dev/acpica/acpi_quirk.c
139
const struct acpi_q_rule *match;
sys/dev/acpica/acpi_quirk.c
155
for (entry = acpi_quirks_table; entry->match; entry++) {
sys/dev/acpica/acpi_quirk.c
157
for (match = entry->match; match->sig[0] != '\0'; match++) {
sys/dev/acpica/acpi_quirk.c
158
if (!strncmp(match->sig, "FADT", ACPI_NAMESEG_SIZE))
sys/dev/acpica/acpi_quirk.c
160
else if (!strncmp(match->sig, ACPI_SIG_DSDT, ACPI_NAMESEG_SIZE))
sys/dev/acpica/acpi_quirk.c
162
else if (!strncmp(match->sig, ACPI_SIG_XSDT, ACPI_NAMESEG_SIZE))
sys/dev/acpica/acpi_quirk.c
168
if (aq_match_header(hdr, match) == FALSE) {
sys/dev/acpica/acpi_quirk.c
62
const struct acpi_q_rule *match;
sys/dev/acpica/acpi_quirk.c
71
const struct acpi_q_rule *match);
sys/dev/agp/agp_i810.c
1000
sc->match->driver->chiptype == CHIP_G4X)
sys/dev/agp/agp_i810.c
1006
if (sc->match->driver->chiptype == CHIP_I965 ||
sys/dev/agp/agp_i810.c
1007
sc->match->driver->chiptype == CHIP_G4X)
sys/dev/agp/agp_i810.c
1013
if (sc->match->driver->chiptype == CHIP_I965 ||
sys/dev/agp/agp_i810.c
1014
sc->match->driver->chiptype == CHIP_G4X)
sys/dev/agp/agp_i810.c
1269
sc->match = agp_i810_match(dev);
sys/dev/agp/agp_i810.c
1271
agp_set_aperture_resource(dev, sc->match->driver->gen <= 2 ?
sys/dev/agp/agp_i810.c
1278
(1ULL << sc->match->driver->busdma_addr_mask_sz) - 1) {
sys/dev/agp/agp_i810.c
1281
sc->match->driver->busdma_addr_mask_sz) - 1);
sys/dev/agp/agp_i810.c
1285
if (bus_alloc_resources(dev, sc->match->driver->res_spec, sc->sc_res)) {
sys/dev/agp/agp_i810.c
1294
if ((error = sc->match->driver->get_stolen_size(dev)) != 0 ||
sys/dev/agp/agp_i810.c
1295
(error = sc->match->driver->install_gatt(dev)) != 0 ||
sys/dev/agp/agp_i810.c
1296
(error = sc->match->driver->get_gtt_mappable_entries(dev)) != 0 ||
sys/dev/agp/agp_i810.c
1297
(error = sc->match->driver->get_gtt_total_entries(dev)) != 0 ||
sys/dev/agp/agp_i810.c
1298
(error = sc->match->driver->chipset_flush_setup(dev)) != 0) {
sys/dev/agp/agp_i810.c
1299
bus_release_resources(dev, sc->match->driver->res_spec,
sys/dev/agp/agp_i810.c
1314
sc->match->driver->dump_regs(dev);
sys/dev/agp/agp_i810.c
1354
sc->match->driver->deinstall_gatt(dev);
sys/dev/agp/agp_i810.c
1356
sc->match->driver->chipset_flush_teardown(dev);
sys/dev/agp/agp_i810.c
1362
bus_release_resources(dev, sc->match->driver->res_spec, sc->sc_res);
sys/dev/agp/agp_i810.c
1455
return (sc->match->driver->set_aperture(dev, aperture));
sys/dev/agp/agp_i810.c
1592
sc->match->driver->install_gtt_pte(dev, index, physical, 0);
sys/dev/agp/agp_i810.c
1610
sc->match->driver->install_gtt_pte(dev, index, 0, 0);
sys/dev/agp/agp_i810.c
1666
pte = sc->match->driver->read_gtt_pte(dev, index);
sys/dev/agp/agp_i810.c
1679
pte = sc->match->driver->read_gtt_pte(dev, index);
sys/dev/agp/agp_i810.c
1716
if (sc->match->driver->chiptype != CHIP_I810)
sys/dev/agp/agp_i810.c
1835
sc->match->driver->install_gtt_pte(dev, (offset + i) >>
sys/dev/agp/agp_i810.c
1850
if (sc->match->driver->chiptype != CHIP_I810)
sys/dev/agp/agp_i810.c
1875
sc->match->driver->install_gtt_pte(dev,
sys/dev/agp/agp_i810.c
1886
if (sc->match->driver->chiptype != CHIP_I810)
sys/dev/agp/agp_i810.c
1889
sc->match->driver->install_gtt_pte(dev, i >> AGP_PAGE_SHIFT,
sys/dev/agp/agp_i810.c
1937
sc->match->driver->install_gtt_pte(dev, first_entry + i,
sys/dev/agp/agp_i810.c
1939
sc->match->driver->read_gtt_pte(dev, first_entry + num_entries - 1);
sys/dev/agp/agp_i810.c
1953
sc->match->driver->install_gtt_pte(dev, first_entry + i,
sys/dev/agp/agp_i810.c
1956
sc->match->driver->read_gtt_pte(dev, first_entry + num_entries - 1);
sys/dev/agp/agp_i810.c
207
const struct agp_i810_match *match;
sys/dev/agp/agp_i810.c
2188
sc->match->driver->chipset_flush(dev);
sys/dev/agp/agp_i810.c
2225
1ULL << sc->match->busdma_addr_mask_sz /* lowaddr */,
sys/dev/agp/agp_i810.c
2250
sc->match->driver->install_gtt_pte(dev, index, addr, flags);
sys/dev/agp/agp_i810.c
2267
sc->match->driver->install_gtt_pte(dev, first_entry + i,
sys/dev/agp/agp_i810.c
2273
sc->match->driver->read_gtt_pte(dev, first_entry + i - 1);
sys/dev/agp/agp_i810.c
2353
return (sc->match->driver->read_gtt_pte_paddr(intel_agp, entry));
sys/dev/agp/agp_i810.c
2362
return (sc->match->driver->read_gtt_pte(intel_agp, entry));
sys/dev/agp/agp_i810.c
2371
return (sc->match->driver->write_gtt(intel_agp, entry, val));
sys/dev/agp/agp_i810.c
722
agp_82852_set_desc(device_t dev, const struct agp_i810_match *match)
sys/dev/agp/agp_i810.c
750
agp_i810_set_desc(device_t dev, const struct agp_i810_match *match)
sys/dev/agp/agp_i810.c
753
device_set_desc(dev, match->name);
sys/dev/agp/agp_i810.c
760
const struct agp_i810_match *match;
sys/dev/agp/agp_i810.c
765
match = agp_i810_match(dev);
sys/dev/agp/agp_i810.c
766
if (match == NULL)
sys/dev/agp/agp_i810.c
779
err = match->driver->check_active(bdev);
sys/dev/agp/agp_i810.c
786
match->driver->set_desc(dev, match);
sys/dev/agp/agp_i810.c
905
switch (sc->match->driver->chiptype) {
sys/dev/agp/agp_i810.c
91
const struct agp_i810_match *match);
sys/dev/agp/agp_i810.c
92
static void agp_i810_set_desc(device_t dev, const struct agp_i810_match *match);
sys/dev/agp/agp_i810.c
980
stolen = sc->match->driver->gen > 2 ? 48 * 1024 : 0;
sys/dev/agp/agp_i810.c
983
stolen = sc->match->driver->gen > 2 ? 64 * 1024 : 0;
sys/dev/agp/agp_i810.c
986
stolen = sc->match->driver->gen > 2 ? 128 * 1024 : 0;
sys/dev/agp/agp_i810.c
989
stolen = sc->match->driver->gen > 2 ? 256 * 1024 : 0;
sys/dev/agp/agp_i810.c
992
if (sc->match->driver->chiptype == CHIP_I965 ||
sys/dev/agp/agp_i810.c
993
sc->match->driver->chiptype == CHIP_G4X)
sys/dev/agp/agp_i810.c
999
if (sc->match->driver->chiptype == CHIP_I965 ||
sys/dev/aic7xxx/aic79xx.c
7218
int match;
sys/dev/aic7xxx/aic79xx.c
7220
match = ((chan == channel) || (channel == ALL_CHANNELS));
sys/dev/aic7xxx/aic79xx.c
7221
if (match != 0)
sys/dev/aic7xxx/aic79xx.c
7222
match = ((targ == target) || (target == CAM_TARGET_WILDCARD));
sys/dev/aic7xxx/aic79xx.c
7223
if (match != 0)
sys/dev/aic7xxx/aic79xx.c
7224
match = ((lun == slun) || (lun == CAM_LUN_WILDCARD));
sys/dev/aic7xxx/aic79xx.c
7225
if (match != 0) {
sys/dev/aic7xxx/aic79xx.c
7231
match = (group != XPT_FC_GROUP_TMODE)
sys/dev/aic7xxx/aic79xx.c
7235
match = (group == XPT_FC_GROUP_TMODE)
sys/dev/aic7xxx/aic79xx.c
7240
match = ((tag == SCB_GET_TAG(scb)) || (tag == SCB_LIST_NULL));
sys/dev/aic7xxx/aic79xx.c
7244
return match;
sys/dev/aic7xxx/aic7xxx.c
5286
int match;
sys/dev/aic7xxx/aic7xxx.c
5288
match = ((chan == channel) || (channel == ALL_CHANNELS));
sys/dev/aic7xxx/aic7xxx.c
5289
if (match != 0)
sys/dev/aic7xxx/aic7xxx.c
5290
match = ((targ == target) || (target == CAM_TARGET_WILDCARD));
sys/dev/aic7xxx/aic7xxx.c
5291
if (match != 0)
sys/dev/aic7xxx/aic7xxx.c
5292
match = ((lun == slun) || (lun == CAM_LUN_WILDCARD));
sys/dev/aic7xxx/aic7xxx.c
5293
if (match != 0) {
sys/dev/aic7xxx/aic7xxx.c
5299
match = (group != XPT_FC_GROUP_TMODE)
sys/dev/aic7xxx/aic7xxx.c
5303
match = (group == XPT_FC_GROUP_TMODE)
sys/dev/aic7xxx/aic7xxx.c
5308
match = ((tag == scb->hscb->tag) || (tag == SCB_LIST_NULL));
sys/dev/aic7xxx/aic7xxx.c
5312
return match;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2448
HAL_BOOL match;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2462
match = ath_ee_getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2465
if (match) {
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
67
HAL_BOOL match;
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
76
match = ath_ee_getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center,
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
79
if (match) {
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
664
HAL_BOOL match;
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
678
match = ath_ee_getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center,
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
681
if (match) {
sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
109
HAL_BOOL match;
sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
119
match = ath_ee_getLowerUpperIndex(
sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
123
if (match) {
sys/dev/bhnd/bcma/bcma_erom.c
661
imatch.m.match.core_unit = 0;
sys/dev/bhnd/bhnd_match.h
112
} match;
sys/dev/bhnd/bhnd_match.h
160
} match;
sys/dev/bhnd/bhnd_match.h
223
} match;
sys/dev/bhnd/bhnd_match.h
291
} match;
sys/dev/bhnd/bhnd_match.h
50
.m.match._name = (_src)->m.match._name, \
sys/dev/bhnd/bhnd_match.h
55
.m.match._name = 1, ._name = _value
sys/dev/bhnd/bhnd_subr.c
397
md.m.match.core_unit = 0;
sys/dev/bhnd/bhnd_subr.c
415
device_t match;
sys/dev/bhnd/bhnd_subr.c
423
match = NULL;
sys/dev/bhnd/bhnd_subr.c
428
match = devlistp[i];
sys/dev/bhnd/bhnd_subr.c
435
return match;
sys/dev/bhnd/bhnd_subr.c
728
if (desc->m.match.core_vendor && desc->core_vendor != core->vendor)
sys/dev/bhnd/bhnd_subr.c
731
if (desc->m.match.core_id && desc->core_id != core->device)
sys/dev/bhnd/bhnd_subr.c
734
if (desc->m.match.core_unit && desc->core_unit != core->unit)
sys/dev/bhnd/bhnd_subr.c
737
if (desc->m.match.core_rev &&
sys/dev/bhnd/bhnd_subr.c
741
if (desc->m.match.core_idx && desc->core_idx != core->core_idx)
sys/dev/bhnd/bhnd_subr.c
744
if (desc->m.match.core_class &&
sys/dev/bhnd/bhnd_subr.c
764
if (desc->m.match.chip_id && chip->chip_id != desc->chip_id)
sys/dev/bhnd/bhnd_subr.c
767
if (desc->m.match.chip_pkg && chip->chip_pkg != desc->chip_pkg)
sys/dev/bhnd/bhnd_subr.c
770
if (desc->m.match.chip_rev &&
sys/dev/bhnd/bhnd_subr.c
774
if (desc->m.match.chip_type && chip->chip_type != desc->chip_type)
sys/dev/bhnd/bhnd_subr.c
793
if (desc->m.match.board_srom_rev &&
sys/dev/bhnd/bhnd_subr.c
797
if (desc->m.match.board_vendor &&
sys/dev/bhnd/bhnd_subr.c
801
if (desc->m.match.board_type && board->board_type != desc->board_type)
sys/dev/bhnd/bhnd_subr.c
804
if (desc->m.match.board_devid &&
sys/dev/bhnd/bhnd_subr.c
808
if (desc->m.match.board_rev &&
sys/dev/bhnd/bhndb/bhndb.c
189
const struct bhnd_core_match *match;
sys/dev/bhnd/bhndb/bhndb.c
192
match = &hw->hw_reqs[i];
sys/dev/bhnd/bhndb/bhndb.c
201
if (!bhnd_core_matches(core, match))
sys/dev/bhnd/bhndb/bhndb.c
2093
const struct bhnd_dma_translation *match;
sys/dev/bhnd/bhndb/bhndb.c
2114
match = NULL;
sys/dev/bhnd/bhndb/bhndb.c
2139
if (match == NULL || masked > match_addr_mask) {
sys/dev/bhnd/bhndb/bhndb.c
2140
match = dwin;
sys/dev/bhnd/bhndb/bhndb.c
2146
if (match == NULL || match_addr_mask == 0)
sys/dev/bhnd/bhndb/bhndb.c
2153
*translation = *match;
sys/dev/bhnd/bhndb/bhndb.h
183
struct bhnd_core_match match; /**< core match descriptor */
sys/dev/bhnd/bhndb/bhndb_hwdata.c
58
.match = { \
sys/dev/bhnd/bhndb/bhndb_hwdata.c
69
.match = { \
sys/dev/bhnd/bhndb/bhndb_pci.c
214
if (bhnd_core_matches(ci, &entry->match))
sys/dev/bhnd/bhndb/bhndb_pcivar.h
107
#define BHNDB_PCI_IS_CORE_END(_c) BHND_MATCH_IS_ANY(&(_c)->match)
sys/dev/bhnd/bhndb/bhndb_pcivar.h
98
struct bhnd_core_match match; /**< core match descriptor */
sys/dev/bhnd/bhndb/bhndb_subr.c
1618
if (bhnd_core_matches(core, &hp->match))
sys/dev/bhnd/bhndb/bhndb_subr.c
802
struct bhnd_core_info *match;
sys/dev/bhnd/bhndb/bhndb_subr.c
812
match = NULL;
sys/dev/bhnd/bhndb/bhndb_subr.c
820
if (match != NULL && match_core_idx < match->core_idx)
sys/dev/bhnd/bhndb/bhndb_subr.c
823
match = &cores[i];
sys/dev/bhnd/bhndb/bhndb_subr.c
824
match_core_idx = match->core_idx;
sys/dev/bhnd/bhndb/bhndb_subr.c
827
if (match == NULL)
sys/dev/bhnd/bhndb/bhndb_subr.c
830
*core = *match;
sys/dev/bhnd/siba/siba_erom.c
454
imatch.m.match.core_unit = 0;
sys/dev/cxgbe/cudbg/fastlz.c
237
goto match;
sys/dev/cxgbe/cudbg/fastlz.c
273
match:
sys/dev/firewire/fwohci.c
2246
uint32_t off, cntl, stat, cmd, match;
sys/dev/firewire/fwohci.c
2263
match = OREAD(sc, off + 0x10);
sys/dev/firewire/fwohci.c
2269
match);
sys/dev/firewire/fwohcireg.h
207
fwohcireg_t match;
sys/dev/iavf/iavf_lib.c
1352
bool match = FALSE;
sys/dev/iavf/iavf_lib.c
1356
match = TRUE;
sys/dev/iavf/iavf_lib.c
1361
if (!match)
sys/dev/ice/ice_ddp_common.c
620
bool match = false;
sys/dev/ice/ice_ddp_common.c
626
match = true;
sys/dev/ice/ice_ddp_common.c
631
return match;
sys/dev/ice/ice_flow.c
1186
ice_set_bit(fld, seg->match);
sys/dev/ice/ice_flow.c
1447
ice_for_each_set_bit(i, prof->segs[prof->segs_cnt - 1].match,
sys/dev/ice/ice_flow.c
1487
ice_for_each_set_bit(i, prof->segs[prof->segs_cnt - 1].match,
sys/dev/ice/ice_flow.c
725
ice_declare_bitmap(match, ICE_FLOW_FIELD_IDX_MAX);
sys/dev/ice/ice_flow.c
728
ice_cp_bitmap(match, params->prof->segs[i].match,
sys/dev/ice/ice_flow.c
730
ice_for_each_set_bit(j, match, ICE_FLOW_FIELD_IDX_MAX) {
sys/dev/ice/ice_flow.c
734
ice_clear_bit(j, match);
sys/dev/ice/ice_flow.c
809
(ice_cmp_bitmap(segs[i].match,
sys/dev/ice/ice_flow.c
810
p->segs[i].match,
sys/dev/ice/ice_flow.h
266
ice_declare_bitmap(match, ICE_FLOW_FIELD_IDX_MAX);
sys/dev/jme/if_jme.c
393
int match;
sys/dev/jme/if_jme.c
402
match = 0;
sys/dev/jme/if_jme.c
416
match++;
sys/dev/jme/if_jme.c
424
} while (match != ETHER_ADDR_LEN && offset < JME_EEPROM_END);
sys/dev/jme/if_jme.c
426
if (match == ETHER_ADDR_LEN) {
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
1036
bool match;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
1056
match = false;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
1062
if (unlikely(match != false)) {
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
1071
match = (delta < sq->mbuf[ci].num_wqebbs);
sys/dev/netmap/netmap_generic.c
459
bool match = false;
sys/dev/netmap/netmap_generic.c
477
match = true;
sys/dev/netmap/netmap_generic.c
481
if (match) {
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1138
bool found, match;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1148
match = true;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1150
match = tp->cntlid == ctrlr->cntlid;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1152
match = strncmp(tp->hostnqn, ctrlr->hostnqn,
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1155
match = false;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1156
if (!match)
sys/dev/pci/pci.c
6890
bool match;
sys/dev/pci/pci.c
6901
match = true;
sys/dev/pci/pci.c
6903
match &= vendor == id->vendor;
sys/dev/pci/pci.c
6905
match &= device == id->device;
sys/dev/pci/pci.c
6907
match &= subvendor == id->subvendor;
sys/dev/pci/pci.c
6909
match &= subdevice == id->subdevice;
sys/dev/pci/pci.c
6911
match &= class == id->class_id;
sys/dev/pci/pci.c
6913
match &= subclass == id->subclass;
sys/dev/pci/pci.c
6915
match &= revid == id->revid;
sys/dev/pci/pci.c
6916
if (match)
sys/dev/sfxge/common/ef10_filter.c
126
#define MATCH_MASK(match) (EFX_MASK32(match) << EFX_LOW_BIT(match))
sys/dev/sound/usb/uaudio.c
4568
uint8_t match = 0;
sys/dev/sound/usb/uaudio.c
4578
match |= 1;
sys/dev/sound/usb/uaudio.c
4590
match |= 2;
sys/dev/sound/usb/uaudio.c
4596
match, terminal_type_input, terminal_type_output);
sys/dev/sound/usb/uaudio.c
4598
switch (match) {
sys/dev/sound/usb/uaudio.c
4627
uint8_t match = 0;
sys/dev/sound/usb/uaudio.c
4637
match |= 1;
sys/dev/sound/usb/uaudio.c
4649
match |= 2;
sys/dev/sound/usb/uaudio.c
4655
match, terminal_type_input, terminal_type_output);
sys/dev/sound/usb/uaudio.c
4657
switch (match) {
sys/dev/uart/uart_bus_pci.c
296
goto match;
sys/dev/uart/uart_bus_pci.c
304
goto match;
sys/dev/uart/uart_bus_pci.c
309
match:
sys/dev/usb/controller/dwc3/dwc3.c
573
char *match;
sys/dev/usb/controller/dwc3/dwc3.c
579
error = ACPI_ID_PROBE(device_get_parent(dev), dev, dwc3_acpi_ids, &match);
sys/dev/usb/controller/dwc3/dwc3.c
587
if (strcmp(match, "PNP0D10") == 0) {
sys/dev/virtio/virtio.h
182
virtio_simple_probe(device_t dev, const struct virtio_pnp_match *match)
sys/dev/virtio/virtio.h
185
if (virtio_get_device_type(dev) != match->device_type)
sys/dev/virtio/virtio.h
187
device_set_desc(dev, match->description);
sys/fs/cuse/cuse.c
1034
int match;
sys/fs/cuse/cuse.c
1037
for (match = n = 0; n != CUSE_DEVICES_MAX; n++) {
sys/fs/cuse/cuse.c
1043
match = 1;
sys/fs/cuse/cuse.c
1047
} while (match);
sys/fs/devfs/devfs_rule.c
581
int match;
sys/fs/devfs/devfs_rule.c
597
match = fnmatch(dr->dr_pathptrn, pname, FNM_PATHNAME) == 0;
sys/fs/devfs/devfs_rule.c
599
return (match);
sys/kern/kern_rctl.c
1281
int match;
sys/kern/kern_rctl.c
1379
match = 0;
sys/kern/kern_rctl.c
1382
match = 1;
sys/kern/kern_rctl.c
1386
if (match)
sys/kern/subr_lock.c
389
lock_prof_sum(struct lock_prof *match, struct lock_prof *dst, int hash,
sys/kern/subr_lock.c
396
dst->file = match->file;
sys/kern/subr_lock.c
397
dst->line = match->line;
sys/kern/subr_lock.c
398
dst->class = match->class;
sys/kern/subr_lock.c
399
dst->name = match->name;
sys/kern/subr_lock.c
406
if (l->file != match->file || l->line != match->line ||
sys/kern/subr_lock.c
407
l->name != match->name)
sys/kern/vfs_bio.c
3214
int match;
sys/kern/vfs_bio.c
3216
match = 0;
sys/kern/vfs_bio.c
3239
match = 1;
sys/kern/vfs_bio.c
3242
return (match);
sys/kern/vfs_mountroot.c
461
int c, match;
sys/kern/vfs_mountroot.c
469
match = (c == ' ' || c == '\t' || c == '\n') ? 1 : 0;
sys/kern/vfs_mountroot.c
474
match = (c != ' ' && c != '\t') ? 1 : 0;
sys/kern/vfs_mountroot.c
477
match = (c == mc) ? 1 : 0;
sys/kern/vfs_mountroot.c
480
if (match)
sys/net/if_clone.c
581
if_clone_advanced(const char *name, u_int maxunit, ifc_match_t match,
sys/net/if_clone.c
587
ifc->ifc_match = match;
sys/net/if_media.c
167
struct ifmedia_entry *match;
sys/net/if_media.c
169
match = ifmedia_match(ifm, target, ifm->ifm_mask);
sys/net/if_media.c
171
if (match == NULL) {
sys/net/if_media.c
176
ifm->ifm_cur = match;
sys/net/if_media.c
210
struct ifmedia_entry *match;
sys/net/if_media.c
227
match = ifmedia_match(ifm, newmedia, ifm->ifm_mask);
sys/net/if_media.c
228
if (match == NULL) {
sys/net/if_media.c
246
newmedia == ifm->ifm_media && match == ifm->ifm_cur)
sys/net/if_media.c
258
ifmedia_printword(match->ifm_media);
sys/net/if_media.c
263
ifm->ifm_cur = match;
sys/net/if_media.c
348
struct ifmedia_entry *match, *next;
sys/net/if_media.c
350
match = NULL;
sys/net/if_media.c
356
if (match) {
sys/net/if_media.c
361
match = next;
sys/net/if_media.c
365
return (match);
sys/net80211/ieee80211.c
2374
u_int match; /* rate + mode */
sys/net80211/ieee80211.c
2379
findmedia(const struct ratemedia rates[], int n, u_int match)
sys/net80211/ieee80211.c
2384
if (rates[i].match == match)
sys/net80211/ieee80211_ageq.c
194
struct ieee80211_node *match)
sys/net80211/ieee80211_ageq.c
204
if (match != NULL && m->m_pkthdr.rcvif != (void *) match) {
sys/net80211/ieee80211_ageq.h
53
struct ieee80211_node *match);
sys/net80211/ieee80211_node.c
2299
struct ieee80211vap *match)
sys/net80211/ieee80211_node.c
2305
if (match != NULL && ni->ni_vap != match)
sys/net80211/ieee80211_node.c
2319
if (match != NULL && match->iv_opmode == IEEE80211_M_WDS) {
sys/net80211/ieee80211_node.c
2328
if (ni->ni_wdsvap == match)
sys/netgraph/ng_bpf.c
248
hip->match = h;
sys/netgraph/ng_bpf.c
260
if (hip->match == h)
sys/netgraph/ng_bpf.c
261
hip->match = NULL;
sys/netgraph/ng_bpf.c
490
dest = hip->match;
sys/netgraph/ng_bpf.c
586
hip->match = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifMatch);
sys/netgraph/ng_bpf.c
87
hook_p match;
sys/netinet/if_ether.c
841
goto match;
sys/netinet/if_ether.c
849
goto match;
sys/netinet/if_ether.c
867
goto match;
sys/netinet/if_ether.c
883
goto match;
sys/netinet/if_ether.c
892
match:
sys/netinet/in_pcb.c
1581
inp_match_t *match = ii->match;
sys/netinet/in_pcb.c
1593
if (match != NULL && (match)(inp, ctx) == false)
sys/netinet/in_pcb.c
1626
if (match != NULL && (match)(inp, ctx) == false)
sys/netinet/in_pcb.c
2030
struct inpcb *match = NULL;
sys/netinet/in_pcb.c
2077
match = inp;
sys/netinet/in_pcb.c
2083
return (match);
sys/netinet/in_pcb.c
2255
inp_lookup_match_t match;
sys/netinet/in_pcb.c
2257
match = in_pcblookup_wild_match(inp, laddr, lport, fib);
sys/netinet/in_pcb.c
2258
if (match == INPLOOKUP_MATCH_NONE)
sys/netinet/in_pcb.c
2262
match = in_pcblookup_wild_match(inp, laddr, lport, fib);
sys/netinet/in_pcb.c
2263
if (match != INPLOOKUP_MATCH_NONE &&
sys/netinet/in_pcb.c
2305
inp_lookup_match_t match;
sys/netinet/in_pcb.c
2308
match = in_pcblookup_wild_match(inp, laddr, lport, fib);
sys/netinet/in_pcb.c
2309
if (match == INPLOOKUP_MATCH_NONE)
sys/netinet/in_pcb.c
2322
if (match == INPLOOKUP_MATCH_LADDR) {
sys/netinet/in_pcb.h
696
inp_match_t *match;
sys/netinet/in_pcb.h
709
.match = (_match), \
sys/netinet/ip_carp.c
771
struct ifaddr *ifa, *match;
sys/netinet/ip_carp.c
788
match = NULL;
sys/netinet/ip_carp.c
790
if (match == NULL && ifa->ifa_carp != NULL &&
sys/netinet/ip_carp.c
793
match = ifa;
sys/netinet/ip_carp.c
797
ifa = error ? NULL : match;
sys/netinet/ip_encap.c
292
struct encaptab *ep, *match;
sys/netinet/ip_encap.c
296
match = NULL;
sys/netinet/ip_encap.c
312
match = ep;
sys/netinet/ip_encap.c
325
if (match != NULL) {
sys/netinet/ip_encap.c
327
ret = (*match->input)(m, off, proto, arg);
sys/netinet/ip_icmp.c
803
goto match;
sys/netinet/ip_icmp.c
821
goto match;
sys/netinet/ip_icmp.c
837
goto match;
sys/netinet/ip_icmp.c
852
goto match;
sys/netinet/ip_icmp.c
868
match:
sys/netinet/raw_ip.c
346
inpi.match = rip_inp_match2;
sys/netinet/sctp_pcb.c
1007
match = 1;
sys/netinet/sctp_pcb.c
1023
match = 1;
sys/netinet/sctp_pcb.c
1030
if (match == 0) {
sys/netinet/sctp_pcb.c
984
int match = 0;
sys/netinet/tcp_stacks/bbr.c
2754
bbr_log_type_bbrrttprop(struct tcp_bbr *bbr, uint32_t t, uint32_t end, uint32_t tsconv, uint32_t cts, int32_t match, uint32_t seq, uint8_t flags)
sys/netinet/tcp_stacks/bbr.c
2766
log.u_bbr.flex7 = match;
sys/netinet/tcp_stacks/bbr.c
6640
uint32_t uts, int32_t match, uint32_t rsm_send_time, int32_t ack_type, struct tcpopt *to)
sys/netinet/tcp_stacks/bbr.c
6655
(match != BBR_RTT_BY_EXACTMATCH) &&
sys/netinet/tcp_stacks/bbr.c
6656
(match != BBR_RTT_BY_TIMESTAMP)){
sys/netinet/tcp_stacks/bbr.c
6668
(match != BBR_RTT_BY_EXACTMATCH) &&
sys/netinet/tcp_stacks/bbr.c
6669
(match != BBR_RTT_BY_TIMESTAMP)){
sys/netinet/tcp_stacks/bbr.c
6698
match, rsm->r_start, rsm->r_flags);
sys/netinet/tcp_stacks/bbr.c
6714
(match == BBR_RTT_BY_TIMESTAMP)) {
sys/netinet6/in6.c
1934
int match = 0;
sys/netinet6/in6.c
1941
match++;
sys/netinet6/in6.c
1946
match += 8;
sys/netinet6/in6.c
1947
return match;
sys/netinet6/in6_pcb.c
1027
inp_lookup_match_t match;
sys/netinet6/in6_pcb.c
1029
match = in6_pcblookup_wild_match(inp, laddr, lport, fib);
sys/netinet6/in6_pcb.c
1030
if (match == INPLOOKUP_MATCH_NONE)
sys/netinet6/in6_pcb.c
1034
match = in6_pcblookup_wild_match(inp, laddr, lport,
sys/netinet6/in6_pcb.c
1036
if (match != INPLOOKUP_MATCH_NONE &&
sys/netinet6/in6_pcb.c
1072
inp_lookup_match_t match;
sys/netinet6/in6_pcb.c
1075
match = in6_pcblookup_wild_match(inp, laddr, lport, fib);
sys/netinet6/in6_pcb.c
1076
if (match == INPLOOKUP_MATCH_NONE)
sys/netinet6/in6_pcb.c
1089
if (match == INPLOOKUP_MATCH_LADDR) {
sys/netinet6/in6_pcb.c
741
struct inpcb *match = NULL;
sys/netinet6/in6_pcb.c
775
match = inp;
sys/netinet6/in6_pcb.c
781
return (match);
sys/netinet6/in6_src.c
909
struct in6_addrpolicy *match = NULL;
sys/netinet6/in6_src.c
912
match = match_addrsel_policy(key);
sys/netinet6/in6_src.c
914
if (match == NULL)
sys/netinet6/in6_src.c
915
match = &V_defaultaddrpolicy;
sys/netinet6/in6_src.c
917
match->use++;
sys/netinet6/in6_src.c
920
return (match);
sys/netpfil/ipfilter/netinet/ip_nat.c
4665
int match;
sys/netpfil/ipfilter/netinet/ip_nat.c
4667
match = 0;
sys/netpfil/ipfilter/netinet/ip_nat.c
4671
match = ((fin->fin_saddr & np->in_osrcmsk) != np->in_osrcaddr);
sys/netpfil/ipfilter/netinet/ip_nat.c
4674
match = (*np->in_osrcfunc)(softc, np->in_osrcptr,
sys/netpfil/ipfilter/netinet/ip_nat.c
4678
match ^= ((np->in_flags & IPN_NOTSRC) != 0);
sys/netpfil/ipfilter/netinet/ip_nat.c
4679
if (match)
sys/netpfil/ipfilter/netinet/ip_nat.c
4682
match = 0;
sys/netpfil/ipfilter/netinet/ip_nat.c
4686
match = ((fin->fin_daddr & np->in_odstmsk) != np->in_odstaddr);
sys/netpfil/ipfilter/netinet/ip_nat.c
4689
match = (*np->in_odstfunc)(softc, np->in_odstptr,
sys/netpfil/ipfilter/netinet/ip_nat.c
4694
match ^= ((np->in_flags & IPN_NOTDST) != 0);
sys/netpfil/ipfilter/netinet/ip_nat.c
4695
if (match)
sys/netpfil/ipfilter/netinet/ip_nat6.c
2492
int match;
sys/netpfil/ipfilter/netinet/ip_nat6.c
2494
match = 0;
sys/netpfil/ipfilter/netinet/ip_nat6.c
2498
match = IP6_MASKNEQ(&fin->fin_src6, &np->in_osrcmsk6,
sys/netpfil/ipfilter/netinet/ip_nat6.c
2502
match = (*np->in_osrcfunc)(fin->fin_main_soft, np->in_osrcptr,
sys/netpfil/ipfilter/netinet/ip_nat6.c
2506
match ^= ((np->in_flags & IPN_NOTSRC) != 0);
sys/netpfil/ipfilter/netinet/ip_nat6.c
2507
if (match)
sys/netpfil/ipfilter/netinet/ip_nat6.c
2510
match = 0;
sys/netpfil/ipfilter/netinet/ip_nat6.c
2514
match = IP6_MASKNEQ(&fin->fin_dst6, &np->in_odstmsk6,
sys/netpfil/ipfilter/netinet/ip_nat6.c
2518
match = (*np->in_odstfunc)(fin->fin_main_soft, np->in_odstptr,
sys/netpfil/ipfilter/netinet/ip_nat6.c
2523
match ^= ((np->in_flags & IPN_NOTDST) != 0);
sys/netpfil/ipfilter/netinet/ip_nat6.c
2524
if (match)
sys/netpfil/ipfilter/netinet/ipf_rb.h
338
int match; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
342
match = _cmp(key, node); \
sys/netpfil/ipfilter/netinet/ipf_rb.h
343
if (match == 0) \
sys/netpfil/ipfilter/netinet/ipf_rb.h
345
if (match< 0) \
sys/netpfil/ipfilter/netinet/ipf_rb.h
350
if (node == &_n##_rb_zero || match != 0) \
sys/netpfil/ipfw/dn_heap.c
327
int (*match)(void *_el, uintptr_t key, int, void *);
sys/netpfil/ipfw/dn_heap.c
340
int (*match)(void *, uintptr_t, int, void *),
sys/netpfil/ipfw/dn_heap.c
367
if (h == NULL || match == NULL) {
sys/netpfil/ipfw/dn_heap.c
414
ht->match = match;
sys/netpfil/ipfw/dn_heap.c
465
} else if (ht->match(p, key, flags, arg)) /* found match */
sys/netpfil/ipfw/dn_heap.h
169
int (*match)(void *, uintptr_t, int, void *),
sys/netpfil/ipfw/ip_fw2.c
1123
int match;
sys/netpfil/ipfw/ip_fw2.c
1160
match = 0;
sys/netpfil/ipfw/ip_fw2.c
1208
match = ((*uc)->cr_uid == (uid_t)insn->d[0]);
sys/netpfil/ipfw/ip_fw2.c
1210
match = groupmember((gid_t)insn->d[0], *uc);
sys/netpfil/ipfw/ip_fw2.c
1212
match = ((*uc)->cr_prison->pr_id == (int)insn->d[0]);
sys/netpfil/ipfw/ip_fw2.c
1213
return (match);
sys/netpfil/ipfw/ip_fw2.c
1944
int match;
sys/netpfil/ipfw/ip_fw2.c
1966
match = 0; /* set to 1 if we succeed */
sys/netpfil/ipfw/ip_fw2.c
1977
match = 1;
sys/netpfil/ipfw/ip_fw2.c
1998
match = check_uidgid(
sys/netpfil/ipfw/ip_fw2.c
2009
match = iface_match(iif, (ipfw_insn_if *)cmd,
sys/netpfil/ipfw/ip_fw2.c
2014
match = iface_match(oif, (ipfw_insn_if *)cmd,
sys/netpfil/ipfw/ip_fw2.c
2019
match = iface_match(args->ifp,
sys/netpfil/ipfw/ip_fw2.c
2031
match =
sys/netpfil/ipfw/ip_fw2.c
2044
for (i = cmdlen - 1; !match && i>0;
sys/netpfil/ipfw/ip_fw2.c
2046
match =
sys/netpfil/ipfw/ip_fw2.c
2061
match = flags_match(cmd,
sys/netpfil/ipfw/ip_fw2.c
2069
match = (cmd->arg1 == 0x1 &&
sys/netpfil/ipfw/ip_fw2.c
2075
match = (oif == NULL);
sys/netpfil/ipfw/ip_fw2.c
2079
match = (args->flags & IPFW_ARGS_ETHER);
sys/netpfil/ipfw/ip_fw2.c
2090
match = ((args->rule.info & IPFW_IS_MASK) ==
sys/netpfil/ipfw/ip_fw2.c
2101
match = (proto == cmd->arg1);
sys/netpfil/ipfw/ip_fw2.c
2105
match = is_ipv4 &&
sys/netpfil/ipfw/ip_fw2.c
2138
match = ipfw_lookup_table(chain,
sys/netpfil/ipfw/ip_fw2.c
2141
if (!match)
sys/netpfil/ipfw/ip_fw2.c
2144
match = tvalue_match(chain,
sys/netpfil/ipfw/ip_fw2.c
2146
if (!match)
sys/netpfil/ipfw/ip_fw2.c
2295
match = ipfw_lookup_table(chain,
sys/netpfil/ipfw/ip_fw2.c
2299
if (!match)
sys/netpfil/ipfw/ip_fw2.c
2325
match = ipfw_lookup_table(chain,
sys/netpfil/ipfw/ip_fw2.c
2328
if (!match)
sys/netpfil/ipfw/ip_fw2.c
2331
match = tvalue_match(chain,
sys/netpfil/ipfw/ip_fw2.c
2333
if (!match)
sys/netpfil/ipfw/ip_fw2.c
2344
match = ipfw_lookup_table(chain,
sys/netpfil/ipfw/ip_fw2.c
2347
if (!match)
sys/netpfil/ipfw/ip_fw2.c
2350
match = tvalue_match(chain,
sys/netpfil/ipfw/ip_fw2.c
2352
if (match)
sys/netpfil/ipfw/ip_fw2.c
2366
for (; !match && i>0; i-= 2, p+= 2)
sys/netpfil/ipfw/ip_fw2.c
2367
match = (p[0] == (a & p[1]));
sys/netpfil/ipfw/ip_fw2.c
2373
match = in_localip(src_ip);
sys/netpfil/ipfw/ip_fw2.c
2379
match = is_ipv6 &&
sys/netpfil/ipfw/ip_fw2.c
2396
match = (addr < cmd->arg1) &&
sys/netpfil/ipfw/ip_fw2.c
2403
match = is_ipv4 &&
sys/netpfil/ipfw/ip_fw2.c
2410
match = in_localip(dst_ip);
sys/netpfil/ipfw/ip_fw2.c
2416
match = is_ipv6 &&
sys/netpfil/ipfw/ip_fw2.c
2439
for (i = cmdlen - 1; !match && i>0;
sys/netpfil/ipfw/ip_fw2.c
2441
match = (x>=p[0] && x<=p[1]);
sys/netpfil/ipfw/ip_fw2.c
2446
match = (offset == 0 && proto==IPPROTO_ICMP &&
sys/netpfil/ipfw/ip_fw2.c
2452
match = is_ipv6 && offset == 0 &&
sys/netpfil/ipfw/ip_fw2.c
2461
match = (is_ipv4 &&
sys/netpfil/ipfw/ip_fw2.c
2466
match = ((is_ipv4 || is_ipv6) &&
sys/netpfil/ipfw/ip_fw2.c
2487
match = (cmd->arg1 == x);
sys/netpfil/ipfw/ip_fw2.c
2493
for (; !match && i>0; i--, p += 2)
sys/netpfil/ipfw/ip_fw2.c
2494
match = (x >= p[0] && x <= p[1]);
sys/netpfil/ipfw/ip_fw2.c
2499
match = (is_ipv4 &&
sys/netpfil/ipfw/ip_fw2.c
2504
match = (is_ipv4 &&
sys/netpfil/ipfw/ip_fw2.c
2526
match = *(p + 1) & (1 << (x - 32));
sys/netpfil/ipfw/ip_fw2.c
2528
match = *p & (1 << x);
sys/netpfil/ipfw/ip_fw2.c
2558
match = (cmd->arg1 == x);
sys/netpfil/ipfw/ip_fw2.c
2564
for (; !match && i>0; i--, p += 2)
sys/netpfil/ipfw/ip_fw2.c
2565
match = (x >= p[0] && x <= p[1]);
sys/netpfil/ipfw/ip_fw2.c
2575
match = (proto == IPPROTO_TCP && offset == 0 &&
sys/netpfil/ipfw/ip_fw2.c
2583
match = tcpopts_match(TCP(ulp), cmd);
sys/netpfil/ipfw/ip_fw2.c
2588
match = (proto == IPPROTO_TCP && offset == 0 &&
sys/netpfil/ipfw/ip_fw2.c
2594
match = (proto == IPPROTO_TCP && offset == 0 &&
sys/netpfil/ipfw/ip_fw2.c
2612
match = (cmd->arg1 == mss);
sys/netpfil/ipfw/ip_fw2.c
2618
for (; !match && i > 0; i--, p += 2)
sys/netpfil/ipfw/ip_fw2.c
2619
match = (mss >= p[0] &&
sys/netpfil/ipfw/ip_fw2.c
2632
match = (cmd->arg1 == x);
sys/netpfil/ipfw/ip_fw2.c
2638
for (; !match && i > 0; i--, p += 2)
sys/netpfil/ipfw/ip_fw2.c
2639
match = (x >= p[0] && x <= p[1]);
sys/netpfil/ipfw/ip_fw2.c
2646
match = (proto == IPPROTO_TCP && offset == 0 &&
sys/netpfil/ipfw/ip_fw2.c
2662
match = 1;
sys/netpfil/ipfw/ip_fw2.c
2685
match = 1;
sys/netpfil/ipfw/ip_fw2.c
2689
match = (random()<((ipfw_insn_u32 *)cmd)->d[0]);
sys/netpfil/ipfw/ip_fw2.c
2694
match = (args->flags & IPFW_ARGS_OUT ||
sys/netpfil/ipfw/ip_fw2.c
2706
match = (hlen > 0 && ((oif != NULL) || (
sys/netpfil/ipfw/ip_fw2.c
2724
match =
sys/netpfil/ipfw/ip_fw2.c
2733
match = 1;
sys/netpfil/ipfw/ip_fw2.c
2737
match = (m_tag_find(m,
sys/netpfil/ipfw/ip_fw2.c
2744
match = is_ipv6 &&
sys/netpfil/ipfw/ip_fw2.c
2750
match = is_ipv6 &&
sys/netpfil/ipfw/ip_fw2.c
2762
for (; !match && i > 0; d += 2,
sys/netpfil/ipfw/ip_fw2.c
2770
match =
sys/netpfil/ipfw/ip_fw2.c
2778
match = is_ipv6 &&
sys/netpfil/ipfw/ip_fw2.c
2784
match = is_ipv6 &&
sys/netpfil/ipfw/ip_fw2.c
2789
match = is_ipv6;
sys/netpfil/ipfw/ip_fw2.c
2794
match = is_ipv4;
sys/netpfil/ipfw/ip_fw2.c
2814
match = 0;
sys/netpfil/ipfw/ip_fw2.c
2822
match = 1;
sys/netpfil/ipfw/ip_fw2.c
2829
match = 1;
sys/netpfil/ipfw/ip_fw2.c
2879
match = 1;
sys/netpfil/ipfw/ip_fw2.c
2893
match = m_tag_locate(m, MTAG_IPFW,
sys/netpfil/ipfw/ip_fw2.c
2900
mtag != NULL && !match;
sys/netpfil/ipfw/ip_fw2.c
2910
for(; !match && i > 0; i--, p += 2)
sys/netpfil/ipfw/ip_fw2.c
2911
match =
sys/netpfil/ipfw/ip_fw2.c
2924
match =
sys/netpfil/ipfw/ip_fw2.c
2994
match = 1;
sys/netpfil/ipfw/ip_fw2.c
3031
match = 1;
sys/netpfil/ipfw/ip_fw2.c
3035
match = 0; /* skip to the next rule */
sys/netpfil/ipfw/ip_fw2.c
3095
match = 1;
sys/netpfil/ipfw/ip_fw2.c
3522
match = !match;
sys/netpfil/ipfw/ip_fw2.c
3524
if (match) {
sys/netpfil/pf/pf.c
158
SDT_PROBE_DEFINE2(pf, eth, test_rule, match, "int", "struct pf_keth_rule *");
sys/netpfil/pf/pf.c
5173
struct pf_keth_rule **a, int *match)
sys/netpfil/pf/pf.c
5179
if (match)
sys/netpfil/pf/pf.c
5180
*match = 0;
sys/netpfil/pf/pf.c
5209
struct pf_keth_rule **a, int *match)
sys/netpfil/pf/pf.c
5227
if (match != NULL && *match) {
sys/netpfil/pf/pf.c
5234
*match = 0;
sys/netpfil/pf/pf.c
5251
if (PF_ETH_ANCHOR_MATCH(f) || (match != NULL && *match))
sys/netpfil/pf/pf.c
5607
bool match = true;
sys/netpfil/pf/pf.c
5615
match = false;
sys/netpfil/pf/pf.c
5620
return (match ^ r->neg);
sys/netpfil/pf/pf.c
5676
int asd = 0, match = 0;
sys/netpfil/pf/pf.c
5800
SDT_PROBE2(pf, eth, test_rule, match, r->nr, r);
sys/netpfil/pf/pf.c
5808
&ruleset, &r, &a, &match);
sys/netpfil/pf/pf.c
5812
&ruleset, &r, &a, &match))
sys/netpfil/pf/pf.h
749
int match; /* XXX: used for pfctl black magic */
sys/netpfil/pf/pf_table.c
2154
int match;
sys/netpfil/pf/pf_table.c
2158
match = (ke && !ke->pfrke_not);
sys/netpfil/pf/pf_table.c
2159
if (match)
sys/netpfil/pf/pf_table.c
2164
return (match);
sys/opencrypto/crypto.c
1089
crypto_find_driver(const char *match)
sys/opencrypto/crypto.c
1092
int i, len = strlen(match);
sys/opencrypto/crypto.c
1099
if (strncmp(match, device_get_nameunit(cap->cc_dev), len) == 0 ||
sys/opencrypto/crypto.c
1100
strncmp(match, device_get_name(cap->cc_dev), len) == 0) {
sys/riscv/riscv/db_disasm.c
78
int match;
sys/riscv/riscv/db_disasm.c
87
if (((insn ^ op->match) & op->mask) == 0)
sys/riscv/vmm/vmm_riscv.c
81
m_op(uint32_t insn, int match, int mask)
sys/riscv/vmm/vmm_riscv.c
84
if (((insn ^ match) & mask) == 0)
sys/security/mac_bsdextended/mac_bsdextended.c
228
int mac_granted, match, priv_granted;
sys/security/mac_bsdextended/mac_bsdextended.c
236
match = ((cred->cr_uid <= rule->mbr_subject.mbs_uid_max &&
sys/security/mac_bsdextended/mac_bsdextended.c
243
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
244
if (!match)
sys/security/mac_bsdextended/mac_bsdextended.c
249
match = ((cred->cr_gid <= rule->mbr_subject.mbs_gid_max &&
sys/security/mac_bsdextended/mac_bsdextended.c
255
if (!match) {
sys/security/mac_bsdextended/mac_bsdextended.c
261
match = 1;
sys/security/mac_bsdextended/mac_bsdextended.c
267
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
268
if (!match)
sys/security/mac_bsdextended/mac_bsdextended.c
273
match =
sys/security/mac_bsdextended/mac_bsdextended.c
276
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
277
if (!match)
sys/security/mac_bsdextended/mac_bsdextended.c
285
match = (vap->va_uid <= rule->mbr_object.mbo_uid_max &&
sys/security/mac_bsdextended/mac_bsdextended.c
288
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
289
if (!match)
sys/security/mac_bsdextended/mac_bsdextended.c
294
match = (vap->va_gid <= rule->mbr_object.mbo_gid_max &&
sys/security/mac_bsdextended/mac_bsdextended.c
297
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
298
if (!match)
sys/security/mac_bsdextended/mac_bsdextended.c
303
match = (fsidcmp(&vp->v_mount->mnt_stat.f_fsid,
sys/security/mac_bsdextended/mac_bsdextended.c
306
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
307
if (!match)
sys/security/mac_bsdextended/mac_bsdextended.c
312
match = (vap->va_mode & S_ISUID);
sys/security/mac_bsdextended/mac_bsdextended.c
314
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
315
if (!match)
sys/security/mac_bsdextended/mac_bsdextended.c
320
match = (vap->va_mode & S_ISGID);
sys/security/mac_bsdextended/mac_bsdextended.c
322
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
323
if (!match)
sys/security/mac_bsdextended/mac_bsdextended.c
328
match = (vap->va_uid == cred->cr_uid ||
sys/security/mac_bsdextended/mac_bsdextended.c
332
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
333
if (!match)
sys/security/mac_bsdextended/mac_bsdextended.c
338
match = (groupmember(vap->va_gid, cred) ||
sys/security/mac_bsdextended/mac_bsdextended.c
342
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
343
if (!match)
sys/security/mac_bsdextended/mac_bsdextended.c
350
match = (rule->mbr_object.mbo_type & MBO_TYPE_REG);
sys/security/mac_bsdextended/mac_bsdextended.c
353
match = (rule->mbr_object.mbo_type & MBO_TYPE_DIR);
sys/security/mac_bsdextended/mac_bsdextended.c
356
match = (rule->mbr_object.mbo_type & MBO_TYPE_BLK);
sys/security/mac_bsdextended/mac_bsdextended.c
359
match = (rule->mbr_object.mbo_type & MBO_TYPE_CHR);
sys/security/mac_bsdextended/mac_bsdextended.c
362
match = (rule->mbr_object.mbo_type & MBO_TYPE_LNK);
sys/security/mac_bsdextended/mac_bsdextended.c
365
match = (rule->mbr_object.mbo_type & MBO_TYPE_SOCK);
sys/security/mac_bsdextended/mac_bsdextended.c
368
match = (rule->mbr_object.mbo_type & MBO_TYPE_FIFO);
sys/security/mac_bsdextended/mac_bsdextended.c
371
match = 0;
sys/security/mac_bsdextended/mac_bsdextended.c
374
match = !match;
sys/security/mac_bsdextended/mac_bsdextended.c
375
if (!match)
sys/sys/tree.h
768
#define _RB_AUGMENT_WALK(elm, match, field) \
sys/sys/tree.h
770
if (match == elm) \
sys/sys/tree.h
771
match = NULL; \
sys/x86/iommu/intel_drv.c
710
int match;
sys/x86/iommu/intel_drv.c
727
match = dmar_match_devscope(devscope, dev_busno, dev_path,
sys/x86/iommu/intel_drv.c
729
if (match == -1)
sys/x86/iommu/intel_drv.c
731
if (match == 1) {
sys/x86/iommu/intel_drv.c
908
int match;
sys/x86/iommu/intel_drv.c
928
match = dmar_match_devscope(devscope, ria->dev_busno,
sys/x86/iommu/intel_drv.c
930
if (match == 1) {
sys/x86/x86/ucode.c
407
const uint8_t *fileaddr, *match;
sys/x86/x86/ucode.c
430
fileaddr = match = NULL;
sys/x86/x86/ucode.c
441
match = ucode_loader->match(fileaddr, &len);
sys/x86/x86/ucode.c
442
if (match != NULL) {
sys/x86/x86/ucode.c
445
memcpy_early(addr, match, len);
sys/x86/x86/ucode.c
446
match = addr;
sys/x86/x86/ucode.c
448
error = ucode_loader->load(match, EARLY, &nrev, &orev);
sys/x86/x86/ucode.c
450
ucode_data = early_ucode_data = match;
sys/x86/x86/ucode.c
63
const void *(*match)(const uint8_t *, size_t *);
sys/x86/x86/ucode.c
68
.match = ucode_intel_match,
sys/x86/x86/ucode.c
73
.match = ucode_amd_match,
tools/tools/ath/athregs/dumpregs.c
389
if ((what & dr->type) && match(dr, revs))
tools/tools/ath/athregs/dumpregs.c
407
if ((what & dr->type) && match(dr, revs)) {
tools/tools/ath/athregs/dumpregs.c
428
if ((what & dr->type) && match(dr, revs)) {
tools/tools/ath/athregs/dumpregs.c
461
if ((what & dr->type) && match(dr, revs)) {
tools/tools/ath/athregs/dumpregs.c
599
if (!match(dr, revs))
tools/tools/cxgbtool/cxgbtool.c
266
int match = 0;
tools/tools/cxgbtool/cxgbtool.c
275
match += dump_block_regs(sge_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
277
match += dump_block_regs(mc3_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
279
match += dump_block_regs(mc4_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
281
match += dump_block_regs(tpi_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
283
match += dump_block_regs(tp_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
285
match += dump_block_regs(rat_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
287
match += dump_block_regs(cspi_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
289
match += dump_block_regs(espi_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
291
match += dump_block_regs(ulp_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
293
match += dump_block_regs(pl_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
295
match += dump_block_regs(mc5_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
296
if (!match)
tools/tools/cxgbtool/cxgbtool.c
305
int match = 0;
tools/tools/cxgbtool/cxgbtool.c
314
match += dump_block_regs(sge3_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
316
match += dump_block_regs(is_pcie ? pcie0_regs : pcix1_regs,
tools/tools/cxgbtool/cxgbtool.c
319
match += dump_block_regs(t3dbg_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
321
match += dump_block_regs(mc7_pmrx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
323
match += dump_block_regs(mc7_pmtx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
325
match += dump_block_regs(mc7_cm_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
327
match += dump_block_regs(cim_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
329
match += dump_block_regs(tp1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
331
match += dump_block_regs(ulp2_rx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
333
match += dump_block_regs(ulp2_tx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
335
match += dump_block_regs(pm1_rx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
337
match += dump_block_regs(pm1_tx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
339
match += dump_block_regs(mps0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
341
match += dump_block_regs(cpl_switch_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
343
match += dump_block_regs(smb0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
345
match += dump_block_regs(i2cm0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
347
match += dump_block_regs(mi1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
349
match += dump_block_regs(sf1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
351
match += dump_block_regs(pl3_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
353
match += dump_block_regs(mc5a_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
355
match += dump_block_regs(xgmac0_0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
357
match += dump_block_regs(xgmac0_1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
358
if (!match)
tools/tools/cxgbtool/cxgbtool.c
367
int match = 0;
tools/tools/cxgbtool/cxgbtool.c
376
match += dump_block_regs(t3b_sge3_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
378
match += dump_block_regs(is_pcie ? t3b_pcie0_regs :
tools/tools/cxgbtool/cxgbtool.c
381
match += dump_block_regs(t3b_t3dbg_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
383
match += dump_block_regs(t3b_mc7_pmrx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
385
match += dump_block_regs(t3b_mc7_pmtx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
387
match += dump_block_regs(t3b_mc7_cm_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
389
match += dump_block_regs(t3b_cim_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
391
match += dump_block_regs(t3b_tp1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
393
match += dump_block_regs(t3b_ulp2_rx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
395
match += dump_block_regs(t3b_ulp2_tx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
397
match += dump_block_regs(t3b_pm1_rx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
399
match += dump_block_regs(t3b_pm1_tx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
401
match += dump_block_regs(t3b_mps0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
403
match += dump_block_regs(t3b_cpl_switch_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
405
match += dump_block_regs(t3b_smb0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
407
match += dump_block_regs(t3b_i2cm0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
409
match += dump_block_regs(t3b_mi1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
411
match += dump_block_regs(t3b_sf1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
413
match += dump_block_regs(t3b_pl3_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
415
match += dump_block_regs(t3b_mc5a_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
417
match += dump_block_regs(t3b_xgmac0_0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
419
match += dump_block_regs(t3b_xgmac0_1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
420
if (!match)
tools/tools/cxgbtool/cxgbtool.c
429
int match = 0;
tools/tools/cxgbtool/cxgbtool.c
438
match += dump_block_regs(t3c_sge3_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
440
match += dump_block_regs(is_pcie ? t3c_pcie0_regs :
tools/tools/cxgbtool/cxgbtool.c
443
match += dump_block_regs(t3c_t3dbg_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
445
match += dump_block_regs(t3c_mc7_pmrx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
447
match += dump_block_regs(t3c_mc7_pmtx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
449
match += dump_block_regs(t3c_mc7_cm_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
451
match += dump_block_regs(t3c_cim_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
453
match += dump_block_regs(t3c_tp1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
455
match += dump_block_regs(t3c_ulp2_rx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
457
match += dump_block_regs(t3c_ulp2_tx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
459
match += dump_block_regs(t3c_pm1_rx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
461
match += dump_block_regs(t3c_pm1_tx_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
463
match += dump_block_regs(t3c_mps0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
465
match += dump_block_regs(t3c_cpl_switch_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
467
match += dump_block_regs(t3c_smb0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
469
match += dump_block_regs(t3c_i2cm0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
471
match += dump_block_regs(t3c_mi1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
473
match += dump_block_regs(t3c_sf1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
475
match += dump_block_regs(t3c_pl3_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
477
match += dump_block_regs(t3c_mc5a_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
479
match += dump_block_regs(t3c_xgmac0_0_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
481
match += dump_block_regs(t3c_xgmac0_1_regs, regs);
tools/tools/cxgbtool/cxgbtool.c
482
if (!match)
tools/tools/drm/radeon/mkregtable/mkregtable.c
638
regmatch_t match[4];
tools/tools/drm/radeon/mkregtable/mkregtable.c
684
r = regexec(&mask_rex, buf, 4, match, 0);
tools/tools/drm/radeon/mkregtable/mkregtable.c
693
buf[match[0].rm_eo] = 0;
tools/tools/drm/radeon/mkregtable/mkregtable.c
694
buf[match[1].rm_eo] = 0;
tools/tools/drm/radeon/mkregtable/mkregtable.c
695
buf[match[2].rm_eo] = 0;
tools/tools/drm/radeon/mkregtable/mkregtable.c
696
o = strtol(&buf[match[1].rm_so], NULL, 16);
usr.bin/finger/extern.h
53
int match(struct passwd *, const char *);
usr.bin/finger/finger.c
344
else if (match(pw, *p) && !hide(pw)) {
usr.bin/from/from.c
115
(!sender || match(buf + 5, sender))) {
usr.bin/from/from.c
44
static int match(const char *, const char *);
usr.bin/fstat/fuser.c
279
int error, match;
usr.bin/fstat/fuser.c
313
match = 0;
usr.bin/fstat/fuser.c
316
match = 1;
usr.bin/fstat/fuser.c
319
if (match == 1) { /* Use old entry. */
usr.bin/grep/util.c
778
regmatch_t match;
usr.bin/grep/util.c
801
match = pc->matches[i];
usr.bin/grep/util.c
803
if (match.rm_so == match.rm_eo)
usr.bin/grep/util.c
810
pc->ln.boff = match.rm_so;
usr.bin/grep/util.c
813
fwrite(pc->ln.dat + a, match.rm_so - a, 1,
usr.bin/grep/util.c
818
fwrite(pc->ln.dat + match.rm_so,
usr.bin/grep/util.c
819
match.rm_eo - match.rm_so, 1, stdout);
usr.bin/grep/util.c
822
a = match.rm_eo;
usr.bin/look/look.c
133
match = 1;
usr.bin/look/look.c
147
match *= (look(key, front, back));
usr.bin/look/look.c
151
exit(match);
usr.bin/look/look.c
92
int ch, fd, match;
usr.bin/mkstr/mkstr.c
140
if (match("error(")) {
usr.bin/mkstr/mkstr.c
73
int match(const char *);
usr.bin/posixmqcontrol/posixmqcontrol.c
370
bool match = false;
usr.bin/posixmqcontrol/posixmqcontrol.c
371
while (*cursor != NULL && !match) {
usr.bin/posixmqcontrol/posixmqcontrol.c
375
while (*pattern != NULL && !match) {
usr.bin/posixmqcontrol/posixmqcontrol.c
378
match = strcmp(knob, argv[index]) == 0;
usr.bin/posixmqcontrol/posixmqcontrol.c
379
if (!match)
usr.bin/posixmqcontrol/posixmqcontrol.c
383
if (match) {
usr.bin/posixmqcontrol/posixmqcontrol.c
391
if (!match && index < argc) {
usr.bin/sed/compile.c
141
if ((match = malloc((maxnsub + 1) * sizeof(regmatch_t))) == NULL)
usr.bin/sed/extern.h
38
extern regmatch_t *match;
usr.bin/sed/process.c
409
if (n <= 1 && (match[0].rm_so > le))
usr.bin/sed/process.c
410
cspace(&SS, s, match[0].rm_so - le, APPEND);
usr.bin/sed/process.c
413
if (lastempty || (match[0].rm_so - le) ||
usr.bin/sed/process.c
414
match[0].rm_so != match[0].rm_eo) {
usr.bin/sed/process.c
422
if (match[0].rm_eo - le)
usr.bin/sed/process.c
423
cspace(&SS, s, match[0].rm_eo - le,
usr.bin/sed/process.c
430
s = ps + match[0].rm_eo;
usr.bin/sed/process.c
431
slen = psl - match[0].rm_eo;
usr.bin/sed/process.c
432
le = match[0].rm_eo;
usr.bin/sed/process.c
438
if (match[0].rm_so == match[0].rm_eo) {
usr.bin/sed/process.c
673
match[0].rm_so = start;
usr.bin/sed/process.c
674
match[0].rm_eo = stop;
usr.bin/sed/process.c
677
nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
usr.bin/sed/process.c
722
} else if (match[no].rm_so != -1 && match[no].rm_eo != -1) {
usr.bin/sed/process.c
723
len = match[no].rm_eo - match[no].rm_so;
usr.bin/sed/process.c
725
memmove(dst, string + match[no].rm_so, len);
usr.bin/sed/process.c
85
regmatch_t *match;
usr.bin/systat/ifstat.c
210
if (!ifp->display || ifp->match == 0) {
usr.bin/systat/ifstat.c
250
p->match = 1;
usr.bin/systat/ifstat.c
383
int match = 0, mlen;
usr.bin/systat/ifstat.c
410
return (match);
usr.bin/systat/ifstat.c
431
ifp->match = 0;
usr.bin/systat/ifstat.c
433
ifp->match = 1;
usr.bin/systat/ifstat.c
434
if (ifp->display && ifp->match) {
usr.bin/systat/ifstat.c
81
u_int match;
usr.bin/tip/libacu/courier.c
143
cour_swallow(char *match)
usr.bin/tip/libacu/courier.c
151
if (*match =='\0') {
usr.bin/tip/libacu/courier.c
167
} while (c == *match++);
usr.bin/tip/libacu/hayes.c
168
gobble(char *match)
usr.bin/tip/libacu/hayes.c
178
printf("\ngobble: waiting for %s\n", match);
usr.bin/tip/libacu/hayes.c
192
for (i = 0; i < strlen(match); i++)
usr.bin/tip/libacu/hayes.c
193
if (c == match[i])
usr.bin/tip/libacu/t3000.c
144
t3000_swallow(char *match)
usr.bin/tip/libacu/t3000.c
152
if (*match =='\0') {
usr.bin/tip/libacu/t3000.c
168
} while (c == *match++);
usr.bin/tip/libacu/ventel.c
176
gobble(char match, char response[])
usr.bin/tip/libacu/ventel.c
198
} while (c != '\n' && c != match);
usr.bin/tip/libacu/ventel.c
201
return (c == match);
usr.bin/usbhidctl/usbhid.c
304
int dlen, havedata, i, match, r, rid, use_rid;
usr.bin/usbhidctl/usbhid.c
357
match = 0;
usr.bin/usbhidctl/usbhid.c
364
match = 1;
usr.bin/usbhidctl/usbhid.c
371
if (match)
usr.bin/xargs/strnsubst.c
33
strnsubst(char **str, const char *match, const char *replstr, size_t maxsize)
usr.bin/xargs/strnsubst.c
50
match = NULL;
usr.bin/xargs/strnsubst.c
60
if (match == NULL || replstr == NULL || maxsize == strlen(s1)) {
usr.bin/xargs/strnsubst.c
66
this = strstr(s1, match);
usr.bin/xargs/strnsubst.c
70
strlen(match) + 1) > maxsize) {
usr.bin/xargs/strnsubst.c
77
s1 = this + strlen(match);
usr.bin/xargs/xargs.c
774
int match;
usr.bin/xargs/xargs.c
787
match = regexec(&cre, response, 0, NULL, 0);
usr.bin/xargs/xargs.c
791
return (match == 0);
usr.sbin/bhyve/rtc_pl031.c
146
bool match;
usr.sbin/bhyve/rtc_pl031.c
151
match = ticks >= 0 &&
usr.sbin/bhyve/rtc_pl031.c
156
if (match) {
usr.sbin/bhyve/rtc_pl031.c
161
if (match || from_timer || ticks < 0)
usr.sbin/bootparamd/bootparamd/bootparamd.c
191
int match = 0;
usr.sbin/bootparamd/bootparamd/bootparamd.c
202
while ( fscanf(bpf, "%255s", hostname) > 0 && !match ) {
usr.sbin/bootparamd/bootparamd/bootparamd.c
205
match = 1;
usr.sbin/bootparamd/bootparamd/bootparamd.c
208
if (he && !strcmp(he->h_name, l_askname)) match = 1;
usr.sbin/bootparamd/bootparamd/bootparamd.c
238
if ( match ) break;
usr.sbin/bootparamd/bootparamd/bootparamd.c
248
if (match) {
usr.sbin/bootparamd/bootparamd/bootparamd.c
278
return(match);
usr.sbin/config/mkmakefile.cc
391
int compile, match, nreqs, std, filetype, negate,
usr.sbin/config/mkmakefile.cc
451
match = 1;
usr.sbin/config/mkmakefile.cc
482
compile += match;
usr.sbin/config/mkmakefile.cc
483
match = 1;
usr.sbin/config/mkmakefile.cc
567
match = 0;
usr.sbin/config/mkmakefile.cc
576
match = 0;
usr.sbin/config/mkmakefile.cc
579
match &= negate;
usr.sbin/config/mkmakefile.cc
583
compile += match;
usr.sbin/cxgbetool/cxgbetool.c
295
int i, j, match;
usr.sbin/cxgbetool/cxgbetool.c
315
match = argc == 0 ? 1 : 0;
usr.sbin/cxgbetool/cxgbetool.c
316
for (i = 0; !match && i < argc; i++) {
usr.sbin/cxgbetool/cxgbetool.c
318
match = 1;
usr.sbin/cxgbetool/cxgbetool.c
321
if (match)
usr.sbin/lpr/common_source/matchjobs.c
405
int jnum, match;
usr.sbin/lpr/common_source/matchjobs.c
423
match = 0; /* assume the job will not match */
usr.sbin/lpr/common_source/matchjobs.c
461
match = 1;
usr.sbin/lpr/common_source/matchjobs.c
479
return (match);
usr.sbin/moused/moused/quirks.c
1508
match_fill_name(struct match *m,
usr.sbin/moused/moused/quirks.c
1520
match_fill_uniq(struct match *m,
usr.sbin/moused/moused/quirks.c
1532
match_fill_bus_vid_pid(struct match *m,
usr.sbin/moused/moused/quirks.c
1571
match_fill_udev_type(struct match *m,
usr.sbin/moused/moused/quirks.c
1603
match_fill_dmi_dt(struct match *m, char *dmi, char *dt)
usr.sbin/moused/moused/quirks.c
1616
static struct match *
usr.sbin/moused/moused/quirks.c
1620
struct match *m = zalloc(sizeof *m);
usr.sbin/moused/moused/quirks.c
1631
match_free(struct match *m)
usr.sbin/moused/moused/quirks.c
169
struct match match;
usr.sbin/moused/moused/quirks.c
1724
struct match *m,
usr.sbin/moused/moused/quirks.c
1732
if ((s->match.bits & flag) == 0)
usr.sbin/moused/moused/quirks.c
1747
if (fnmatch(s->match.name, m->name, 0) == 0)
usr.sbin/moused/moused/quirks.c
1751
if (fnmatch(s->match.uniq, m->uniq, 0) == 0)
usr.sbin/moused/moused/quirks.c
1755
if (m->bus == s->match.bus)
usr.sbin/moused/moused/quirks.c
1759
if (m->vendor == s->match.vendor)
usr.sbin/moused/moused/quirks.c
1767
ARRAY_FOR_EACH(s->match.product, si) {
usr.sbin/moused/moused/quirks.c
1778
if (m->version == s->match.version)
usr.sbin/moused/moused/quirks.c
1782
if (fnmatch(s->match.dmi, m->dmi, 0) == 0)
usr.sbin/moused/moused/quirks.c
1786
if (fnmatch(s->match.dt, m->dt, 0) == 0)
usr.sbin/moused/moused/quirks.c
1790
if (s->match.udev_type & m->udev_type)
usr.sbin/moused/moused/quirks.c
1805
if (s->match.bits == matched_flags) {
usr.sbin/moused/moused/quirks.c
1818
struct match *m;
usr.sbin/moused/moused/quirks.c
507
free(s->match.name);
usr.sbin/moused/moused/quirks.c
508
free(s->match.uniq);
usr.sbin/moused/moused/quirks.c
509
free(s->match.dmi);
usr.sbin/moused/moused/quirks.c
510
free(s->match.dt);
usr.sbin/moused/moused/quirks.c
556
if ((s_)->match.bits & (bit_)) goto out; \
usr.sbin/moused/moused/quirks.c
557
(s_)->match.bits |= (bit_); \
usr.sbin/moused/moused/quirks.c
564
s->match.name = safe_strdup(value);
usr.sbin/moused/moused/quirks.c
567
s->match.uniq = safe_strdup(value);
usr.sbin/moused/moused/quirks.c
571
s->match.bus = BT_USB;
usr.sbin/moused/moused/quirks.c
573
s->match.bus = BT_BLUETOOTH;
usr.sbin/moused/moused/quirks.c
575
s->match.bus = BT_PS2;
usr.sbin/moused/moused/quirks.c
577
s->match.bus = BT_RMI;
usr.sbin/moused/moused/quirks.c
579
s->match.bus = BT_I2C;
usr.sbin/moused/moused/quirks.c
581
s->match.bus = BT_SPI;
usr.sbin/moused/moused/quirks.c
591
s->match.vendor = vendor;
usr.sbin/moused/moused/quirks.c
593
unsigned int product[ARRAY_LENGTH(s->match.product)] = {0};
usr.sbin/moused/moused/quirks.c
594
const size_t max = ARRAY_LENGTH(s->match.product) - 1;
usr.sbin/moused/moused/quirks.c
604
memcpy(s->match.product, product, sizeof(product));
usr.sbin/moused/moused/quirks.c
612
s->match.version = version;
usr.sbin/moused/moused/quirks.c
621
s->match.dmi = safe_strdup(value);
usr.sbin/moused/moused/quirks.c
625
s->match.udev_type = UDEV_TOUCHPAD;
usr.sbin/moused/moused/quirks.c
627
s->match.udev_type = UDEV_MOUSE;
usr.sbin/moused/moused/quirks.c
629
s->match.udev_type = UDEV_POINTINGSTICK;
usr.sbin/moused/moused/quirks.c
631
s->match.udev_type = UDEV_KEYBOARD;
usr.sbin/moused/moused/quirks.c
633
s->match.udev_type = UDEV_JOYSTICK;
usr.sbin/moused/moused/quirks.c
635
s->match.udev_type = UDEV_TABLET;
usr.sbin/moused/moused/quirks.c
637
s->match.udev_type = UDEV_TABLET_PAD;
usr.sbin/moused/moused/quirks.c
642
s->match.dt = safe_strdup(value);
usr.sbin/ppp/ip.c
224
int match; /* true if condition matched */
usr.sbin/ppp/ip.c
294
match = 0;
usr.sbin/ppp/ip.c
436
match = 1;
usr.sbin/ppp/ip.c
443
match = 1;
usr.sbin/ppp/ip.c
448
if (match != fp->f_invert) {
usr.sbin/rpc.ypupdated/update.c
217
static int match(char *, char *);
usr.sbin/rpc.ypupdated/update.c
269
if (err < 0 && match(line, name)) {
usr.sbin/setfmac/setfmac.c
410
for (ls->match = NULL, ent = ls->entries;
usr.sbin/setfmac/setfmac.c
436
ls->match = ent;
usr.sbin/setfmac/setfmac.c
456
if (ls->match && (ls->match->flags & F_DONTLABEL) == 0)
usr.sbin/setfmac/setfmac.c
458
size += strlen(ls->match->mactext) + 1;
usr.sbin/setfmac/setfmac.c
468
if (ls->match && (ls->match->flags & F_DONTLABEL) == 0) {
usr.sbin/setfmac/setfmac.c
471
strcat(macstr, ls->match->mactext);
usr.sbin/setfmac/setfmac.c
61
*match; /* cached decision for MAC label to apply */