bin/csh/glob.c
374
int gflgs, magic, match, nonomatch;
bin/csh/glob.c
378
match = 0;
bin/csh/glob.c
405
match |= (globv.gl_matchc != 0);
bin/csh/glob.c
411
vl = (globv.gl_pathc == 0 || (magic && !match && !nonomatch)) ?
bin/csh/glob.c
818
int match, negate_range;
bin/csh/glob.c
850
match = 0;
bin/csh/glob.c
861
match = 1;
bin/csh/glob.c
864
match = 1;
bin/csh/glob.c
868
if (match == negate_range)
bin/csh/proc.c
1181
goto match;
bin/csh/proc.c
1185
match:
bin/ksh/vi.c
2003
char *match;
bin/ksh/vi.c
2050
match = words[count]
bin/ksh/vi.c
2057
match) == 0)
bin/ksh/vi.c
2059
match = words[count];
bin/ksh/vi.c
2063
match = words[count];
bin/ksh/vi.c
2064
match_len = strlen(match);
bin/ksh/vi.c
2068
match = words[0];
bin/ksh/vi.c
2080
rval = x_escape(match, match_len, x_vi_putbuf);
bin/ksh/vi.c
2089
if (match_len > 0 && !ISDIRSEP(match[match_len - 1]))
common/dist/zlib/deflate.c
1394
Bytef *match; /* matched string */
common/dist/zlib/deflate.c
1438
match = s->window + cur_match;
common/dist/zlib/deflate.c
1452
if (*(ushf*)(match + best_len - 1) != scan_end ||
common/dist/zlib/deflate.c
1453
*(ushf*)match != scan_start) continue;
common/dist/zlib/deflate.c
1464
Assert(scan[2] == match[2], "scan[2]?");
common/dist/zlib/deflate.c
1465
scan++, match++;
common/dist/zlib/deflate.c
1467
} while (*(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
common/dist/zlib/deflate.c
1468
*(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
common/dist/zlib/deflate.c
1469
*(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
common/dist/zlib/deflate.c
1470
*(ushf*)(scan += 2) == *(ushf*)(match += 2) &&
common/dist/zlib/deflate.c
1477
if (*scan == *match) scan++;
common/dist/zlib/deflate.c
1484
if (match[best_len] != scan_end ||
common/dist/zlib/deflate.c
1485
match[best_len - 1] != scan_end1 ||
common/dist/zlib/deflate.c
1486
*match != *scan ||
common/dist/zlib/deflate.c
1487
*++match != scan[1]) continue;
common/dist/zlib/deflate.c
1495
scan += 2, match++;
common/dist/zlib/deflate.c
1496
Assert(*scan == *match, "match[2]?");
common/dist/zlib/deflate.c
1502
} while (*++scan == *++match && *++scan == *++match &&
common/dist/zlib/deflate.c
1503
*++scan == *++match && *++scan == *++match &&
common/dist/zlib/deflate.c
1504
*++scan == *++match && *++scan == *++match &&
common/dist/zlib/deflate.c
1505
*++scan == *++match && *++scan == *++match &&
common/dist/zlib/deflate.c
1541
Bytef *match; /* matched string */
common/dist/zlib/deflate.c
1555
match = s->window + cur_match;
common/dist/zlib/deflate.c
1559
if (match[0] != scan[0] || match[1] != scan[1]) return MIN_MATCH-1;
common/dist/zlib/deflate.c
1567
scan += 2, match += 2;
common/dist/zlib/deflate.c
1568
Assert(*scan == *match, "match[2]?");
common/dist/zlib/deflate.c
1574
} while (*++scan == *++match && *++scan == *++match &&
common/dist/zlib/deflate.c
1575
*++scan == *++match && *++scan == *++match &&
common/dist/zlib/deflate.c
1576
*++scan == *++match && *++scan == *++match &&
common/dist/zlib/deflate.c
1577
*++scan == *++match && *++scan == *++match &&
common/dist/zlib/deflate.c
1600
local void check_match(deflate_state *s, IPos start, IPos match, int length) {
common/dist/zlib/deflate.c
1602
Bytef *back = s->window + (int)match, *here = s->window + start;
common/dist/zlib/deflate.c
1604
if (match == (IPos)-1) {
common/dist/zlib/deflate.c
1613
start, (int)match, length);
common/dist/zlib/deflate.c
1620
fprintf(stderr,"\\[%d,%d]", start - match, length);
common/dist/zlib/deflate.c
1625
# define check_match(s, start, match, length)
common/dist/zlib/examples/gun.c
165
unsigned char match[65280 + 2]; /* buffer for reversed match or gzip
common/dist/zlib/examples/gun.c
325
match[stack++] = (unsigned char)final;
common/dist/zlib/examples/gun.c
330
p = match + stack;
common/dist/zlib/examples/gun.c
335
stack = p - match;
common/dist/zlib/examples/gun.c
336
match[stack++] = (unsigned char)code;
common/dist/zlib/examples/gun.c
352
outbuf[outcnt++] = match[--stack];
common/dist/zlib/examples/gun.c
359
p = match + stack;
common/dist/zlib/examples/gun.c
362
} while (p > match);
common/dist/zlib/examples/gun.c
639
window = match; /* reuse LZW match buffer */
common/dist/zlib/inftrees.c
194
match = 20;
common/dist/zlib/inftrees.c
199
match = 257;
common/dist/zlib/inftrees.c
226
if (work[sym] + 1U < match) {
common/dist/zlib/inftrees.c
230
else if (work[sym] >= match) {
common/dist/zlib/inftrees.c
231
here.op = (unsigned char)(extra[work[sym] - match]);
common/dist/zlib/inftrees.c
232
here.val = base[work[sym] - match];
common/dist/zlib/inftrees.c
68
unsigned match = 0; /* use base and extra for symbol >= match */
dist/pf/sbin/pfctl/parse.y
4371
snprintf(n, sizeof(n), "%u", pf->anchor->match);
dist/pf/sbin/pfctl/parse.y
4805
r->nr = pf->astack[pf->asd]->match++;
dist/pf/sbin/pfctl/parse.y
5346
dst->anchor->match++;
dist/pf/sbin/pfctl/parse.y
5348
src->anchor->match = 0;
dist/pf/sbin/pfctl/parse.y
722
if (r.anchor->match) {
dist/pf/sbin/pfctl/pfctl.c
1283
if (r->anchor->match) {
distrib/utils/more/prim.c
61
static int match(char *, char *);
distrib/utils/more/prim.c
821
linematch = match(pattern, line);
games/monop/getinp.c
56
int i, n_match, match = 0;
games/monop/getinp.c
67
for (i = 0, match = 18; lst[i]; i++) {
games/monop/getinp.c
68
if ((match+=(n_match=strlen(lst[i]))) > LINE) {
games/monop/getinp.c
70
match = n_match + 8;
games/monop/getinp.c
73
match += 8;
games/monop/getinp.c
82
match += 2;
games/monop/getinp.c
93
match = i;
games/monop/getinp.c
96
return match;
lib/libc/gdtoa/gdtoaimp.h
616
extern int match ANSI((CONST char**, CONST char*));
lib/libc/gdtoa/smisc.c
123
match
lib/libc/gdtoa/strtod.c
296
if (match(&s,"nf")) {
lib/libc/gdtoa/strtod.c
298
if (!match(&s,"inity"))
lib/libc/gdtoa/strtod.c
307
if (match(&s, "an")) {
lib/libc/gdtoa/strtodg.c
500
if (match(&s,"nf")) {
lib/libc/gdtoa/strtodg.c
502
if (!match(&s,"inity"))
lib/libc/gdtoa/strtodg.c
510
if (match(&s, "an")) {
lib/libc/gen/glob.c
178
static int match(const Char *, const Char *, const Char *);
lib/libc/gen/glob.c
839
if (!match(pathend, pattern, termstar))
lib/libc/gen/glob.c
851
if (!match(pathend, pattern, restpattern)) {
lib/libc/net/getaddrinfo.c
947
int match = 0;
lib/libc/net/getaddrinfo.c
974
match++;
lib/libc/net/getaddrinfo.c
979
match += 8;
lib/libc/net/getaddrinfo.c
980
return match;
lib/libc/regex/engine.c
114
static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
lib/libc/regex/engine.c
115
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
116
static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
lib/libc/regex/engine.c
1175
print(struct match *m,
lib/libc/regex/engine.c
1212
at( struct match *m,
lib/libc/regex/engine.c
133
static void print(struct match *m, const char *caption, states st, int ch, FILE *d);
lib/libc/regex/engine.c
136
static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
lib/libc/regex/engine.c
208
struct match mv;
lib/libc/regex/engine.c
209
struct match *m = &mv;
lib/libc/regex/engine.c
433
struct match *m,
lib/libc/regex/engine.c
642
struct match *m,
lib/libc/regex/engine.c
878
walk(struct match *m, const char *start, const char *stop, sopno startst,
lib/libc/stdlib/getopt_long.c
360
int i, ambiguous, match;
lib/libc/stdlib/getopt_long.c
363
match = -1;
lib/libc/stdlib/getopt_long.c
398
match = i;
lib/libc/stdlib/getopt_long.c
402
if (match == -1) /* partial match */
lib/libc/stdlib/getopt_long.c
403
match = i;
lib/libc/stdlib/getopt_long.c
404
else if (!IDENTICAL_INTERPRETATION(i, match))
lib/libc/stdlib/getopt_long.c
415
if (match != -1) { /* option found */
lib/libc/stdlib/getopt_long.c
416
if (long_options[match].has_arg == no_argument
lib/libc/stdlib/getopt_long.c
425
if (long_options[match].flag == NULL)
lib/libc/stdlib/getopt_long.c
426
optopt = long_options[match].val;
lib/libc/stdlib/getopt_long.c
431
if (long_options[match].has_arg == required_argument ||
lib/libc/stdlib/getopt_long.c
432
long_options[match].has_arg == optional_argument) {
lib/libc/stdlib/getopt_long.c
435
else if (long_options[match].has_arg ==
lib/libc/stdlib/getopt_long.c
444
if ((long_options[match].has_arg == required_argument)
lib/libc/stdlib/getopt_long.c
456
if (long_options[match].flag == NULL)
lib/libc/stdlib/getopt_long.c
457
optopt = long_options[match].val;
lib/libc/stdlib/getopt_long.c
469
if (long_options[match].flag) {
lib/libc/stdlib/getopt_long.c
470
*long_options[match].flag = long_options[match].val;
lib/libc/stdlib/getopt_long.c
473
retval = long_options[match].val;
lib/libc/stdlib/getopt_long.c
475
*idx = match;
lib/libcompat/4.3/ruserpass.c
145
goto match;
lib/libcompat/4.3/ruserpass.c
151
goto match;
lib/libcompat/4.3/ruserpass.c
154
match:
lib/libedit/readline.c
2404
char **list, *match, *a, *b;
lib/libedit/readline.c
2411
while ((match = (*fun)(str, (int)(len - 1))) != NULL) {
lib/libedit/readline.c
2412
list[len++] = match;
lib/libpam/modules/pam_login_access/login_access.c
121
match = (list_match(froms, from, from_match)
lib/libpam/modules/pam_login_access/login_access.c
128
return (match == 0 || (line[0] == '+'));
lib/libpam/modules/pam_login_access/login_access.c
138
int match = NO;
lib/libpam/modules/pam_login_access/login_access.c
150
if ((match = (*match_fn)(tok, item)) != 0) /* YES */
lib/libpam/modules/pam_login_access/login_access.c
155
if (match != NO) {
lib/libpam/modules/pam_login_access/login_access.c
159
return (match);
lib/libpam/modules/pam_login_access/login_access.c
81
int match = NO;
lib/libpam/modules/pam_login_access/login_access.c
94
while (!match && fgets(line, sizeof(line), fp)) {
lib/libwrap/hosts_access.c
176
int match = NO;
lib/libwrap/hosts_access.c
189
while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) {
lib/libwrap/hosts_access.c
201
match = list_match(sv_list, request, server_match)
lib/libwrap/hosts_access.c
208
if (match) {
lib/libwrap/hosts_access.c
222
return (match);
lib/libwrap/hosts_access.c
340
int match = NO;
lib/libwrap/hosts_access.c
344
while (fscanf(fp, "%511s", tok) == 1 && !(match = host_match(tok, host)))
lib/libwrap/hosts_access.c
350
return (match);
libexec/ftpd/conf.c
142
int none, match;
libexec/ftpd/conf.c
167
none = match = 0;
sbin/fsck_lfs/segwrite.c
417
lfs_gather(struct lfs * fs, struct segment * sp, struct uvnode * vp, int (*match) (struct lfs *, struct ubuf *))
sbin/fsck_lfs/segwrite.c
428
if ((bp->b_flags & (B_BUSY | B_GATHERED)) || !match(fs, bp)) {
sbin/fsck_lfs/segwrite.h
47
int (*match) (struct lfs *, struct ubuf *));
sbin/ifconfig/ifconfig.c
630
struct match match[32];
sbin/ifconfig/ifconfig.c
637
memset(match, 0, sizeof(match));
sbin/ifconfig/ifconfig.c
767
nmatch = __arraycount(match);
sbin/ifconfig/ifconfig.c
769
rc = parse(argc, argv, start, match, &nmatch, &narg);
sbin/ifconfig/ifconfig.c
779
if (matches_exec(match, oenv, nmatch) == -1)
sbin/ifconfig/ifconfig.c
785
env = (nmatch > 0) ? match[(int)nmatch - 1].m_env : NULL;
sbin/ifconfig/parse.c
119
match_setenv(const struct match *im, struct match *om, const char *key,
sbin/ifconfig/parse.c
147
pstr_match(const struct parser *p, const struct match *im, struct match *om,
sbin/ifconfig/parse.c
184
pinteger_match(const struct parser *p, const struct match *im, struct match *om,
sbin/ifconfig/parse.c
299
paddr_match(const struct parser *p, const struct match *im, struct match *om,
sbin/ifconfig/parse.c
497
pterm_match(const struct parser *p, const struct match *im,
sbin/ifconfig/parse.c
498
struct match *om, int argidx, const char *arg)
sbin/ifconfig/parse.c
519
piface_match(const struct parser *p, const struct match *im,
sbin/ifconfig/parse.c
520
struct match *om, int argidx, const char *arg)
sbin/ifconfig/parse.c
545
match_cleanup(struct match *dst)
sbin/ifconfig/parse.c
553
match_copy(struct match *dst, const struct match *src)
sbin/ifconfig/parse.c
562
pbranch_match(const struct parser *p, const struct match *im,
sbin/ifconfig/parse.c
563
struct match *om, int argidx, const char *arg)
sbin/ifconfig/parse.c
568
struct match tmpm;
sbin/ifconfig/parse.c
62
static int pterm_match(const struct parser *, const struct match *,
sbin/ifconfig/parse.c
621
pkw_match(const struct parser *p, const struct match *im,
sbin/ifconfig/parse.c
622
struct match *om, int argidx, const char *arg)
sbin/ifconfig/parse.c
63
struct match *, int, const char *);
sbin/ifconfig/parse.c
65
static int paddr_match(const struct parser *, const struct match *,
sbin/ifconfig/parse.c
66
struct match *, int, const char *);
sbin/ifconfig/parse.c
68
static int pbranch_match(const struct parser *, const struct match *,
sbin/ifconfig/parse.c
69
struct match *, int, const char *);
sbin/ifconfig/parse.c
71
static int piface_match(const struct parser *, const struct match *,
sbin/ifconfig/parse.c
72
struct match *, int, const char *);
sbin/ifconfig/parse.c
74
static int pstr_match(const struct parser *, const struct match *,
sbin/ifconfig/parse.c
75
struct match *, int, const char *);
sbin/ifconfig/parse.c
77
static int pinteger_match(const struct parser *, const struct match *,
sbin/ifconfig/parse.c
78
struct match *, int, const char *);
sbin/ifconfig/parse.c
80
static int pkw_match(const struct parser *, const struct match *,
sbin/ifconfig/parse.c
81
struct match *, int, const char *);
sbin/ifconfig/parse.c
926
parse(int argc, char **argv, const struct parser *p0, struct match *matches,
sbin/ifconfig/parse.c
930
struct match *lastm = NULL, *m = matches;
sbin/ifconfig/parse.c
959
matches_exec(const struct match *matches, prop_dictionary_t oenv, size_t nmatch)
sbin/ifconfig/parse.c
963
const struct match *m;
sbin/ifconfig/parse.h
13
struct match;
sbin/ifconfig/parse.h
19
typedef int (*parser_match_t)(const struct parser *, const struct match *,
sbin/ifconfig/parse.h
20
struct match *, int, const char *);
sbin/ifconfig/parse.h
281
int parse(int, char **, const struct parser *, struct match *, size_t *, int *);
sbin/ifconfig/parse.h
283
int matches_exec(const struct match *, prop_dictionary_t, size_t);
sbin/newfs/newfs.c
896
int match;
sbin/newfs/newfs.c
914
match = mfs ? MFS_MOUNT : NEWFS;
sbin/newfs/newfs.c
916
if (hs->flags & match)
sbin/sysctl/sysctl.c
411
regmatch_t match;
sbin/sysctl/sysctl.c
424
j = regexec(&re[i], s, 1, &match, 0);
sbin/sysctl/sysctl.c
426
if (match.rm_so == 0 && match.rm_eo == (int)l)
sys/arch/aarch64/aarch64/trap.c
643
bool match;
sys/arch/aarch64/aarch64/trap.c
647
match = spsr & SPSR_Z;
sys/arch/aarch64/aarch64/trap.c
650
match = spsr & SPSR_C;
sys/arch/aarch64/aarch64/trap.c
653
match = spsr & SPSR_N;
sys/arch/aarch64/aarch64/trap.c
656
match = spsr & SPSR_V;
sys/arch/aarch64/aarch64/trap.c
659
match = ((spsr & (SPSR_C | SPSR_Z)) == SPSR_C);
sys/arch/aarch64/aarch64/trap.c
662
match = (!(spsr & SPSR_N) == !(spsr & SPSR_V));
sys/arch/aarch64/aarch64/trap.c
665
match = !(spsr & SPSR_Z) &&
sys/arch/aarch64/aarch64/trap.c
669
match = true;
sys/arch/aarch64/aarch64/trap.c
672
return (!match != !invert);
sys/arch/aarch64/aarch64/vmt.c
49
vmt_match(device_t parent, cfdata_t match, void *aux)
sys/arch/acorn32/mainbus/lpt_pioc.c
162
lpt_pioc_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/algor/dev/com_mainbus.c
72
com_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/algor/dev/com_mainbus.c
77
if (strcmp(ma->ma_name, match->cf_name) == 0)
sys/arch/algor/dev/lpt_mainbus.c
63
lpt_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/algor/dev/lpt_mainbus.c
68
if (strcmp(ma->ma_name, match->cf_name) == 0)
sys/arch/algor/pci/pcib.c
137
pcib_match(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/isa/isa_machdep.c
82
isabeepmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/jensenio/com_jensenio.c
77
com_jensenio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/jensenio/com_jensenio.c
82
if (strcmp(ja->ja_name, match->cf_name) == 0)
sys/arch/alpha/jensenio/lpt_jensenio.c
76
lpt_jensenio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/jensenio/lpt_jensenio.c
81
if (strcmp(ja->ja_name, match->cf_name) == 0)
sys/arch/alpha/jensenio/pckbc_jensenio.c
74
pckbc_jensenio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/jensenio/pckbc_jensenio.c
79
if (strcmp(ja->ja_name, match->cf_name) == 0)
sys/arch/alpha/pci/apecs.c
95
apecsmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/cia.c
131
ciamatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/irongate.c
106
irongate_match(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/lca.c
108
lcamatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/pci_machdep.c
100
int match, nmatch;
sys/arch/alpha/pci/pci_machdep.c
118
match = 0;
sys/arch/alpha/pci/pci_machdep.c
124
if (nmatch > match) {
sys/arch/alpha/pci/pci_machdep.c
125
match = nmatch;
sys/arch/alpha/pci/pci_machdep.c
131
if (nmatch > match)
sys/arch/alpha/pci/pci_machdep.c
133
if (nmatch > match) {
sys/arch/alpha/pci/pci_machdep.c
134
match = nmatch;
sys/arch/alpha/pci/sio.c
139
siomatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/sio.c
166
pcebmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/tsc.c
189
tspmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/tsc.c
307
tsciicmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/tsc.c
97
tscmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/ttwoga.c
110
ttwogamatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/ttwoga.c
115
if (strcmp(ma->ma_name, match->cf_name) != 0)
sys/arch/alpha/pci/ttwoga.c
206
ttwopcimatch(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/pci/ttwoga.c
210
if (match->cf_loc[PCIBUSCF_BUS] != PCIBUSCF_BUS_DEFAULT &&
sys/arch/alpha/pci/ttwoga.c
211
match->cf_loc[PCIBUSCF_BUS] != pba->pba_bus)
sys/arch/alpha/sableio/com_sableio.c
75
com_sableio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/sableio/com_sableio.c
80
if (strcmp(sa->sa_name, match->cf_name) == 0)
sys/arch/alpha/sableio/fdc_sableio.c
68
fdc_sableio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/sableio/fdc_sableio.c
73
if (strcmp(sa->sa_name, match->cf_name) == 0)
sys/arch/alpha/sableio/lpt_sableio.c
75
lpt_sableio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/sableio/lpt_sableio.c
80
if (strcmp(sa->sa_name, match->cf_name) == 0)
sys/arch/alpha/sableio/pckbc_sableio.c
74
pckbc_sableio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/alpha/sableio/pckbc_sableio.c
79
if (strcmp(sa->sa_name, match->cf_name) == 0)
sys/arch/alpha/stand/standtest/test.c
231
print_cmds(const struct cmdtab *cmds, const char *match, size_t matchlen)
sys/arch/alpha/stand/standtest/test.c
237
if (strncmp(match, try->cmd, matchlen) == 0)
sys/arch/alpha/stand/standtest/test.c
55
void print_cmds(const struct cmdtab *cmds, const char *match,
sys/arch/amd64/amd64/amd64_mainbus.c
151
amd64_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/amiga/dev/com_supio.c
101
com_supio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/amiga/dev/lpt_supio.c
71
lpt_supio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/amiga/dev/mntva.c
120
mntva_match(device_t parent, cfdata_t match, void *aux)
sys/arch/amiga/dev/zz9k.c
61
static int zz9k_match(device_t parent, cfdata_t match, void *aux);
sys/arch/amiga/dev/zz9k.c
72
zz9k_match(device_t parent, cfdata_t match, void *aux)
sys/arch/amiga/dev/zz9k_ax.c
178
static int zzax_match(device_t parent, cfdata_t match, void *aux);
sys/arch/amiga/dev/zz9k_ax.c
187
zzax_match(device_t parent, cfdata_t match, void *aux)
sys/arch/amiga/dev/zz9k_fb.c
228
static int zzfb_match(device_t parent, cfdata_t match, void *aux);
sys/arch/amiga/dev/zz9k_fb.c
241
zzfb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/amiga/dev/zz9k_if.c
103
static int zzif_match(device_t parent, cfdata_t match, void *aux);
sys/arch/amiga/dev/zz9k_if.c
112
zzif_match(device_t parent, cfdata_t match, void *aux)
sys/arch/amiga/dev/zz9k_usb.c
64
static int zzusb_match(device_t parent, cfdata_t match, void *aux);
sys/arch/amiga/dev/zz9k_usb.c
73
zzusb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arc/arc/platform.c
58
int i, rv, matched = -1, match = 0, ambiguous_match = 0;
sys/arch/arc/arc/platform.c
61
rv = (*plattab[i]->match)(plattab[i]);
sys/arch/arc/arc/platform.c
62
if (rv > match) {
sys/arch/arc/arc/platform.c
63
match = rv;
sys/arch/arc/arc/platform.c
66
} else if (rv == match) {
sys/arch/arc/arc/platform.c
77
rv = (*plattab[i]->match)(plattab[i]);
sys/arch/arc/arc/platform.c
78
if (rv < match)
sys/arch/arc/arc/platform.c
90
if (match)
sys/arch/arc/arc/platform.c
92
return match;
sys/arch/arc/include/platform.h
50
int (*match)(struct platform *);
sys/arch/arc/jazz/com_jazzio.c
94
com_jazzio_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/arc/jazz/lpt_jazzio.c
107
lpt_jazzio_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/arc/jazz/pckbc_jazzio.c
67
pckbc_jazzio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arc/jazz/vga_jazzio.c
137
vga_jazzio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/amlogic/gxlphy.c
132
gxlphymatch(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/amlogic/meson_genfb.c
172
meson_genfb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/amlogic/meson_genfb.c
724
.match = meson_genfb_console_match,
sys/arch/arm/amlogic/meson_uart.c
547
.match = meson_uart_console_match,
sys/arch/arm/arm32/pmap.c
8069
pmap_boot_pagealloc(psize_t amount, psize_t mask, psize_t match,
sys/arch/arm/arm32/pmap.c
8076
KASSERT((match & PGOFSET) == 0);
sys/arch/arm/arm32/pmap.c
8092
if (((pv->pv_pa + off) & mask) == match
sys/arch/arm/at91/at91aic.c
82
at91aic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/at91/at91aic.c
84
if (strcmp(match->cf_name, "at91aic") == 0)
sys/arch/arm/at91/at91bus.c
555
at91bus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/at91/at91bus.c
558
if (strcmp(match->cf_name, "at91bus") == 0)
sys/arch/arm/at91/at91dbgu.c
207
at91dbgu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/at91/at91dbgu.c
209
if (strcmp(match->cf_name, "at91dbgu") == 0)
sys/arch/arm/at91/at91emac.c
117
emac_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/at91/at91emac.c
119
if (strcmp(match->cf_name, "at91emac") == 0)
sys/arch/arm/at91/at91ohci.c
82
at91ohci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/at91/at91ohci.c
85
if (strcmp(match->cf_name, "ohci") == 0 && strcmp(match->cf_atname, "at91ohci") == 0)
sys/arch/arm/at91/at91pio.c
114
at91pio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/at91/at91pio.c
116
if (strcmp(match->cf_name, "at91pio") == 0)
sys/arch/arm/at91/at91st.c
154
at91st_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/at91/at91st.c
156
if (strcmp(match->cf_name, "at91st") == 0)
sys/arch/arm/at91/at91tctmr.c
169
at91tctmr_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/at91/at91tctmr.c
171
if (strcmp(match->cf_name, "at91tctmr") == 0)
sys/arch/arm/at91/at91twi.c
69
at91twi_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/at91/at91twi.c
71
if (strcmp(match->cf_name, "at91twi") == 0)
sys/arch/arm/broadcom/bcm2835_bsc_fdt.c
61
bsciic_fdt_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2835_cm.c
78
bcmcm_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2835_com.c
166
.match = bcmaux_com_console_match,
sys/arch/arm/broadcom/bcm2835_com_acpi.c
65
bcmcom_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2835_dwctwo.c
108
bcmdwc2_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/broadcom/bcm2835_emmc.c
107
bcmemmc_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/broadcom/bcm2835_emmc_acpi.c
100
bcmemmc_acpi_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/arm/broadcom/bcm2835_genfb.c
80
bcmgenfb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2835_mbox_acpi.c
61
bcmmbox_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2835_mbox_fdt.c
63
bcmmbox_fdt_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2835_pmwdog.c
111
bcmpmwdog_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2835_pwm.c
98
bcmpwm_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2835_rng.c
78
bcmrng_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2835_tmr.c
110
bcmtmr_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2835_vcaudio.c
197
vcaudio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2838_emmc2_acpi.c
69
bcmemmc2_acpi_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/arm/broadcom/bcm2838_pcie.c
166
bcm2838pcie_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/broadcom/bcm2838_pcie.c
683
u_int match[4];
sys/arch/arm/broadcom/bcm2838_pcie.c
698
match[0] = htobe32(off) & imask[0];
sys/arch/arm/broadcom/bcm2838_pcie.c
699
match[1] = htobe32(0) & imask[1];
sys/arch/arm/broadcom/bcm2838_pcie.c
700
match[2] = htobe32(0) & imask[2];
sys/arch/arm/broadcom/bcm2838_pcie.c
701
match[3] = htobe32(pa->pa_intrpin) & imask[3];
sys/arch/arm/broadcom/bcm2838_pcie.c
713
if ((imap[0] & imask[0]) == match[0] &&
sys/arch/arm/broadcom/bcm2838_pcie.c
714
(imap[1] & imask[1]) == match[1] &&
sys/arch/arm/broadcom/bcm2838_pcie.c
715
(imap[2] & imask[2]) == match[2] &&
sys/arch/arm/broadcom/bcm2838_pcie.c
716
(imap[3] & imask[3]) == match[3]) {
sys/arch/arm/broadcom/bcm2838_rng.c
59
bcm2838rng_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/clps711x/clpscom.c
193
clpscom_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/clps711x/clpslcd.c
107
clpslcd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/clps711x/clpsrtc.c
63
clpsrtc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/clps711x/clpssoc.c
109
clpssoc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ep93xx/epclk.c
115
epclk_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ep93xx/epe.c
113
epe_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ep93xx/epgpio.c
122
epgpio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ep93xx/epohci.c
78
epohci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ep93xx/eprtc.c
58
eprtc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ep93xx/epsoc.c
62
epsoc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ep93xx/epwdog.c
55
epwdog_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/fdt/pcihost_fdt.c
485
u_int match[4];
sys/arch/arm/fdt/pcihost_fdt.c
497
match[0] = htobe32(
sys/arch/arm/fdt/pcihost_fdt.c
502
match[1] = htobe32(0) & imask[1];
sys/arch/arm/fdt/pcihost_fdt.c
503
match[2] = htobe32(0) & imask[2];
sys/arch/arm/fdt/pcihost_fdt.c
504
match[3] = htobe32(pa->pa_intrpin) & imask[3];
sys/arch/arm/fdt/pcihost_fdt.c
516
if ((imap[0] & imask[0]) == match[0] &&
sys/arch/arm/fdt/pcihost_fdt.c
517
(imap[1] & imask[1]) == match[1] &&
sys/arch/arm/fdt/pcihost_fdt.c
518
(imap[2] & imask[2]) == match[2] &&
sys/arch/arm/fdt/pcihost_fdt.c
519
(imap[3] & imask[3]) == match[3]) {
sys/arch/arm/fdt/plcom_fdt.c
164
.match = plcom_fdt_console_match,
sys/arch/arm/fdt/plfb_fdt.c
113
plfb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/fdt/plfb_fdt.c
333
.match = plfb_console_match,
sys/arch/arm/footbridge/isa/sysbeep_isa.c
55
sysbeep_isa_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/gemini/gemini_obio.c
150
obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/gemini/obio_ehci.c
85
ehci_obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/gemini/obio_timer.c
182
obiotimer_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/gemini/obio_wdc.c
71
wdc_obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx23_apbdma.c
431
imx23_apbdma_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx23_clkctrl.c
70
imx23_clkctrl_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx23_digctl.c
77
imx23_digctl_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx23_digfilt.c
167
imx23_digfilt_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx23_icoll.c
316
imx23_icoll_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx23_mmc.c
168
imx23_mmc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx23_pinctrl.c
455
imx23_pinctrl_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx23_rtc.c
71
imx23_rtc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx23_timrot.c
97
imx23_timrot_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx23_usbphy.c
72
imx23_usbphy_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx31_ahb.c
145
ahb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx31_aips.c
142
imxaips_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/imx/imx31_clock.c
67
imxclock_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/imx/imx51_axi.c
62
axi_match(device_t parent __unused, struct cfdata *match __unused,
sys/arch/arm/imx/imx51_clock.c
71
imxclock_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/iomd/vidcvideo.c
196
vidcvideo_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ixp12x0/ixp12x0_clk.c
146
ixpclk_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/marvell/dove.c
358
dove_pmu_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/marvell/dove.c
362
if (mvsocpmu_match(parent, match, aux) == 0)
sys/arch/arm/marvell/mvsoc.c
1028
mvsoc_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/marvell/mvsoc_sdhc.c
59
mvsoc_sdhc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/marvell/mvsoc_sdhc.c
63
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/arch/arm/marvell/mvsocgpp.c
115
mvsocgpp_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/marvell/mvsocgpp.c
119
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/arch/arm/marvell/mvsocpmu.c
74
mvsocpmu_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/marvell/mvsocpmu.c
78
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/arch/arm/marvell/mvsoctmr.c
115
mvsoctmr_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/marvell/mvsoctmr.c
119
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/arch/arm/marvell/mvsocts.c
74
mvsocts_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/marvell/mvsocts.c
78
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/arch/arm/nvidia/tegra_com.c
184
.match = tegra_com_console_match,
sys/arch/arm/nxp/imx_com.c
163
.match = imx_com_console_match,
sys/arch/arm/nxp/imx_snvs.c
50
imxsnvs_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/rockchip/rk_tcphy.c
137
rk_typec_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/ohci_s3c24x0.c
73
ohci_ssio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2410.c
87
s3c2410_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2410_extint.c
125
ssextio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2410_spi.c
84
ssspi_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2440.c
116
s3c2440_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2440_extint.c
156
ssextio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2440_i2s.c
77
s3c2440_i2s_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2440_sdi.c
166
sssdi_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2440_spi.c
123
ssspi_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2440_touch.c
111
sstouch_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2800.c
86
s3c2800_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/s3c2xx0/s3c2800_pci.c
221
sspci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/sa11x0/sa1111.c
72
sacc_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/sa11x0/sa11x0.c
125
sa11x0_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/sa11x0/sa11x0_com.c
234
sacom_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/sa11x0/sa11x0_ost.c
110
saost_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/sa11x0/sa11x0_ost.c
114
if (strcmp(sa->sa_name, match->cf_name) != 0)
sys/arch/arm/samsung/exynos_uart.c
676
.match = exynos_uart_console_match,
sys/arch/arm/sociox/sni_emmc.c
152
sniemmc_acpi_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/sociox/sni_emmc.c
96
sniemmc_fdt_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/sociox/sni_gpio.c
116
snigpio_fdt_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/sociox/sni_gpio.c
153
snigpio_acpi_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/sociox/sni_i2c.c
152
sniiic_fdt_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/sociox/sni_i2c.c
208
sniiic_acpi_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/arm/sunxi/sunxi_debe.c
943
.match = sunxidebe_console_match,
sys/arch/arm/ti/omap2_nand.c
184
omap2_nand_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ti/omap3_dss.c
1253
.match = omapfb_console_match,
sys/arch/arm/ti/omap3_dss.c
175
omapfb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ti/ti_com.c
167
.match = ti_com_console_match,
sys/arch/arm/ti/ti_edma.c
105
edma_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ti/ti_iic.c
224
ti_iic_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/arm/ti/ti_motg.c
92
ti_motg_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ti/ti_omapmusb.c
159
omapmusb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ti/ti_omaptimer.c
174
omaptimer_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ti/ti_otg.c
64
tiotg_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ti/ti_rng.c
70
ti_rng_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ti/ti_usb.c
223
ti_usb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/ti/ti_usbtll.c
163
ti_usbtll_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/xilinx/zynq7000_uart.c
118
.match = zynq_uart_console_match,
sys/arch/arm/xscale/becc_button.c
91
beccbut_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/xscale/i80321_aau.c
142
aau321_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/xscale/i80321_aau.c
146
if (strcmp(match->cf_name, ia->ia_name) == 0)
sys/arch/arm/xscale/ixp425_com.c
70
ixsipcom_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/xscale/ixp425_com.c
77
if (strcmp(match->cf_name, "ixsipcom") == 0)
sys/arch/arm/xscale/ixp425_if_npe.c
1002
if (match == 0) {
sys/arch/arm/xscale/ixp425_if_npe.c
977
int match = 0;
sys/arch/arm/xscale/ixp425_if_npe.c
995
match = 1;
sys/arch/arm/xscale/ixp425_npe.c
239
ixpnpe_match(device_t parent, cfdata_t match, void *arg)
sys/arch/arm/xscale/ixp425_timer.c
102
ixpclk_match(device_t parent, cfdata_t match, void *aux)
sys/arch/arm/xscale/pxa2x0.c
168
pxaip_match(device_t parent, cfdata_t match, void *aux)
sys/arch/atari/dev/fd.c
307
fdcmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/atari/dev/fd.c
388
fdmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/bebox/bebox/mainbus.c
82
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/cats/pci/pcib.c
61
pcibmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/cesfic/cesfic/autoconf.c
67
mainbusmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/cobalt/dev/com_mainbus.c
62
com_mainbus_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/dreamcast/dev/maple/maple.c
641
maplesubmatch(device_t parent, cfdata_t match, const int *ldesc, void *aux)
sys/arch/dreamcast/dev/maple/maple.c
645
if (match->cf_loc[MAPLECF_PORT] != MAPLECF_PORT_DEFAULT &&
sys/arch/dreamcast/dev/maple/maple.c
646
match->cf_loc[MAPLECF_PORT] != ma->ma_unit->port)
sys/arch/dreamcast/dev/maple/maple.c
649
if (match->cf_loc[MAPLECF_SUBUNIT] != MAPLECF_SUBUNIT_DEFAULT &&
sys/arch/dreamcast/dev/maple/maple.c
650
match->cf_loc[MAPLECF_SUBUNIT] != ma->ma_unit->subunit)
sys/arch/dreamcast/dev/maple/maple.c
653
return config_match(parent, match, aux);
sys/arch/emips/ebus/flash_ebus.c
242
eflash_ebus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/emips/ebus/icap_ebus.c
108
icap_ebus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/emips/ebus/stub_ebus.c
66
stub_ebus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/epoc32/dev/epockbd_clpssoc.c
48
epockbd_clpssoc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/epoc32/dev/epockbd_windermere.c
48
epockbd_windermere_match(device_t parent, cfdata_t match, void *aux)
sys/arch/epoc32/dev/etna.c
146
etna_match(device_t parent, cfdata_t match, void *aux)
sys/arch/epoc32/epoc32/external.c
53
external_match(device_t parent, cfdata_t match, void *aux)
sys/arch/epoc32/epoc32/internal.c
44
internal_match(device_t parent, cfdata_t match, void *aux)
sys/arch/epoc32/windermere/windermere.c
109
windermere_match(device_t parent, cfdata_t match, void *aux)
sys/arch/epoc32/windermere/wmcom.c
157
wmcom_match(device_t parent, cfdata_t match, void *aux)
sys/arch/epoc32/windermere/wmlcd.c
122
wmlcd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/epoc32/windermere/wmrtc.c
65
wmrtc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/armadillo/armadillo9_com.c
63
armadillo9com_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/armadillo/armadillo9_com.c
65
if (strcmp(match->cf_name, "epcom") == 0)
sys/arch/evbarm/armadillo/armadillo9_pcic.c
63
armadillo9pcic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/g42xxeb/gb225.c
93
opio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/g42xxeb/if_ne_obio.c
135
ne_obio_match(device_t parent, cfdata_t match, void *aux )
sys/arch/evbarm/g42xxeb/obio.c
199
obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/gumstix/gxiic.c
66
gxiicmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/gumstix/gxiic.c
70
if (strcmp(pxa->pxa_name, match->cf_name) != 0)
sys/arch/evbarm/gumstix/gxio.c
184
gxiomatch(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/gumstix/gxio.c
191
if (strcmp(pxa->pxa_name, match->cf_name) != 0 ||
sys/arch/evbarm/gumstix/gxlcd.c
141
gxlcd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/gumstix/gxlcd.c
145
if (strcmp(pxa->pxa_name, match->cf_name) != 0)
sys/arch/evbarm/gumstix/gxmci.c
68
pxamci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/gumstix/gxmci.c
80
if (strcmp(pxa->pxa_name, match->cf_name) != 0)
sys/arch/evbarm/gumstix/gxpcic.c
126
gxpcic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/gumstix/gxpcic.c
133
if (strcmp(pxa->pxa_name, match->cf_name) != 0)
sys/arch/evbarm/gumstix/if_sm_gxio.c
112
sm_gxio_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/evbarm/gumstix/if_smsh_gxio.c
62
smsh_gxio_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/evbarm/ifpga/sm_ifpga.c
64
sm_ifpga_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/iq31244/wdc_obio.c
67
wdc_obio_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/ixdp425/ixdp425_led.c
65
ixdpled_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/ixm1200/ixpcom_ixm.c
59
ixpcom_ixm_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/ixm1200/ixpcom_ixm.c
61
if (strcmp(match->cf_name, "ixpcom") == 0)
sys/arch/evbarm/ixm1200/nappi_nr.c
69
nappinr_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/lubbock/if_sm_obio.c
127
sm_obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/lubbock/obio.c
204
obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/lubbock/sacc_obio.c
69
static int sacc_obio_probe(device_t parent, cfdata_t match, void *aux);
sys/arch/evbarm/lubbock/sacc_obio.c
85
sacc_obio_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/lubbock/sacc_obio.c
97
return sacc_probe(parent, match, &sa);
sys/arch/evbarm/mini2440/audio_mini2440.c
139
uda_ssio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/mpcsa/mpcsa_cf.c
76
mpcsa_cf_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/mpcsa/mpcsa_cf.c
78
if (strcmp(match->cf_name, "at91cf") == 0 && strcmp(match->cf_atname, "mpcsa_cf") == 0)
sys/arch/evbarm/mpcsa/mpcsa_leds.c
119
mpcsa_leds_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/mpcsa/mpcsa_leds.c
122
if (strcmp(match->cf_name, "mpcsa_leds"))
sys/arch/evbarm/mpcsa/mpcsa_spi.c
69
mpcsa_spi_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/mpcsa/mpcsa_spi.c
71
if (strcmp(match->cf_name, "at91spi") == 0 && strcmp(match->cf_atname, "mpcsa_spi") == 0)
sys/arch/evbarm/mpcsa/mpcsa_usart.c
101
if (strcmp(match->cf_name, "at91usart") == 0 && strcmp(match->cf_atname, "mpcsa_usart") == 0)
sys/arch/evbarm/mpcsa/mpcsa_usart.c
99
mpcsa_usart_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/rpi/rpi_vcmbox.c
122
vcmbox_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/stand/boot2440/dev_sdmmc.c
103
int (*match)(unsigned);
sys/arch/evbarm/stand/boot2440/dev_sdmmc.c
369
if ((*dv->match)(tag) > 0)
sys/arch/evbarm/stand/boot2440/netif.c
48
int (*match)(unsigned, void *);
sys/arch/evbarm/stand/boot2440/netif.c
80
if ((*dv->match)(tag, macaddr) > 0) {
sys/arch/evbarm/tsarm/epcom_ts.c
59
epcom_ts_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/tsarm/epcom_ts.c
61
if (strcmp(match->cf_name, "epcom") == 0)
sys/arch/evbarm/tsarm/tskp.c
108
tskp_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/tsarm/tslcd.c
118
tslcd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/tsarm/tspld.c
118
tspldmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/tsarm/wdc_ts.c
64
wdc_ts_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/evbarm/viper/if_sm_pxaip.c
68
sm_pxaip_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/adm5120/mainbus.c
125
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/alchemy/mainbus.c
72
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/alchemy/obio.c
67
obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/atheros/mainbus.c
72
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/evbmips/cpu.c
55
cpu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/gdium/mainbus.c
88
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/ingenic/cpu.c
64
cpu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/ingenic/mainbus.c
71
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/loongson/dev/gcscpcib_pci.c
67
gcscpcib_pci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/loongson/dev/kb3310.c
128
ykbec_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/loongson/dev/pcib.c
62
pcibmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/loongson/mainbus.c
92
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/malta/dev/gt.c
99
gt_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/malta/dev/mainbus.c
100
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/malta/pci/pchb.c
57
pchb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/malta/pci/pcib.c
158
pcib_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/mipssim/com_mainbus.c
62
com_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/mipssim/com_mainbus.c
67
if (strcmp(ma->ma_name, match->cf_name) == 0)
sys/arch/evbmips/mipssim/mainbus.c
68
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/mipssim/virtio_mainbus.c
69
virtio_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/mipssim/virtio_mainbus.c
74
if (strcmp(ma->ma_name, match->cf_name) == 0)
sys/arch/evbmips/sbmips/cpu.c
69
cpu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbmips/sbmips/zbbus.c
71
zbbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbppc/ev64260/mainbus.c
64
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbppc/nintendo/dev/avenc.c
230
avenc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbppc/nintendo/mainbus.c
57
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbppc/pmppc/mainbus.c
64
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/evbppc/sam460ex/sam460ex_fdt.c
60
.match = sam460ex_fdt_console_nomatch,
sys/arch/hp300/dev/arcofi_dio.c
51
arcofi_dio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hp300/dev/com_dio.c
102
com_dio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hp300/dev/com_frodo.c
103
com_frodo_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpc/hpc/platid.c
125
struct platid_name *match;
sys/arch/hpc/hpc/platid.c
127
match = platid_search(pid,
sys/arch/hpc/hpc/platid.c
131
return ((match != NULL) ? match->name : TEXT("UNKNOWN"));
sys/arch/hpc/hpc/platid.c
150
void *match;
sys/arch/hpc/hpc/platid.c
153
match = NULL;
sys/arch/hpc/hpc/platid.c
158
match = base;
sys/arch/hpc/hpc/platid.c
163
return (match);
sys/arch/hpcarm/dev/epsonlcd.c
87
epsonlcd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcarm/dev/epsonlcd.c
91
if (strcmp(pxa->pxa_name, match->cf_name) != 0 ||
sys/arch/hpcarm/dev/ipaq_lcd.c
92
ipaqlcd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcarm/dev/ipaq_saip.c
72
ipaq_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcarm/dev/nbp_slhci.c
61
nbp_slhci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcarm/dev/nbp_slhci.c
65
if (strcmp(pxa->pxa_name, match->cf_name) != 0 ||
sys/arch/hpcarm/dev/nbpiic.c
76
pxaiic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcarm/dev/nbpiic.c
80
if (strcmp(pxa->pxa_name, match->cf_name) != 0 ||
sys/arch/hpcarm/dev/nbpkbd.c
89
nbpkbd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcarm/dev/nbpkbd.c
93
if (strcmp(pcon->aa_name, match->cf_name) ||
sys/arch/hpcarm/dev/nbpmci.c
59
pxamci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcarm/dev/nbpmci.c
63
if (strcmp(pxa->pxa_name, match->cf_name) != 0 ||
sys/arch/hpcarm/dev/nbppcic.c
75
nbppcic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcarm/dev/nbppcic.c
79
if (strcmp(pxa->pxa_name, match->cf_name) != 0 ||
sys/arch/hpcarm/dev/nbppcon.c
73
nbppcon_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcarm/dev/nbppm.c
60
nbppm_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcarm/dev/nbppm.c
64
if (strcmp(pcon->aa_name, match->cf_name) ||
sys/arch/hpcarm/dev/sed_saip.c
113
sed1356_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/dev/it8368.c
171
int match = 0;
sys/arch/hpcmips/dev/it8368.c
194
match = 1;
sys/arch/hpcmips/dev/it8368.c
199
return (match);
sys/arch/hpcmips/dev/mq200_pci.c
60
mq200_pci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/dev/plumohci.c
124
plumohci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/isa/isa_machdep.c
115
vrisabmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/isa/isa_machdep.c
121
if (strcmp(haa->haa_busname, match->cf_name))
sys/arch/hpcmips/isa/isa_machdep.c
124
if (match->cf_loc[HPCIOIFCF_PLATFORM] == HPCIOIFCF_PLATFORM_DEFAULT)
sys/arch/hpcmips/isa/isa_machdep.c
127
mask = PLATID_DEREF(match->cf_loc[HPCIOIFCF_PLATFORM]);
sys/arch/hpcmips/isa/plumisa_machdep.c
68
plumisabmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/isa/plumisa_machdep.c
73
if (strcmp(pba->pba_busname, match->cf_name)) {
sys/arch/hpcmips/isa/plumisa_machdep.c
77
if (match->cf_loc[PLUMIOBUSIFCF_PLATFORM] ==
sys/arch/hpcmips/isa/plumisa_machdep.c
82
mask = PLATID_DEREF(match->cf_loc[PLUMIOBUSIFCF_PLATFORM]);
sys/arch/hpcmips/tx/txsim.c
66
txsim_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/tx/txsim.c
74
if (strcmp(ma->ma_name, match->cf_name))
sys/arch/hpcmips/vr/flash_vrip.c
183
flash_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/vr/vr4181giu.c
104
vr4181giu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/vr/vrc4172pci.c
129
vrc4172pci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/vr/vrc4173bcu.c
233
vrc4173bcu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/vr/vrecu.c
99
pcic_vrip_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/vr/vrip.c
189
vripmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/hpcmips/vr/vrip.c
197
if (strcmp(ma->ma_name, match->cf_name))
sys/arch/hpcmips/vr/vrpciu.c
136
vrpciu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/dev/com_dino.c
74
com_dino_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/dev/com_ssio.c
52
com_ssio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/dev/com_ssio.c
54
cfdata_t cf = match;
sys/arch/hppa/dev/gecko.c
47
gecko_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/dev/lcd.c
60
lcd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/dev/lpt_ssio.c
37
lpt_ssio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/dev/lpt_ssio.c
39
cfdata_t cf = match;
sys/arch/hppa/dev/siop_sgc.c
69
siop_sgc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/dev/ssio.c
127
ssio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/gsc/com_gsc.c
78
com_gsc_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/gsc/fdc_gsc.c
56
fdc_gsc_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/gsc/gsckbc.c
228
gsckbc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/gsc/harmony.c
193
harmony_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/hppa/gsc/if_ie_gsc.c
359
ie_gsc_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/gsc/lpt_gsc.c
136
lpt_gsc_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/hppa/gsc/siop_gsc.c
69
siop_gsc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/i386/i386_mainbus.c
194
i386_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/isa/ahc_isa.c
306
ahc_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/isa/lms.c
79
lmsprobe(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/isa/mms.c
76
mmsprobe(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/elan520.c
1415
elanpex_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/elan520.c
1423
elanpar_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/elan520.c
159
elansc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/elan520.c
168
if (pcimatch(parent, match, aux) == 0)
sys/arch/i386/pci/gcscehci.c
76
gcscehci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/gcscpcib_pci.c
67
gcscpcib_pci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/geode.c
88
geode_gcb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/geodecntr.c
55
geodecntr_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/geodewdg.c
211
geode_wdog_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/glxsb.c
193
glxsb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/gscpcib.c
112
gscpcib_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/p64h2apic.c
63
p64h2match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/pceb.c
67
pcebmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/pcmb.c
62
pcmbmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/piixpcib.c
99
piixpcibmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pci/viapcib.c
136
viapcib_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/i386/pnpbios/atppc_pnpbios.c
82
atppc_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/com_pnpbios.c
61
com_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/ess_pnpbios.c
64
ess_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/fdc_pnpbios.c
72
fdc_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/joy_pnpbios.c
61
joy_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/lm_pnpbios.c
98
lm_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/lpt_pnpbios.c
60
lpt_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/pciide_pnpbios.c
67
pciide_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/pckbc_pnpbios.c
89
pckbc_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/pnpbios.c
245
pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/sb_pnpbios.c
62
sb_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/wss_pnpbios.c
91
wss_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/pnpbios/ym_pnpbios.c
70
ym_pnpbios_match(device_t parent, cfdata_t match, void *aux)
sys/arch/i386/stand/efiboot/boot.c
629
bool match;
sys/arch/i386/stand/efiboot/boot.c
632
match = (strncmp(arg, cdp->name, devname_len) == 0);
sys/arch/i386/stand/efiboot/boot.c
634
match = (strcmp(arg, cdp->name) == 0);
sys/arch/i386/stand/efiboot/boot.c
635
if (match) {
sys/arch/ia64/ia64/cpu.c
68
cpu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/ia64/ia64/mainbus.c
55
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/ibmnws/ibmnws/mainbus.c
85
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mac68k/dev/macfb.c
185
macfb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mac68k/mac68k/disksubr.c
246
read_mac_label(char *dlbuf, struct disklabel *lp, int *match)
sys/arch/mac68k/mac68k/disksubr.c
255
*match = 0;
sys/arch/mac68k/mac68k/disksubr.c
263
*match = (-1);
sys/arch/mac68k/mac68k/disksubr.c
325
read_mbr_label(char *dlbuf, struct disklabel *lp, int *match)
sys/arch/mac68k/mac68k/disksubr.c
334
*match = 0;
sys/arch/mac68k/mac68k/disksubr.c
341
*match = (-1);
sys/arch/mac68k/mac68k/disksubr.c
373
read_bsd_label(char *dlbuf, struct disklabel *lp, int *match)
sys/arch/mac68k/mac68k/disksubr.c
379
*match = 0;
sys/arch/mac68k/mac68k/disksubr.c
393
*match = (-1);
sys/arch/mac68k/mac68k/disksubr.c
445
int match;
sys/arch/mac68k/mac68k/disksubr.c
448
msg = read_mac_label(bp->b_data, lp, &match);
sys/arch/mac68k/mac68k/disksubr.c
449
if (!match && msg == NULL)
sys/arch/mac68k/mac68k/disksubr.c
450
msg = read_mbr_label(bp->b_data, lp, &match);
sys/arch/mac68k/mac68k/disksubr.c
451
if (!match && msg == NULL)
sys/arch/mac68k/mac68k/disksubr.c
452
msg = read_bsd_label(bp->b_data, lp, &match);
sys/arch/mac68k/mac68k/disksubr.c
453
if (!match && msg == NULL)
sys/arch/mac68k/obio/iwm_fd.c
288
iwm_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mac68k/obio/iwm_fd.c
409
fd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mac68k/obio/iwm_fd.c
415
cfp = match;
sys/arch/mac68k/obio/wdc_obio.c
87
wdc_obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/apm.c
148
apmmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/awacs.c
284
awacs_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/macppc/dev/com_mainbus.c
66
com_mainbus_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/drivebay.c
102
drivebay_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/drivebay.c
107
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/arch/macppc/dev/fcu.c
119
fcu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/fcu.c
124
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/arch/macppc/dev/if_gm.c
127
gmac_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/if_wi_obio.c
70
wi_obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/kauai.c
86
kauai_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/ki2c.c
140
ki2c_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/lightbar.c
84
lightbar_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/macppc/dev/lmu.c
149
lmu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/lmu.c
154
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/arch/macppc/dev/obiofan.c
70
obiofan_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/ofb.c
127
ofbmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/pbms.c
298
pbms_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/psoc.c
101
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/arch/macppc/dev/psoc.c
96
psoc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/dev/snapper.c
626
snapper_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/macppc/dev/wdc_obio.c
99
wdc_obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/macppc/macppc/disksubr.c
400
int size, match;
sys/arch/macppc/macppc/disksubr.c
420
match = 0;
sys/arch/macppc/macppc/disksubr.c
441
match = -1;
sys/arch/macppc/macppc/disksubr.c
452
if (!match)
sys/arch/macppc/pci/pci_machdep.c
378
int match, i;
sys/arch/macppc/pci/pci_machdep.c
424
match = memcmp(maskedaddr, mp, mlen);
sys/arch/macppc/pci/pci_machdep.c
443
if (match == 0) {
sys/arch/macppc/stand/installboot/installboot.c
52
.match = cd9660_match,
sys/arch/macppc/stand/installboot/installboot.c
86
if (!params->fstype->match(params))
sys/arch/macppc/stand/installboot/installboot.h
106
int (*match) (ib_params *);
sys/arch/mips/adm5120/adm5120_extio.c
122
extio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/adm5120/adm5120_obio.c
125
obio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/adm5120/dev/admpci.c
169
admpcimatch(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/alchemy/aubus.c
134
aubus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/alchemy/dev/auaudio.c
55
auaudio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/alchemy/dev/auaudio.c
60
if (strcmp(aa->aa_name, match->cf_name) == 0)
sys/arch/mips/alchemy/dev/augpio.c
83
augpio_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/alchemy/dev/aupci.c
134
aupcimatch(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/alchemy/dev/aurtc.c
107
aurtc_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/alchemy/dev/aurtc.c
111
if (strcmp(aa->aa_name, match->cf_name) == 0)
sys/arch/mips/alchemy/dev/ohci_aubus.c
62
ohci_aubus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/alchemy/dev/ohci_aubus.c
66
if (strcmp(aa->aa_name, match->cf_name) == 0)
sys/arch/mips/atheros/arbus.c
112
arbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/atheros/dev/argpio.c
97
argpio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/cavium/dev/if_cnmac.c
215
cnmac_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/cavium/dev/if_cnmac.c
219
if (strcmp(match->cf_name, ga->ga_name) != 0) {
sys/arch/mips/cavium/mainbus.c
70
mainbus_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/cavium/octeon_bootbus.c
72
bootbus_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/cavium/octeon_iobus.c
82
iobus_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/ingenic/apbus.c
117
apbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/ingenic/ingenic_dme.c
63
ingenic_dme_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/ingenic/ingenic_dwctwo.c
103
ingenic_dwc2_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/ingenic/ingenic_efuse.c
69
ingenic_efuse_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/ingenic/ingenic_ehci.c
67
ingenic_ehci_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/ingenic/ingenic_ohci.c
63
ingenic_ohci_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/ingenic/jziic.c
104
jziic_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/mips/ralink/ralink_cfi.c
82
ra_cfi_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/ralink/ralink_mainbus.c
78
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/rmi/rmixl_ehci.c
65
rmixl_ehci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/rmi/rmixl_iobus.c
103
rmixl_iobus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/rmi/rmixl_nand.c
101
rmixl_nand_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/rmi/rmixl_ohci.c
65
rmixl_ohci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/rmi/rmixl_usbi.c
89
rmixl_usbi_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/sibyte/dev/sbgbus.c
62
sbgbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/sibyte/dev/sbjcn.c
250
sbjcn_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/sibyte/dev/sbmac.c
2113
sbmac_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/sibyte/dev/sbobio.c
175
sbobio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/sibyte/dev/sbscd.c
91
sbscd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/sibyte/dev/sbscn.c
271
sbscn_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/sibyte/dev/sbsmbus.c
75
smbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/sibyte/dev/sbtimer.c
77
sbtimer_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/sibyte/pci/sbbrz.c
127
sbbrz_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mips/sibyte/pci/sbpcihb.c
62
sbpcihb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mmeye/dev/com_mainbus.c
71
com_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mmeye/dev/com_mainbus.c
75
if (strcmp(ma->ma_name, match->cf_name) == 0)
sys/arch/mmeye/dev/if_ne_mainbus.c
60
ne_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mmeye/dev/if_ne_mainbus.c
67
if (strcmp(ma->ma_name, match->cf_name) != 0)
sys/arch/mmeye/dev/mmeyepcmcia.c
258
mmeyepcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mmeye/dev/mmeyepcmcia.c
262
if (strcmp(ma->ma_name, match->cf_name) != 0)
sys/arch/mmeye/dev/rtciic.c
89
rtciic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mmeye/dev/rtciic.c
93
if (strcmp(ma->ma_name, match->cf_name) != 0)
sys/arch/mmeye/dev/wdc_mainbus.c
70
wdc_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mmeye/dev/wdc_mainbus.c
76
if (strcmp(ma->ma_name, match->cf_name) != 0)
sys/arch/mvmeppc/include/platform.h
41
int (*match)(struct platform *);
sys/arch/mvmeppc/mvmeppc/mainbus.c
77
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/mvmeppc/mvmeppc/platform.c
63
if ((*(*p)->match)(*p) != 0)
sys/arch/netwinder/pci/pcib.c
61
pcibmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/news68k/news68k/romcons.c
104
romcons_match(device_t parent, cfdata_t match, void *aux)
sys/arch/next68k/dev/if_xe.c
137
xe_match(device_t parent, cfdata_t match, void *aux)
sys/arch/next68k/dev/intio.c
62
intiomatch(device_t parent, cfdata_t match, void *aux)
sys/arch/next68k/dev/nextdisplay.c
144
nextdisplay_match(device_t parent, cfdata_t match, void *aux)
sys/arch/next68k/dev/nextdma.c
221
nextdma_match(device_t parent, cfdata_t match, void *aux)
sys/arch/next68k/dev/nextkbd.c
129
nextkbd_match(device_t parent, cfdata_t match, void *aux)
sys/arch/powerpc/booke/dev/pq3cfi.c
71
pq3cfi_match(device_t parent, cfdata_t match, void *aux)
sys/arch/powerpc/ibm4xx/dev/dwcsata.c
204
dwcsata_match(device_t parent, cfdata_t match, void *aux)
sys/arch/powerpc/ibm4xx/dev/dwcsata.c
208
if (strcmp(paa->plb_name, match->cf_name) != 0)
sys/arch/powerpc/ibm4xx/dev/dwcsata.c
211
if (match->cf_loc[PLBCF_ADDR] == PLBCF_ADDR_DEFAULT)
sys/arch/powerpc/ibm4xx/dev/dwcsata.c
213
if (match->cf_loc[PLBCF_IRQ] == PLBCF_IRQ_DEFAULT)
sys/arch/powerpc/ibm4xx/dev/dwcsata.c
216
paa->plb_addr = match->cf_loc[PLBCF_ADDR];
sys/arch/powerpc/ibm4xx/dev/dwcsata.c
217
paa->plb_irq = match->cf_loc[PLBCF_IRQ];
sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c
72
dwctwo_plb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c
76
if (strcmp(paa->plb_name, match->cf_name) != 0)
sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c
79
if (match->cf_loc[PLBCF_ADDR] == PLBCF_ADDR_DEFAULT)
sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c
81
if (match->cf_loc[PLBCF_IRQ] == PLBCF_IRQ_DEFAULT)
sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c
84
paa->plb_addr = match->cf_loc[PLBCF_ADDR];
sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c
85
paa->plb_irq = match->cf_loc[PLBCF_IRQ];
sys/arch/powerpc/ibm4xx/dev/ehci_plb.c
101
if (match->cf_loc[PLBCF_ADDR] == PLBCF_ADDR_DEFAULT)
sys/arch/powerpc/ibm4xx/dev/ehci_plb.c
103
if (match->cf_loc[PLBCF_IRQ] == PLBCF_IRQ_DEFAULT)
sys/arch/powerpc/ibm4xx/dev/ehci_plb.c
106
paa->plb_addr = match->cf_loc[PLBCF_ADDR];
sys/arch/powerpc/ibm4xx/dev/ehci_plb.c
107
paa->plb_irq = match->cf_loc[PLBCF_IRQ];
sys/arch/powerpc/ibm4xx/dev/ehci_plb.c
94
ehci_plb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/powerpc/ibm4xx/dev/ehci_plb.c
98
if (strcmp(paa->plb_name, match->cf_name) != 0)
sys/arch/powerpc/ibm4xx/dev/ohci_plb.c
76
ohci_plb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/powerpc/ibm4xx/dev/ohci_plb.c
80
if (strcmp(paa->plb_name, match->cf_name) != 0)
sys/arch/powerpc/ibm4xx/dev/ohci_plb.c
83
if (match->cf_loc[PLBCF_ADDR] == PLBCF_ADDR_DEFAULT)
sys/arch/powerpc/ibm4xx/dev/ohci_plb.c
85
if (match->cf_loc[PLBCF_IRQ] == PLBCF_IRQ_DEFAULT)
sys/arch/powerpc/ibm4xx/dev/ohci_plb.c
88
paa->plb_addr = match->cf_loc[PLBCF_ADDR];
sys/arch/powerpc/ibm4xx/dev/ohci_plb.c
89
paa->plb_irq = match->cf_loc[PLBCF_IRQ];
sys/arch/powerpc/powerpc/rtas.c
87
rtas_match(device_t parent, cfdata_t match, void *aux)
sys/arch/prep/isa/isabeep.c
59
isabeepmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/prep/pci/gten.c
108
gten_match(device_t parent, cfdata_t match, void *aux)
sys/arch/prep/pci/pceb.c
68
pcebmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/prep/pnpbus/fdc_pnpbus.c
70
fdc_pnpbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/prep/pnpbus/nvram_pnpbus.c
111
nvram_pnpbus_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/prep/pnpbus/wdc_pnpbus.c
68
wdc_pnpbus_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/prep/prep/mainbus.c
91
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/riscv/fdt/pcihost_fdt.c
466
u_int match[4];
sys/arch/riscv/fdt/pcihost_fdt.c
478
match[0] = htobe32(
sys/arch/riscv/fdt/pcihost_fdt.c
483
match[1] = htobe32(0) & imask[1];
sys/arch/riscv/fdt/pcihost_fdt.c
484
match[2] = htobe32(0) & imask[2];
sys/arch/riscv/fdt/pcihost_fdt.c
485
match[3] = htobe32(pa->pa_intrpin) & imask[3];
sys/arch/riscv/fdt/pcihost_fdt.c
497
if ((imap[0] & imask[0]) == match[0] &&
sys/arch/riscv/fdt/pcihost_fdt.c
498
(imap[1] & imask[1]) == match[1] &&
sys/arch/riscv/fdt/pcihost_fdt.c
499
(imap[2] & imask[2]) == match[2] &&
sys/arch/riscv/fdt/pcihost_fdt.c
500
(imap[3] & imask[3]) == match[3]) {
sys/arch/rs6000/ioplanar/com_iop.c
71
com_iop_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/rs6000/rs6000/mainbus.c
72
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sandpoint/sandpoint/mainbus.c
73
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sandpoint/sandpoint/satmgr.c
192
satmgr_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sandpoint/stand/altboot/dsk.c
64
int (*match)(unsigned, void *);
sys/arch/sandpoint/stand/altboot/dsk.c
99
if ((*dv->match)(tag, NULL) > 0)
sys/arch/sandpoint/stand/altboot/nif.c
46
int (*match)(unsigned, void *);
sys/arch/sandpoint/stand/altboot/nif.c
80
if ((*dv->match)(tag, NULL) > 0)
sys/arch/sandpoint/stand/altboot/pci.c
344
_pcilookup(int bus, int (*match)(int, int, int, unsigned long), unsigned long data, struct pcidev *list, int index, int limit)
sys/arch/sandpoint/stand/altboot/pci.c
359
match, data, list, index, limit);
sys/arch/sandpoint/stand/altboot/pci.c
372
if ((*match)(bus, device, function, data)) {
sys/arch/sbmips/sbmips/cpu.c
68
cpu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sbmips/sbmips/zbbus.c
69
zbbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/dev/crime.c
94
crime_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/sgimips/dev/ctl.c
74
ctl_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/dev/imc.c
89
imc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/dev/int.c
95
int_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/dev/pic.c
79
pic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/gio/gio.c
170
gio_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/gio/pci_gio.c
108
giopci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/hpc/button.c
72
button_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/hpc/button.c
76
if (strcmp(ha->ha_name, match->cf_name) != 0)
sys/arch/sgimips/hpc/pi1ppc.c
143
static int pi1ppc_match(device_t parent, cfdata_t match, void *aux);
sys/arch/sgimips/hpc/pi1ppc.c
1521
const uint8_t match)
sys/arch/sgimips/hpc/pi1ppc.c
1538
if ((cur & match) == match) {
sys/arch/sgimips/hpc/pi1ppc.c
158
pi1ppc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/hpc/pi1ppc.c
162
if (strcmp(ha->ha_name, match->cf_name) != 0)
sys/arch/sgimips/ioc/ioc.c
86
ioc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/ioc/oioc.c
81
oioc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/mace/com_mace.c
79
com_mace_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/mace/lpt_mace.c
76
lpt_mace_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/mace/mace.c
120
mace_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/sgimips/mace/macekbc.c
107
macekbc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/mace/mavb.c
888
mavb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sgimips/mace/pci_mace.c
113
macepci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sh3/sh3/mmu_sh3.c
102
match = (va & SH3_MMUAA_D_VPN_MASK_4K) | asid;
sys/arch/sh3/sh3/mmu_sh3.c
114
if (entry == match) {
sys/arch/sh3/sh3/mmu_sh3.c
127
uint32_t match, idx, a, entry;
sys/arch/sh3/sh3/mmu_sh3.c
156
match = (va & SH3_MMUAA_D_VPN_MASK_4K) | asid;
sys/arch/sh3/sh3/mmu_sh3.c
161
newa = match | SH3_MMU_D_VALID;
sys/arch/sh3/sh3/mmu_sh3.c
179
if (entry == match) {
sys/arch/sh3/sh3/mmu_sh3.c
98
uint32_t match, idx, aa, entry;
sys/arch/shark/ofw/chipsfb_ofbus.c
157
chipsfb_ofbus_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/shark/ofw/igsfb_ofbus.c
211
igsfb_ofbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/shark/ofw/vga_ofbus.c
86
vga_ofbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/shark/ofw/vlpci.c
194
vlpci_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/shark/shark/scr.c
693
scrprobe(device_t parent, cfdata_t match, void *aux)
sys/arch/shark/shark/shark_iic.c
257
sharkiic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc/dev/com_ebus.c
67
int match;
sys/arch/sparc/dev/com_ebus.c
72
match = 0;
sys/arch/sparc/dev/com_ebus.c
76
match = comprobe1(ea->ea_bustag, ioh);
sys/arch/sparc/dev/com_ebus.c
80
return (match);
sys/arch/sparc/dev/fd.c
380
fdcmatch_mainbus(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc/dev/fd.c
403
fdcmatch_obio(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc/dev/fd.c
705
fdmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc/sparc/db_disasm.c
118
unsigned int match;
sys/arch/sparc/sparc/db_disasm.c
898
bitmask= (i_ptr->match);
sys/arch/sparc64/dev/cbus.c
71
cbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/central.c
75
central_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/com_ebus.c
71
com_ebus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/ebus.c
95
ebus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/fdc.c
415
fdcmatch_mainbus(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/fdc.c
438
fdcmatch_obio(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/fdc.c
467
fdcmatch_sbus(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/fdc.c
475
fdcmatch_ebus(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/fdc.c
873
fdmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/ffb_mainbus.c
65
ffb_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/fhc_central.c
55
fhc_central_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/fhc_mainbus.c
53
fhc_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/gfb.c
114
gfb_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/jbus-i2c.c
95
jbusi2c_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/lom.c
250
lom_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/lpt_ebus.c
59
lpt_ebus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/pcfiic_ebus.c
61
pcfiic_ebus_match(device_t parent, struct cfdata *match, void *aux)
sys/arch/sparc64/dev/pci_machdep.c
270
int (*match)(void *, const struct pci_attach_args *), void *cookie,
sys/arch/sparc64/dev/pci_machdep.c
389
ret = pci_probe_device1(sc, tag, match, cookie, pap);
sys/arch/sparc64/dev/pci_machdep.c
390
if (match != NULL && ret != 0)
sys/arch/sparc64/dev/pcons.c
101
pconsmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/psycho.c
229
psycho_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/pyro.c
126
pyro_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/sab.c
235
sab_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/sab.c
380
sabtty_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/schizo.c
119
schizo_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/tda.c
91
tda_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/upa.c
78
upa_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/vbus.c
63
vbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/vdsk.c
233
vdsk_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/vnet.c
231
int vnet_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/vpci.c
131
vpci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/vrtc.c
46
vrtc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/dev/wb_ebus.c
56
wb_ebus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/sparc64/sparc64/db_disasm.c
123
unsigned int match;
sys/arch/sparc64/sparc64/db_disasm.c
903
bitmask= (i_ptr->match);
sys/arch/usermode/dev/clock.c
81
clock_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/usermode/dev/cpu.c
99
cpu_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/usermode/dev/if_veth.c
89
veth_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/usermode/dev/ld_thunkbus.c
84
ld_thunkbus_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/usermode/dev/mainbus.c
64
mainbus_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/usermode/dev/ttycons.c
113
ttycons_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/usermode/dev/vatapi.c
112
vatapi_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/usermode/dev/vaudio.c
132
vaudio_match(device_t parent, cfdata_t match, void *opaque)
sys/arch/usermode/dev/vncfb.c
185
vncfb_match(device_t parent, cfdata_t match, void *priv)
sys/arch/vax/uba/qv.c
248
qv_match(device_t parent, cfdata_t match, void *aux)
sys/arch/vax/uba/qvaux.c
247
qvaux_match(device_t parent, cfdata_t match, void *aux)
sys/arch/vax/vsa/gpx.c
265
gpx_match(device_t parent, cfdata_t match, void *aux)
sys/arch/vax/vsa/lcg.c
432
lcg_match(struct device *parent, struct cfdata *match, void *aux)
sys/arch/vax/vsa/spx.c
596
spx_match(device_t parent, cfdata_t match, void *aux)
sys/arch/vax/vsa/vsaudio.c
145
vsaudio_match(struct device *parent, struct cfdata *match, void *aux)
sys/arch/vax/vsa/vsaudio.c
96
static int vsaudio_match(struct device *parent, struct cfdata *match, void *);
sys/arch/virt68k/dev/virtio_mainbus.c
74
virtio_mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x68k/dev/grf_machdep.c
100
grfbussearch(device_t self, cfdata_t match, const int *ldesc, void *aux)
sys/arch/x68k/dev/grf_machdep.c
103
config_found(self, &match->cf_loc[GRFBCF_ADDR], grfbusprint, CFARGS_NONE);
sys/arch/x68k/dev/if_ne_neptune.c
81
ne_neptune_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x68k/dev/xel.c
167
xel_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x68k/dev/xel.c
174
if (xel_addr(parent, match, ia)) {
sys/arch/x68k/dev/xel.c
77
xel_addr(device_t parent, cfdata_t match, struct intio_attach_args *ia)
sys/arch/x68k/dev/xel.c
81
if (match->cf_addr == INTIOCF_ADDR_DEFAULT) {
sys/arch/x68k/dev/xel.c
91
if (xel_probe((paddr_t) match->cf_addr))
sys/arch/x68k/dev/xel.c
92
addr = (paddr_t) match->cf_addr;
sys/arch/x86/acpi/acpi_cpu_md.c
126
acpicpu_md_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/isa/clock.c
520
sysbeepmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/aapic.c
29
aapic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/amdnb_misc.c
41
static int amdnb_misc_match(device_t, cfdata_t match, void *);
sys/arch/x86/pci/amdnb_misc.c
57
amdnb_misc_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/amdpcib.c
57
amdpcib_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/amdpcib_hpet.c
58
amdpcib_hpet_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/amdsmn.c
137
amdsmn_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/amdtemp.c
179
amdtemp_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/amdtemp.c
431
pcireg_t status, match, tmp;
sys/arch/x86/pci/amdtemp.c
455
match = status & (K8_THERM_SENSE_CORE_SEL | K8_THERM_SENSE_SEL);
sys/arch/x86/pci/amdtemp.c
465
if ((tmp == match) && ((value & ~0x3) != 0)) {
sys/arch/x86/pci/amdzentemp.c
148
amdzentemp_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/dwiic_pci.c
205
pci_dwiic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/fwhrng.c
70
fwhrng_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/ichlpcib.c
294
lpcibmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/ichlpcib_hpet.c
53
lpcib_hpet_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/imcsmb/imcsmb.c
204
imcsmb_probe(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/pchb.c
83
pchbmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/pchtemp.c
109
pchtemp_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/pcib.c
61
pcibmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/rdcpcib.c
104
rdcpcibmatch(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/tco.c
94
tco_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pci/tcpcib.c
173
tcpcib_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/pv/pvbus.c
72
pv_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/x86/cpu.c
240
cpu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/x86/ioapic.c
249
ioapic_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/x86/mainbus.c
208
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/x86/x86/vmt.c
45
vmt_match(device_t parent, cfdata_t match, void *aux)
sys/arch/xen/x86/cpu.c
188
cpu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/xen/x86/cpu.c
284
vcpu_match(device_t parent, cfdata_t match, void *aux)
sys/arch/xen/x86/cpu.c
290
if (strcmp(vcaa->vcaa_name, match->cf_name) == 0) {
sys/arch/xen/xen/balloon.c
178
balloon_xenbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/xen/xen/balloon.c
185
if (match->cf_loc[XENBUSCF_ID] != XENBUSCF_ID_DEFAULT &&
sys/arch/xen/xen/balloon.c
186
match->cf_loc[XENBUSCF_ID] != xa->xa_id)
sys/arch/xen/xen/hypervisor.c
543
hypervisor_match(device_t parent, cfdata_t match, void *aux)
sys/arch/xen/xen/if_xennet_xenbus.c
264
xennet_xenbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/xen/xen/if_xennet_xenbus.c
271
if (match->cf_loc[XENBUSCF_ID] != XENBUSCF_ID_DEFAULT &&
sys/arch/xen/xen/if_xennet_xenbus.c
272
match->cf_loc[XENBUSCF_ID] != xa->xa_id)
sys/arch/xen/xen/pciback.c
203
pciback_pci_match(device_t parent, cfdata_t match, void *aux)
sys/arch/xen/xen/xbd_xenbus.c
265
xbd_xenbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/xen/xen/xbd_xenbus.c
272
if (match->cf_loc[XENBUSCF_ID] != XENBUSCF_ID_DEFAULT &&
sys/arch/xen/xen/xbd_xenbus.c
273
match->cf_loc[XENBUSCF_ID] != xa->xa_id)
sys/arch/xen/xen/xencons.c
159
xencons_match(device_t parent, cfdata_t match, void *aux)
sys/arch/xen/xen/xpci_xenbus.c
115
xpci_xenbus_match(device_t parent, cfdata_t match, void *aux)
sys/arch/xen/xen/xpci_xenbus.c
122
if (match->cf_loc[XENBUSCF_ID] != XENBUSCF_ID_DEFAULT &&
sys/arch/xen/xen/xpci_xenbus.c
123
match->cf_loc[XENBUSCF_ID] != xa->xa_id)
sys/arch/xen/xen/xpci_xenbus.c
495
int (*match)(void *, const struct pci_attach_args *), void *cookie,
sys/arch/xen/xen/xpci_xenbus.c
554
err = pci_probe_device1(sc, tag, match, pap);
sys/arch/xen/xen/xpci_xenbus.c
555
if (match != NULL && err != 0)
sys/arch/xen/xen/xpci_xenbus.c
623
err = pci_probe_device1(sc, tag, match, pap);
sys/arch/xen/xen/xpci_xenbus.c
624
if (match != NULL && err != 0)
sys/arch/xen/xenbus/xenbus_probe.c
94
xenbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi.c
415
acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_acad.c
89
acpiacad_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_apm.c
110
acpiapm_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_bat.c
207
acpibat_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_button.c
100
acpibut_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_cpu.c
118
ci = acpicpu_md_match(parent, match, aux);
sys/dev/acpi/acpi_cpu.c
94
acpicpu_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_display.c
463
acpidisp_vga_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_display.c
673
acpidisp_out_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_ec.c
283
acpiecdt_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_ec.c
314
acpiec_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_fan.c
70
acpifan_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_hed.c
68
acpihed_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_lid.c
84
acpilid_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_pmtr.c
108
acpipmtr_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_tz.c
149
acpitz_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_util.c
890
int match = 0;
sys/dev/acpi/acpi_util.c
906
match = obj->Package.Elements[0].Integer.Value == pci_class &&
sys/dev/acpi/acpi_util.c
913
return match ? ACPI_MATCHSCORE_CLS : 0;
sys/dev/acpi/acpi_vmgenid.c
94
acpivmgenid_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/acpi_wdrt.c
120
acpi_wdrt_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/acpi/aibs_acpi.c
123
aibs_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/apei.c
81
apei_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/apple_smc_acpi.c
77
apple_smc_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/asus_acpi.c
114
asus_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/acpi/atppc_acpi.c
84
atppc_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/attimer_acpi.c
92
attimer_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/com_acpi.c
94
com_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/dalb_acpi.c
83
acpi_dalb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/dwcmmc_acpi.c
70
int match;
sys/dev/acpi/dwcmmc_acpi.c
72
match = acpi_compatible_match(aa, rockchip_compat_data);
sys/dev/acpi/dwcmmc_acpi.c
73
if (!match) {
sys/dev/acpi/dwcmmc_acpi.c
74
match = acpi_compatible_match(aa, compat_data);
sys/dev/acpi/dwcmmc_acpi.c
77
return match;
sys/dev/acpi/fdc_acpi.c
85
fdc_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/fujbp_acpi.c
159
fujitsu_bp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/fujhk_acpi.c
116
fujitsu_hk_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/hpacel_acpi.c
171
hpacel_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/hpet_acpi.c
144
hpet_acpi_dev_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/hpet_acpi.c
67
hpet_acpi_tab_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/hpqlb_acpi.c
105
hpqlb_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/acpi/ipmi_acpi.c
67
ipmi_acpi_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/acpi/joy_acpi.c
67
joy_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/lpt_acpi.c
66
lpt_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/mpu_acpi.c
70
mpu_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/ohci_acpi.c
70
int match;
sys/dev/acpi/ohci_acpi.c
76
match = acpi_compatible_match(aa, compat_data);
sys/dev/acpi/ohci_acpi.c
77
if (!match) {
sys/dev/acpi/ohci_acpi.c
78
match = acpi_match_class(aa->aa_node->ad_handle,
sys/dev/acpi/ohci_acpi.c
84
return match;
sys/dev/acpi/pckbc_acpi.c
108
pckbc_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/pcppi_acpi.c
65
pcppi_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/qcomipcc.c
85
qcipcc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/qcompas.c
208
qcpas_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/qcompep.c
132
qcpep_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/qcomsmem.c
161
qcsmem_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/qcomsmptp.c
122
qcsmptp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/qcomspmi.c
175
qcspmi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/qemufwcfg_acpi.c
62
fwcfg_acpi_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/acpi/sdhc_acpi.c
162
sdhc_acpi_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/acpi/smbus_acpi.c
124
acpi_smbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/sony_acpi.c
98
sony_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/spic_acpi.c
69
spic_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/thinkpad_acpi.c
223
thinkpad_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/acpi/tpm_acpi.c
72
tpm_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/ug_acpi.c
58
ug_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/vald_acpi.c
166
vald_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/valz_acpi.c
273
valz_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/vmbus_acpi.c
62
vmbus_acpi_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/acpi/vmbus_acpi.c
69
if (!vmbus_match(parent, match, opaque))
sys/dev/acpi/wb_acpi.c
81
wb_acpi_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/acpi/wmi/wmi_acpi.c
91
acpi_wmi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/wmi/wmi_dell.c
123
wmi_dell_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/wmi/wmi_eeepc.c
113
wmi_eeepc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/wmi/wmi_hp.c
184
wmi_hp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/wmi/wmi_msi.c
71
wmi_msi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/wss_acpi.c
89
wss_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/acpi/ym_acpi.c
59
ym_acpi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/altmem/altmem.c
97
altmem_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/ata/ld_ataraid.c
143
ld_ataraid_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ata/wd.c
288
wdprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/ata/wd.c
297
if (match->cf_loc[ATA_HLCF_DRIVE] != ATA_HLCF_DRIVE_DEFAULT &&
sys/dev/ata/wd.c
298
match->cf_loc[ATA_HLCF_DRIVE] != adev->adev_drv_data->drive)
sys/dev/audio/audio.c
906
audiomatch(device_t parent, cfdata_t match, void *aux)
sys/dev/bluetooth/btms.c
187
btms_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/adv_cardbus.c
91
adv_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/ahc_cardbus.c
95
ahc_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/com_cardbus.c
117
com_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/ehci_cardbus.c
88
ehci_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/fwohci_cardbus.c
72
fwohci_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/if_ath_cardbus.c
140
ath_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/if_athn_cardbus.c
99
athn_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/if_atw_cardbus.c
147
atw_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/if_bwi_cardbus.c
85
bwi_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/if_fxp_cardbus.c
104
fxp_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/if_malo_cardbus.c
71
malo_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/if_rtw_cardbus.c
172
rtw_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/if_tlp_cardbus.c
212
tlp_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/njata_cardbus.c
112
njata_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/njs_cardbus.c
109
njs_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/ohci_cardbus.c
90
ohci_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/rbus_ppb.c
112
ppb_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/siisata_cardbus.c
122
siisata_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/cardbus/uhci_cardbus.c
79
uhci_cardbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/dkwedge/dk.c
218
dkwedge_match(device_t parent, cfdata_t match, void *aux)
sys/dev/dm/device-mapper.c
236
dm_match(device_t parent, cfdata_t match, void *aux)
sys/dev/drm/vbox_drv.c
59
vboxdrm_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/eisa/ahb.c
159
ahbmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/eisa/ahc_eisa.c
78
ahc_eisa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/eisa/bha_eisa.c
108
bha_eisa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/eisa/cac_eisa.c
145
cac_eisa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/eisa/dpt_eisa.c
106
dpt_eisa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/eisa/eisa.c
227
int match, onlyvendor;
sys/dev/eisa/eisa.c
235
match = (strncmp(edp->id, id, 3) == 0);
sys/dev/eisa/eisa.c
237
match = (strcmp(edp->id, id) == 0);
sys/dev/eisa/eisa.c
238
if (match) {
sys/dev/eisa/if_ep_eisa.c
224
ep_eisa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/eisa/if_tlp_eisa.c
128
tlp_eisa_match(device_t parent, cfdata_t match,
sys/dev/eisa/mlx_eisa.c
97
mlx_eisa_match(device_t parent, cfdata_t match,
sys/dev/eisa/uha_eisa.c
87
uha_eisa_match(device_t parent, cfdata_t match,
sys/dev/fdt/cpufreq_dt.c
366
int match, best_match = 0;
sys/dev/fdt/cpufreq_dt.c
374
match = of_compatible_match(opp_table, compat_data);
sys/dev/fdt/cpufreq_dt.c
375
if (match > best_match) {
sys/dev/fdt/cpufreq_dt.c
376
best_match = match;
sys/dev/fdt/dw_apb_uart.c
199
.match = dw_apb_uart_console_match,
sys/dev/fdt/dwc2_fdt.c
103
dwc2_fdt_match(device_t parent, struct cfdata *match, void *aux)
sys/dev/fdt/dwiic_fdt.c
60
dwiic_fdt_match(device_t parent, cfdata_t match, void *aux)
sys/dev/fdt/fdt_console.c
63
const int match = (*info)->ops->match(phandle);
sys/dev/fdt/fdt_console.c
64
if (match > best_match) {
sys/dev/fdt/fdt_console.c
65
best_match = match;
sys/dev/fdt/fdt_console.h
35
int (*match)(int);
sys/dev/fdt/fdt_platform.c
49
int match, best_match = 0;
sys/dev/fdt/fdt_platform.c
57
match = of_compatible_match(phandle, compat_data);
sys/dev/fdt/fdt_platform.c
58
if (match > best_match) {
sys/dev/fdt/fdt_platform.c
59
best_match = match;
sys/dev/fdt/fdtbus.c
104
int match;
sys/dev/fdt/fdtbus.c
107
match = of_compatible_match(phandle, compat_data);
sys/dev/fdt/fdtbus.c
108
if (match)
sys/dev/fdt/fdtbus.c
109
return match;
sys/dev/fdt/fdtbus.c
373
int match, best_match, best_pass;
sys/dev/fdt/fdtbus.c
390
match = config_match(node->n_bus, cf, &faa);
sys/dev/fdt/fdtbus.c
391
if (match > best_match) {
sys/dev/fdt/fdtbus.c
392
best_match = match;
sys/dev/fdt/i2cmux_fdt.c
262
iicmux_fdt_match(device_t const parent, cfdata_t const match, void * const aux)
sys/dev/fdt/ns8250_uart.c
221
.match = ns8250_uart_console_match,
sys/dev/fdt/qemufwcfg_fdt.c
59
fwcfg_fdt_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/fdt/simplefb.c
279
.match = simplefb_console_match,
sys/dev/fdt/virtio_mmio_fdt.c
65
virtio_mmio_fdt_match(device_t parent, cfdata_t match, void *aux)
sys/dev/flash/flash.c
125
flash_match(device_t parent, cfdata_t match, void *aux)
sys/dev/flash/flash.c
83
int flash_match(device_t parent, cfdata_t match, void *aux);
sys/dev/gpib/cs80bus.c
96
cs80busmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/gpib/ct.c
243
ctmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/gpib/gpib.c
102
gpibmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/gpib/hil_gpib.c
55
hilmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/gpib/mt.c
218
mtmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/gpib/ppi.c
156
ppimatch(device_t parent, cfdata_t match, void *aux)
sys/dev/gpib/rd.c
300
rdmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/gpio/gpio.c
528
int match;
sys/dev/gpio/gpio.c
533
match = sc->sc_pins[map->pm_map[pin]].pin_intrcaps & irqmode;
sys/dev/gpio/gpio.c
535
return (irqmode && irqmode == match);
sys/dev/gpio/gpiosim.c
92
gpiosim_match(device_t parent, cfdata_t match, void *aux)
sys/dev/hdaudio/hdafg.c
2090
hdafg_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/hdmicec/hdmicec.c
84
hdmicec_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/hpc/apm/apmdev.c
601
apmdevmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/hpc/apm_apmdevif.c
45
apm_apmdevif_match(device_t parent, cfdata_t match, void *aux)
sys/dev/hpc/bivideo.c
141
bivideomatch(device_t parent, cfdata_t match, void *aux)
sys/dev/hpc/bivideo.c
146
strcmp(ma->ma_name, match->cf_name))
sys/dev/hpc/btnmgr.c
185
btnmgrmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/hpc/btnmgr.c
189
if (strcmp(ma->ma_name, match->cf_name))
sys/dev/hpc/button.c
73
button_match(device_t parent, cfdata_t match, void *aux)
sys/dev/hpc/button.c
80
if (match->cf_loc[HPCIOIFCF_PLATFORM] == 0)
sys/dev/hpc/button.c
82
mask = PLATID_DEREF(match->cf_loc[HPCIOIFCF_PLATFORM]);
sys/dev/hpc/hpcfb.c
283
hpcfbmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/hpc/pwctl.c
101
if (match->cf_loc[HPCIOIFCF_PLATFORM] == 0)
sys/dev/hpc/pwctl.c
103
mask = PLATID_DEREF(match->cf_loc[HPCIOIFCF_PLATFORM]);
sys/dev/hpc/pwctl.c
94
pwctl_match(device_t parent, cfdata_t match, void *aux)
sys/dev/hyperv/genfb_vmbus.c
62
genfb_vmbus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/hyperv/if_hvn.c
563
hvn_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/ac100.c
131
ac100_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/ac100.c
136
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/ac100.c
176
ac100rtc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/act8846.c
149
act8846_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/adadc.c
105
adadc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/adadc.c
110
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/adm1021.c
185
admtemp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/adm1021.c
190
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/aht20.c
249
aht20_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/aht20.c
255
if (iic_use_direct_match(ia, match, NULL, &match_result))
sys/dev/i2c/am2315.c
171
am2315_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/am2315.c
176
if (iic_use_direct_match(ia, match, NULL, &match_result))
sys/dev/i2c/anxedp.c
390
anxedp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/anxedp.c
395
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/as3722.c
233
as3722_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/as3722.c
239
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/as3722.c
525
as3722reg_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/asms.c
90
asms_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/asms.c
95
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/axp20x.c
219
axp20x_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/axp20x.c
224
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/axp20x.c
759
axp20xreg_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/axp22x.c
69
axp22x_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/axp22x.c
74
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/axp809.c
106
axp809_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/axp809.c
111
if (iic_use_direct_match(ia, match, NULL, &match_result))
sys/dev/i2c/axppmic.c
1156
axppmic_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/axppmic.c
1161
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/axppmic.c
1374
axpreg_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/cwfg.c
417
cwfg_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/cwfg.c
422
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/ds2482ow.c
524
ds2482_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/ds2482ow.c
530
if (iic_use_direct_match(ia, match, NULL, &match_result))
sys/dev/i2c/dstemp.c
86
dstemp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/dstemp.c
91
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/emcfan.c
187
emcfan_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/emcfan.c
193
if (iic_use_direct_match(ia, match, NULL, &match_result))
sys/dev/i2c/es8316ac.c
675
escodec_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/es8316ac.c
680
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/fan53555.c
289
fan53555_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/fan53555.c
294
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/fusbtc.c
237
fusbtc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/fusbtc.c
242
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/hytp14.c
128
hytp14_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/hytp14.c
133
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/ibmhawk.c
96
ibmhawk_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/ihidev.c
145
ihidev_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/ihidev.c
150
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/ikbd.c
79
ikbd_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/ims.c
64
ims_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/lm87.c
148
lmenv_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/lm87.c
154
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/lm_i2c.c
65
lm_i2c_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/max77620.c
264
max77620_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/max77620.c
269
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/mcp23xxxgpio_i2c.c
138
mcpgpio_i2c_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/mcp23xxxgpio_i2c.c
143
if (iic_use_direct_match(ia, match, compat_data, &match_result)) {
sys/dev/i2c/pcagpio.c
114
pcagpio_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/pcagpio.c
119
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/rkpmic.c
448
rkpmic_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/rkpmic.c
453
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/rkpmic.c
625
rkreg_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/sgp40.c
537
sgp40_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/sgp40.c
546
if (iic_use_direct_match(ia, match, NULL, &match_result))
sys/dev/i2c/sht3x.c
1042
sht3x_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/sht3x.c
1048
if (iic_use_direct_match(ia, match, NULL, &match_result))
sys/dev/i2c/sht4x.c
503
sht4x_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/sht4x.c
509
if (iic_use_direct_match(ia, match, NULL, &match_result))
sys/dev/i2c/si70xx.c
571
si70xx_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/si70xx.c
577
if (iic_use_direct_match(ia, match, NULL, &match_result))
sys/dev/i2c/smscmon.c
156
smscmon_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/spdmem_i2c.c
188
spdmem_i2c_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/spdmem_i2c.c
194
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/ssdfb_i2c.c
80
ssdfb_i2c_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/ssdfb_i2c.c
85
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/sy8106a.c
185
sy8106a_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/sy8106a.c
190
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/tcagpio.c
246
tcagpio_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/tcagpio.c
251
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/tcakp.c
359
tcakp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/tcakp.c
364
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/tda19988.c
382
tda19988_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/tda19988.c
387
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/titemp.c
93
titemp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/titemp.c
99
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/tps65217pmic.c
1051
tps65217reg_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/tsllux.c
108
tsllux_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/tsllux.c
114
if (iic_use_direct_match(ia, match, tsllux_compat_data, &match_result))
sys/dev/i2c/twl4030.c
357
twl_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2c/twl4030.c
362
if (iic_use_direct_match(ia, match, compat_data, &match_result))
sys/dev/i2c/w83795g.c
140
w83795g_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2o/dpti.c
160
dpti_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2o/iopsp.c
83
iopsp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/i2o/ld_iop.c
106
ld_iop_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ic/aic79xx.c
6968
int match;
sys/dev/ic/aic79xx.c
6970
match = ((chan == channel) || (channel == ALL_CHANNELS));
sys/dev/ic/aic79xx.c
6971
if (match != 0)
sys/dev/ic/aic79xx.c
6972
match = ((targ == target) || (target == CAM_TARGET_WILDCARD));
sys/dev/ic/aic79xx.c
6973
if (match != 0)
sys/dev/ic/aic79xx.c
6974
match = ((lun == slun) || (lun == CAM_LUN_WILDCARD));
sys/dev/ic/aic79xx.c
6975
if (match != 0) {
sys/dev/ic/aic79xx.c
6981
match = (group != XPT_FC_GROUP_TMODE)
sys/dev/ic/aic79xx.c
6985
match = (group == XPT_FC_GROUP_TMODE)
sys/dev/ic/aic79xx.c
6990
match = ((tag == SCB_GET_TAG(scb)) || (tag == SCB_LIST_NULL));
sys/dev/ic/aic79xx.c
6994
return match;
sys/dev/ic/aic7xxx.c
5185
int match;
sys/dev/ic/aic7xxx.c
5187
match = ((chan == channel) || (channel == ALL_CHANNELS));
sys/dev/ic/aic7xxx.c
5188
if (match != 0)
sys/dev/ic/aic7xxx.c
5189
match = ((targ == target) || (target == CAM_TARGET_WILDCARD));
sys/dev/ic/aic7xxx.c
5190
if (match != 0)
sys/dev/ic/aic7xxx.c
5191
match = ((lun == slun) || (lun == CAM_LUN_WILDCARD));
sys/dev/ic/aic7xxx.c
5192
if (match != 0) {
sys/dev/ic/aic7xxx.c
5199
match = (group != XPT_FC_GROUP_TMODE)
sys/dev/ic/aic7xxx.c
5203
match = (group == XPT_FC_GROUP_TMODE)
sys/dev/ic/aic7xxx.c
5208
match = ((tag == scb->hscb->tag) || (tag == SCB_LIST_NULL));
sys/dev/ic/aic7xxx.c
5213
return match;
sys/dev/ic/apple_smc_fan.c
111
apple_smc_fan_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ic/apple_smc_temp.c
88
apple_smc_temp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ic/dw_hdmi.c
397
const uint8_t match[] = { 5, 6, 7, 10, 11, 20, 21, 22 };
sys/dev/ic/dw_hdmi.c
400
for (n = 0; n < __arraycount(match); n++)
sys/dev/ic/dw_hdmi.c
401
if (match[n] == vic)
sys/dev/ic/icpsp.c
82
icpsp_match(device_t parent, cfdata_t match,
sys/dev/ic/ld_aac.c
72
ld_aac_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ic/ld_cac.c
78
ld_cac_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ic/ld_icp.c
84
ld_icp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ic/ld_mlx.c
78
ld_mlx_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ic/ld_nvme.c
70
ld_nvme_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ic/sc16is7xx_tty.c
113
sc16is7xx_tty_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ieee1394/fwohci.c
2305
uint32_t cntl, stat, cmd, match;
sys/dev/ieee1394/fwohci.c
2321
match = OREAD(sc, dbch->off + 0x10);
sys/dev/ieee1394/fwohci.c
2328
match);
sys/dev/ieee1394/fwohcireg.h
213
fwohcireg_t match;
sys/dev/ir/cir.c
72
int cir_match(device_t parent, cfdata_t match, void *aux);
sys/dev/ir/cir.c
84
cir_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ir/irframe.c
102
irframe_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ir/irframe.c
84
int irframe_match(device_t parent, cfdata_t match, void *aux);
sys/dev/isa/adv_isa.c
105
adv_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/aha_isa.c
66
aha_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/aic_isa.c
101
aic_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/aps.c
233
aps_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/attimer_isa.c
84
attimer_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/bha_isa.c
65
bha_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/cec.c
143
cecprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/cms.c
109
cms_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/com_isa.c
114
com_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/com_multi.c
101
com_multi_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/com_multi.c
104
cfdata_t cf = match;
sys/dev/isa/cy_isa.c
37
cy_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/dpt_isa.c
96
dpt_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/ega.c
431
ega_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/ess_isa.c
62
ess_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/fd.c
481
fdprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/fd.c
484
cfdata_t cf = match;
sys/dev/isa/fdc_isa.c
103
fdc_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/finsio_isa.c
421
finsio_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/gus.c
653
gusprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/i82365_isa.c
90
pcic_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/if_ec.c
121
ec_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/if_eg.c
277
egprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/if_el.c
108
elprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/if_ep_isa.c
151
ep_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/if_iy.c
176
iyprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/if_lc_isa.c
189
lemac_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/if_lc_isa.c
192
cfdata_t cf = match;
sys/dev/isa/if_ne_isa.c
76
ne_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/if_ntwoc_isa.c
189
ntwoc_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/if_ntwoc_isa.c
231
tmp = (match->cf_flags & NTWOC_FLAGS_NPORT_MASK) + 1;
sys/dev/isa/if_sm_isa.c
76
sm_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/isv.c
205
isv_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/itesio_isa.c
172
itesio_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/joy_ess.c
25
joy_ess_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/joy_isa.c
63
joy_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/lm_isa_common.c
64
lm_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/lpt_isa.c
147
lpt_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/mcd.c
920
mcdprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/midi_pcppi.c
85
midi_pcppi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/mpu_isa.c
65
mpu_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/mpu_sb.c
60
mpu_sb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/mpu_ym.c
67
mpu_ym_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/nct.c
236
nct_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/nsclpcsio_isa.c
265
nsclpcsio_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/opl_ess.c
65
opl_ess_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/opl_isa.c
70
opl_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/opl_sb.c
63
opl_sb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/opl_wss.c
63
opl_wss_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/opl_ym.c
69
opl_ym_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/pas.c
263
pasprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/pas.c
281
return pasfind(match, sc, ia, PASPROBE);
sys/dev/isa/pas.c
288
pasfind(cfdata_t match, struct pas_softc *sc,
sys/dev/isa/pas.c
419
if (sbdsp_probe(&sc->sc_sbdsp, match) == 0) {
sys/dev/isa/pcdisplay.c
222
pcdisplay_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/pckbc_isa.c
66
pckbc_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/pcppi.c
80
pcppi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/ptcd.c
90
ptcd_match(device_t parent, struct cfdata *match, void *aux)
sys/dev/isa/sb.c
110
sbmatch(struct sbdsp_softc *sc, int probing, cfdata_t match)
sys/dev/isa/sb.c
120
if (sbdsp_probe(sc, match) == 0)
sys/dev/isa/sb_isa.c
100
struct isa_attach_args *ia, cfdata_t match)
sys/dev/isa/sb_isa.c
125
if (!sbmatch(sc, probing, match))
sys/dev/isa/sb_isa.c
79
sb_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/sb_isa.c
95
return sbfind(parent, sc, 1, aux, match);
sys/dev/isa/sbdsp.c
288
sbdsp_probe(struct sbdsp_softc *sc, cfdata_t match)
sys/dev/isa/sbdsp.c
296
if (match->cf_flags & 1)
sys/dev/isa/seagate.c
328
seaprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/smsc.c
79
smsc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/soekrisgpio.c
94
soekris_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/tcic2_isa.c
142
tcic_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/tpm_isa.c
74
tpm_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/ug_isa.c
69
ug_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/uha_isa.c
80
uha_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/vga_isa.c
56
vga_isa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/wbsio.c
196
wbsio_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/wdc_isa.c
84
wdc_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/wds.c
244
wdsprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/wss_isa.c
109
if (wssfind(parent, match, sc, 1, aux)) {
sys/dev/isa/wss_isa.c
120
wssfind(device_t parent, cfdata_t match, struct wss_softc *sc, int probing,
sys/dev/isa/wss_isa.c
132
if (match->cf_flags & 1)
sys/dev/isa/wss_isa.c
91
wss_isa_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isa/wt.c
213
wtprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/aha_isapnp.c
63
aha_isapnp_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/aic_isapnp.c
67
aic_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/atppc_isapnp.c
83
atppc_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/com_isapnp.c
70
com_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/ess_isapnp.c
77
ess_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/gus_isapnp.c
106
gus_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/i82365_isapnp.c
94
pcic_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/if_an_isapnp.c
85
an_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/if_cs_isapnp.c
67
cs_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/if_ep_isapnp.c
73
ep_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/if_ne_isapnp.c
80
ne_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/isapnp.c
569
isapnp_submatch(device_t parent, cfdata_t match, const int *ldesc, void *aux)
sys/dev/isapnp/isapnp.c
572
return (config_match(parent, match, aux));
sys/dev/isapnp/isapnp.c
583
const struct isapnp_matchinfo *match;
sys/dev/isapnp/isapnp.c
586
for (match = dinfo->devlogic, n = dinfo->nlogic; n--; match++)
sys/dev/isapnp/isapnp.c
587
if (strcmp(match->name, ipa->ipa_devlogic) == 0) {
sys/dev/isapnp/isapnp.c
588
*variant = match->variant;
sys/dev/isapnp/isapnp.c
592
for (match = dinfo->devcompat, n = dinfo->ncompat; n--; match++)
sys/dev/isapnp/isapnp.c
593
if (strcmp(match->name, ipa->ipa_devcompat) == 0) {
sys/dev/isapnp/isapnp.c
594
*variant = match->variant;
sys/dev/isapnp/isapnp.c
843
isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/joy_isapnp.c
61
joy_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/mpu_isapnp.c
44
mpu_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/sb_isapnp.c
79
sb_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/wdc_isapnp.c
76
wdc_isapnp_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/wss_isapnp.c
72
wss_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/isapnp/ym_isapnp.c
88
ym_isapnp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/marvell/com_mv.c
67
mvuart_match(device_t parent, struct cfdata *match, void *aux)
sys/dev/marvell/com_mv.c
73
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/ehci_mv.c
181
mvusb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/marvell/ehci_mv.c
185
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/gtidmac.c
346
gtidmac_match(device_t parent, struct cfdata *match, void *aux)
sys/dev/marvell/gtidmac.c
351
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/gtmpsc.c
216
gtmpscmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/marvell/gtmpsc.c
220
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/gtpci.c
84
gtpci_match(device_t parent, struct cfdata *match, void *aux)
sys/dev/marvell/gtpci.c
88
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/gttwsi.c
110
gttwsi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/marvell/gttwsi.c
114
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/if_mvgbe.c
402
mvgbec_match(device_t parent, cfdata_t match, void *aux)
sys/dev/marvell/if_mvgbe.c
407
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/if_mvgbe.c
682
mvgbe_match(device_t parent, cfdata_t match, void *aux)
sys/dev/marvell/if_mvxpe.c
264
mvxpe_match(device_t parent, cfdata_t match, void *aux)
sys/dev/marvell/if_mvxpe.c
270
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/mvcesa.c
102
mvcesa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/marvell/mvcesa.c
106
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/mvpex.c
87
mvpex_match(device_t parent, struct cfdata *match, void *aux)
sys/dev/marvell/mvpex.c
91
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/mvsata_mv.c
121
mvsatahc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/marvell/mvsata_mv.c
126
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/mvsdio.c
139
mvsdio_match(device_t parent, struct cfdata *match, void *aux)
sys/dev/marvell/mvsdio.c
143
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/mvxpbm.c
107
mvxpbm_match(device_t parent, cfdata_t match, void *aux)
sys/dev/marvell/mvxpbm.c
111
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/mvxpsec.c
306
mvxpsec_match(device_t dev, cfdata_t match, void *aux)
sys/dev/marvell/mvxpsec.c
312
if (strcmp(mva->mva_name, match->cf_name) != 0)
sys/dev/marvell/pchb.c
54
pchb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/mca/aha_mca.c
87
aha_mca_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/mca/com_mca.c
137
com_mca_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/mca/edc_mca.c
128
edc_mca_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/mca/if_ep_mca.c
137
ep_mca_match(device_t parent, cfdata_t match, void *aux)
sys/dev/mca/if_tra_mca.c
100
tiara_mca_match(device_t parent, cfdata_t match, void *aux)
sys/dev/midi.c
137
midiprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/acphy.c
85
acphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/amhphy.c
80
amhphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/atphy.c
157
atphy_match(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/bmtphy.c
108
bmtphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/brgphy.c
187
brgphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/ciphy.c
91
ciphymatch(device_t parent, cfdata_t match,
sys/dev/mii/dmphy.c
106
dmphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/etphy.c
138
etphy_match(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/exphy.c
91
exphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/gentbi.c
95
gentbimatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/glxtphy.c
100
glxtphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/gphyter.c
109
gphytermatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/icsphy.c
104
icsphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/igphy.c
121
igphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/ihphy.c
105
ihphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/ikphy.c
100
ikphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/inphy.c
104
inphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/iophy.c
99
iophymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/ipgphy.c
83
ipgphy_match(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/jmphy.c
72
jmphy_match(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/lxtphy.c
109
lxtphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/makphy.c
140
makphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/mcommphy.c
275
mcommphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/micphy.c
183
micphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/mvphy.c
166
mvphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/nsphy.c
101
nsphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/nsphyter.c
107
nsphytermatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/pnaphy.c
85
pnaphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/qsphy.c
100
qsphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/rdcphy.c
84
rdcphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/rgephy.c
94
rgephy_match(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/rlphy.c
86
rlphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/smscphy.c
83
smscphy_match(device_t dev, cfdata_t match, void *aux)
sys/dev/mii/sqphy.c
107
sqphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/tlphy.c
115
tlphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/tqphy.c
103
tqphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/ukphy.c
94
ukphymatch(device_t parent, cfdata_t match, void *aux)
sys/dev/mii/urlphy.c
76
urlphy_match(device_t parent, cfdata_t match, void *aux)
sys/dev/mscp/mscp_subr.c
159
mscp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/nand/nand.c
121
nand_match(device_t parent, cfdata_t match, void *aux)
sys/dev/nand/nandemulator.c
167
nandemulator_match(device_t parent, cfdata_t match, void *aux)
sys/dev/nor/nor.c
133
nor_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ofisa/atppc_ofisa.c
86
atppc_ofisa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ofisa/atppc_ofisa.c
94
rv = lpt_ofisa_md_match(parent, match, aux);
sys/dev/ofisa/joy_ofisa.c
67
joy_ofisa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ofisa/pckbc_ofisa.c
79
pckbc_ofisa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ofw/ofcons.c
98
ofcons_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ofw/ofdisk.c
120
ofdisk_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ofw/ofnet.c
85
ofnet_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ofw/ofrtc.c
100
ofrtc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ofw/ofw_subr.c
362
int proplen, match = 0;
sys/dev/ofw/ofw_subr.c
376
if ((match = strlist_match(prop, proplen, cp)) != 0) {
sys/dev/ofw/ofw_subr.c
383
return match;
sys/dev/ofw/ofw_subr.c
419
int proplen, match = 0;
sys/dev/ofw/ofw_subr.c
432
match = device_compatible_match_strlist(prop, proplen, compat_data);
sys/dev/ofw/ofw_subr.c
436
return match;
sys/dev/ofw/ofw_subr.c
466
const struct device_compatible_entry *match = NULL;
sys/dev/ofw/ofw_subr.c
480
match = device_compatible_lookup_strlist(prop, proplen, compat_data);
sys/dev/ofw/ofw_subr.c
484
return match;
sys/dev/onewire/ds28e17iic.c
596
ds28e17iic_match(device_t parent, cfdata_t match, void *aux)
sys/dev/onewire/oweeprom.c
75
oweeprom_match(device_t parent, cfdata_t match, void *aux)
sys/dev/onewire/owtemp.c
113
owtemp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/aac_pci.c
516
aac_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/acardide.c
85
acardide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/aceride.c
71
aceride_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/adv_pci.c
92
adv_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/adw_pci.c
78
adw_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/agp.c
311
agpmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ahc_pci.c
744
ahc_pci_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ahcisata_pci.c
261
ahci_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ahd_pci.c
297
ahd_pci_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/alipm.c
121
alipm_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/amdpm.c
66
amdpm_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/amr.c
238
amr_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/arcmsr.c
171
arc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/artsata.c
96
artsata_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/atppc_puc.c
80
atppc_puc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/auacer.c
230
auacer_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/auich.c
447
auich_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/auixp.c
1018
auixp_match(device_t dev, cfdata_t match, void *aux)
sys/dev/pci/autri.c
459
autri_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/auvia.c
264
auvia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/bha_pci.c
59
bha_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/bktr/bktr_os.c
1373
bktr_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/bochsfb.c
95
bochsfb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/btvmei.c
76
b3_617_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/btvmeii.c
135
b3_2706_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/cac_pci.c
136
cac_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/chipsfb.c
70
chipsfb_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ciss_pci.c
132
ciss_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/cmdide.c
104
cmdide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/cmpci.c
339
cmpci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/com_puc.c
75
com_puc_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/coram.c
140
coram_match(device_t parent, cfdata_t match, void *v)
sys/dev/pci/cs4280.c
226
cs4280_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/cs4281.c
170
cs4281_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/cxdtv.c
159
cxdtv_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/cxgb/cxgb_main.c
117
static int cxgb_port_match(device_t dev, cfdata_t match, void *context);
sys/dev/pci/cxgb/cxgb_main.c
254
static int cxgb_controller_match(device_t dev, cfdata_t match, void *context)
sys/dev/pci/cxgb/cxgb_main.c
665
static int cxgb_port_match(device_t dev, cfdata_t match, void *context)
sys/dev/pci/cxgb/cxgb_main.c
98
static int cxgb_controller_match(device_t dev, cfdata_t match, void *context);
sys/dev/pci/cy_pci.c
79
cy_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/cypide.c
64
cypide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/cz.c
264
cz_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/dpt_pci.c
66
dpt_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/eap.c
258
eap_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ehci_pci.c
104
ehci_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/emuxki.c
356
emuxki_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/esa.c
907
esa_match(device_t dev, cfdata_t match, void *aux)
sys/dev/pci/esiop_pci.c
53
esiop_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/esm.c
1467
esm_match(device_t dev, cfdata_t match, void *aux)
sys/dev/pci/eso.c
221
eso_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/fms.c
214
fms_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/fwohci_pci.c
72
fwohci_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/gcscaudio.c
230
gcscaudio_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/genfb_pci.c
75
pci_genfb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/geodeide.c
77
geodeide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/gffb.c
189
gffb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/hdaudio_pci.c
109
hdaudio_pci_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/pci/hifn7751.c
243
hifn_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/hptide.c
83
hptide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/i82365_pci.c
91
pcic_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ibmcd.c
87
ibmcd_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ichsmb.c
116
ichsmb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/icp_pci.c
219
icp_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_age.c
130
age_match(device_t dev, cfdata_t match, void *aux)
sys/dev/pci/if_alc.c
594
alc_match(device_t dev, cfdata_t match, void *aux)
sys/dev/pci/if_ale.c
282
ale_match(device_t dev, cfdata_t match, void *aux)
sys/dev/pci/if_an_pci.c
102
an_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_ath_pci.c
113
ath_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_athn_pci.c
94
athn_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_atw_pci.c
125
atw_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_bce.c
227
bce_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_bge.c
3212
bge_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_bnx.c
443
bnx_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_bwfm_pci.c
210
int bwfm_pci_match(device_t parent, cfdata_t match, void *aux);
sys/dev/pci/if_bwfm_pci.c
401
bwfm_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_bwi_pci.c
117
bwi_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_ena.c
382
ena_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_ep_pci.c
165
ep_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_eqos_pci.c
91
eqos_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_et.c
159
et_match(device_t dev, cfdata_t match, void *aux)
sys/dev/pci/if_ex_pci.c
191
ex_pci_match(device_t parent, cfdata_t match,
sys/dev/pci/if_fxp_pci.c
226
fxp_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_iavf.c
705
iavf_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_ipw.c
153
ipw_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_iwi.c
185
iwi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_iwm.c
8865
iwm_match(device_t parent, cfdata_t match __unused, void *aux)
sys/dev/pci/if_iwn.c
413
iwn_match(device_t parent, cfdata_t match __unused, void *aux)
sys/dev/pci/if_ixl.c
1011
ixl_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_jme.c
1967
int match;
sys/dev/pci/if_jme.c
1976
match = 0;
sys/dev/pci/if_jme.c
1990
match++;
sys/dev/pci/if_jme.c
1998
} while (match != ETHER_ADDR_LEN && offset < JME_EEPROM_END);
sys/dev/pci/if_jme.c
2000
if (match == ETHER_ADDR_LEN) {
sys/dev/pci/if_kse.c
365
kse_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_malo_pci.c
58
static int malo_pci_match(device_t parent, cfdata_t match, void *aux);
sys/dev/pci/if_malo_pci.c
89
malo_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_mcx.c
5785
int start, int size, int match_enable, struct mcx_flow_match *match)
sys/dev/pci/if_mcx.c
5818
memcpy(&mbin->cmd_match_criteria, match, sizeof(*match));
sys/dev/pci/if_msk.c
1125
msk_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_msk.c
913
mskc_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_mtd_pci.c
73
mtd_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_ne_pci.c
157
ne_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_nfe.c
194
nfe_match(device_t dev, cfdata_t match, void *aux)
sys/dev/pci/if_ntwoc_pci.c
178
ntwoc_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_rge.c
185
rge_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_rtw_pci.c
171
rtw_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_rtwn.c
202
rtwn_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_sf_pci.c
155
sf_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_sip.c
3783
uint8_t cksum, *e, match;
sys/dev/pci/if_sip.c
3793
match = eeprom_data[SIP_DP83820_EEPROM_CHECKSUM / 2] >> 8;
sys/dev/pci/if_sip.c
3794
match = ~(match - 1);
sys/dev/pci/if_sip.c
3801
if (cksum != match)
sys/dev/pci/if_sip.c
3803
device_xname(sc->sc_dev), cksum, match);
sys/dev/pci/if_sip.c
3943
uint8_t cksum, *e, match;
sys/dev/pci/if_sip.c
3949
match = eeprom_data[SIP_DP83815_EEPROM_CHECKSUM/2] >> 8;
sys/dev/pci/if_sip.c
3950
match = ~(match - 1);
sys/dev/pci/if_sip.c
3957
if (cksum != match)
sys/dev/pci/if_sip.c
3959
device_xname(sc->sc_dev), cksum, match);
sys/dev/pci/if_sk.c
1129
skc_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_sk.c
1185
sk_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_ti.c
1601
ti_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_tlp_pci.c
332
tlp_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_txp.c
172
txp_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_txp.c
194
const struct txp_pci_match *match;
sys/dev/pci/if_txp.c
203
match = txp_pcilookup(pa->pa_id);
sys/dev/pci/if_txp.c
204
flags = match->flags;
sys/dev/pci/if_txp.c
205
if (match->flags & TXP_USESUBSYSTEM) {
sys/dev/pci/if_vge.c
765
vge_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_vioif.c
447
vioif_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_vmx.c
565
vmxnet3_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_vr.c
1436
vr_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_wi_pci.c
201
wi_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/if_wpi.c
177
wpi_match(device_t parent, cfdata_t match __unused, void *aux)
sys/dev/pci/igc/if_igc.c
328
igc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/igma.c
316
igma_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/igma/igmafb.c
107
igmafb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/igsfb_pci.c
145
igsfb_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/iop_pci.c
67
iop_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ismt.c
767
ismt_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/isp_pci.c
432
isp_pci_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/iteide.c
73
iteide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/jmide.c
137
jmide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/jmide.c
441
jmahci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/joy_eap.c
91
joy_eap_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/joy_eso.c
57
joy_eso_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/joy_pci.c
56
joy_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ld_amr.c
73
ld_amr_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ld_twa.c
98
ld_twa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ld_twe.c
85
ld_twe_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ld_virtio.c
202
ld_virtio_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/lpt_puc.c
54
lpt_puc_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/lynxfb.c
254
lynxfb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/machfb.c
391
mach64_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/mfi_pci.c
167
mfi_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/mfii.c
699
mfii_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/mgafb.c
235
mgafb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/mpii.c
443
mpii_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/mpu_cmpci.c
56
mpu_cmpci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/mpu_eso.c
57
mpu_eso_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/mpu_fms.c
58
mpu_fms_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/mpu_yds.c
59
mpu_yds_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/mvsata_pci.c
135
mvsata_pci_match(device_t parent, struct cfdata *match, void *aux)
sys/dev/pci/nca_pci.c
63
nca_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/neo.c
484
neo_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/nfsmb.c
106
nfsmbc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/nfsmb.c
204
nfsmb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/njs_pci.c
107
njs_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/nside.c
65
nside_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/nvme_pci.c
134
nvme_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/oboe.c
160
oboe_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/oboe.c
66
static int oboe_match(device_t parent, cfdata_t match, void *aux);
sys/dev/pci/ohci_pci.c
70
ohci_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/opl_cmpci.c
59
opl_cmpci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/opl_eso.c
59
opl_eso_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/opl_fms.c
60
opl_fms_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/opl_sv.c
59
opl_sv_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/opl_yds.c
61
opl_yds_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/optiide.c
77
optiide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/pccbb.c
230
pcicbbmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/pci.c
294
int (*match)(void *, const struct pci_attach_args *), void *cookie,
sys/dev/pci/pci.c
310
if (sc->PCI_SC_DEVICESC(device, function).c_dev != NULL && !match)
sys/dev/pci/pci.c
472
if (match != NULL) {
sys/dev/pci/pci.c
473
ret = (*match)(cookie, &pa);
sys/dev/pci/pci.c
687
int (*match)(const struct pci_attach_args *) = cookie;
sys/dev/pci/pci.c
689
return (*match)(pa);
sys/dev/pci/pci.c
694
int (*match)(const struct pci_attach_args *))
sys/dev/pci/pci.c
696
void *cookie = match;
sys/dev/pci/pci.c
698
return (match == NULL
sys/dev/pci/pci.c
705
int (*match)(void *, const struct pci_attach_args *), void *cookie)
sys/dev/pci/pci.c
719
match, cookie, pa) != 0)
sys/dev/pci/pci.c
727
int (*match)(const struct pci_attach_args *), struct pci_attach_args *pap)
sys/dev/pci/pci.c
729
void *cookie = match;
sys/dev/pci/pci.c
731
return (match == NULL
sys/dev/pci/pci.c
744
int (*match)(void *, const struct pci_attach_args *), void *cookie,
sys/dev/pci/pci.c
851
ret = pci_probe_device1(sc, tag, match, cookie, pap);
sys/dev/pci/pci.c
852
if (match != NULL && ret != 0)
sys/dev/pci/pciide.c
88
pciide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/pcivar.h
389
int (*match)(const struct pci_attach_args *));
sys/dev/pci/pcivar.h
391
int (*match)(void *, const struct pci_attach_args *), void *);
sys/dev/pci/pdcide.c
118
pdcide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/pdcsata.c
199
pdcsata_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/piixide.c
374
piixide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/piixpm.c
142
piixpm_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/pm2fb.c
289
pm2fb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/pm3fb.c
202
pm3fb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ppb.c
82
ppbmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/puc.c
102
puc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/pwdog.c
69
pwdog_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/r128fb.c
171
r128fb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/radeonfb.c
440
radeonfb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/rccide.c
86
rccide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/rdcide.c
65
rdcide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/satalink.c
305
satalink_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/schide.c
93
schide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/siisata_pci.c
141
siisata_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/siop_pci.c
53
siop_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/sisfb.c
211
sisfb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/siside.c
83
siside_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/slide.c
81
slide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/stpcide.c
63
stpcide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/sv.c
242
sv_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/svwsata.c
81
svwsata_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/tdvfb.c
137
tdvfb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/tga.c
169
tgamatch(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/toshide.c
85
piccolo_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/ubsec.c
329
ubsec_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/uhci_pci.c
75
uhci_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/unichromefb.c
231
unichromefb_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/pci/veritefb.c
487
veritefb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/vga_pci.c
142
vga_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/viaenv.c
94
viaenv_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/viaide.c
421
viaide_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/vio9p.c
476
vio9p_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/viogpu.c
193
viogpu_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/viomb.c
112
viomb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/viornd.c
117
viornd_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/vioscsi.c
103
vioscsi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/virtio_pci.c
206
virtio_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/voodoofb.c
334
voodoofb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/voyager.c
130
voyager_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/voyager/pwmclock.c
102
pwmclock_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/voyager/vac.c
663
vac_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/voyager/voyagerfb.c
590
voyagerfb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/wcfb.c
145
wcfb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/xhci_pci.c
70
xhci_pci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pci/xmm7360.c
1997
wwanc_match(struct device *parent, cfdata_t match, void *aux)
sys/dev/pci/xmm7360.c
3214
wwan_match(struct device *parent, cfdata_t match, void *aux)
sys/dev/pci/yds.c
526
yds_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pckbport/pms.c
139
pmsprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/aic_pcmcia.c
87
aic_pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/bt3c.c
921
bt3c_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/btbc.c
142
btbc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/com_pcmcia.c
121
com_pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/fdc_pcmcia.c
129
fdc_pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/if_an_pcmcia.c
100
an_pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/if_awi_pcmcia.c
153
awi_pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/if_cnw.c
458
cnw_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/if_cs_pcmcia.c
74
cs_pcmcia_match(device_t parent, cfdata_t match,
sys/dev/pcmcia/if_ep_pcmcia.c
152
ep_pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/if_malo_pcmcia.c
153
malo_pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/if_ne_pcmcia.c
531
goto match;
sys/dev/pcmcia/if_ne_pcmcia.c
542
match:
sys/dev/pcmcia/if_ne_pcmcia.c
551
ne_pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/if_ray.c
463
ray_match(device_t parent, cfdata_t match,
sys/dev/pcmcia/if_sm_pcmcia.c
108
sm_pcmcia_match(device_t parent, cfdata_t match,
sys/dev/pcmcia/if_wi_pcmcia.c
258
wi_pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/mhzc.c
162
mhzc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/mhzc.c
597
com_mhzc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/mhzc.c
669
sm_mhzc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/pcmcia.c
113
pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/pcmcia.c
117
if (strcmp(paa->paa_busname, match->cf_name)) {
sys/dev/pcmcia/pcmcia_cis_quirks.c
280
goto match;
sys/dev/pcmcia/pcmcia_cis_quirks.c
289
match:
sys/dev/pcmcia/slhci_pcmcia.c
65
slhci_pcmcia_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/wdc_pcmcia.c
170
wdc_pcmcia_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/xirc.c
142
xirc_match(device_t parent, cfdata_t match,
sys/dev/pcmcia/xirc.c
529
com_xirc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/pcmcia/xirc.c
604
xi_xirc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/ppbus/if_plip.c
204
lp_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/ppbus/lpt.c
138
lpt_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/ppbus/pps_ppbus.c
82
pps_probe(device_t parent, cfdata_t match, void *aux)
sys/dev/qbus/if_qe.c
137
int error, match;
sys/dev/qbus/if_qe.c
157
match = 0;
sys/dev/qbus/if_qe.c
189
match = 1;
sys/dev/qbus/if_qe.c
196
return match;
sys/dev/qbus/qd.c
556
qd_match(device_t parent, cfdata_t match, void *aux)
sys/dev/qbus/rf.c
224
rfc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/qbus/rf.c
434
rf_match(device_t parent, cfdata_t match, void *aux)
sys/dev/qbus/rf.c
442
if (match->cf_loc[RFCCF_DRIVE] == RFCCF_DRIVE_DEFAULT ||
sys/dev/qbus/rf.c
443
match->cf_loc[RFCCF_DRIVE] == rfc_aa->dnum)
sys/dev/qbus/ts.c
216
tsmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/radio.c
83
radioprobe(device_t parent, cfdata_t match, void *aux)
sys/dev/sbus/dbri.c
236
dbri_match_sbus(device_t parent, cfdata_t match, void *aux)
sys/dev/scsipi/cd.c
259
cdmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/scsipi/ch.c
1240
const struct chquirk *match;
sys/dev/scsipi/ch.c
1245
match = scsipi_inqmatch(inqbuf, chquirks,
sys/dev/scsipi/ch.c
1249
sc->sc_settledelay = match->cq_settledelay;
sys/dev/scsipi/ch.c
187
chmatch(device_t parent, cfdata_t match,
sys/dev/scsipi/if_dse.c
329
dsematch(device_t parent, cfdata_t match, void *aux)
sys/dev/scsipi/if_se.c
305
sematch(device_t parent, cfdata_t match, void *aux)
sys/dev/scsipi/scsipiconf.c
183
const struct scsipi_inquiry_pattern *match = base;
sys/dev/scsipi/scsipiconf.c
186
if (type != match->type)
sys/dev/scsipi/scsipiconf.c
188
if (inqbuf->removable != match->removable)
sys/dev/scsipi/scsipiconf.c
191
len = strlen(match->vendor);
sys/dev/scsipi/scsipiconf.c
192
if (memcmp(inqbuf->vendor, match->vendor, len))
sys/dev/scsipi/scsipiconf.c
195
len = strlen(match->product);
sys/dev/scsipi/scsipiconf.c
196
if (memcmp(inqbuf->product, match->product, len))
sys/dev/scsipi/scsipiconf.c
199
len = strlen(match->revision);
sys/dev/scsipi/scsipiconf.c
200
if (memcmp(inqbuf->revision, match->revision, len))
sys/dev/scsipi/scsipiconf.c
206
priority, match->type, match->removable,
sys/dev/scsipi/scsipiconf.c
207
match->vendor, match->product, match->revision);
sys/dev/scsipi/sd.c
235
sdmatch(device_t parent, cfdata_t match,
sys/dev/scsipi/ses.c
199
ses_match(device_t parent, cfdata_t match, void *aux)
sys/dev/scsipi/ss.c
140
ssmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/scsipi/st_atapi.c
65
st_atapibus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/scsipi/st_scsi.c
93
st_scsibus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/scsipi/uk.c
94
ukmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/sdmmc/if_bwfm_sdio.c
335
bwfm_sdio_match(device_t parent, cfdata_t match, void *aux)
sys/dev/sdmmc/ld_sdmmc.c
232
ld_sdmmc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/sdmmc/sbt.c
140
sbt_match(device_t parent, cfdata_t match, void *aux)
sys/dev/spi/bmx280thpspi.c
153
bmx280thpspi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/spi/sc16is7xxspi.c
229
sc16is7xxspi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/spi/scmdspi.c
172
scmdspi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/spi/ssdfb_spi.c
102
ssdfb_spi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/std/ieee1212.c
373
dir->match = 0;
sys/dev/std/ieee1212.c
656
sdir->match = sdir->com.key.val + i;
sys/dev/std/ieee1212.c
703
if (!dir->match) {
sys/dev/std/ieee1212.c
707
offset = dir->match;
sys/dev/std/ieee1212var.h
75
int match;
sys/dev/tc/cfb.c
234
cfbmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/tc/mfb.c
212
mfbmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/tc/px.c
115
px_match(device_t parent, cfdata_t match, void *aux)
sys/dev/tc/pxg.c
112
pxg_match(device_t parent, cfdata_t match, void *aux)
sys/dev/tc/sfb.c
247
sfbmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/tc/sfbplus.c
238
sfbpmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/tc/tc.c
305
int match;
sys/dev/tc/tc.c
319
match = !strcmp(tdp->id, id);
sys/dev/tc/tc.c
320
if (match) {
sys/dev/tc/tfb.c
266
tfbmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/tc/xcfb.c
202
xcfbmatch(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/aubtfwl.c
67
aubtfwl_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/auvitek.c
76
auvitek_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/usb/emdtv.c
72
emdtv_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/usb/if_athn_usb.c
236
athn_usb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_atu.c
1087
atu_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_aue.c
731
aue_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_axe.c
832
axe_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_axen.c
564
axen_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_bwfm_usb.c
251
bwfm_usb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_cdce.c
98
cdce_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_cue.c
445
cue_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_gscan.c
594
gscan_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_kue.c
398
kue_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_mos.c
557
mos_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_mue.c
753
mue_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_ncm.c
77
ncm_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_otus.c
596
otus_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_rum.c
242
rum_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_run.c
554
run_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_smsc.c
748
smsc_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_udav.c
145
udav_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_umb.c
261
umb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_upgt.c
210
upgt_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_upl.c
132
upl_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_ural.c
347
ural_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_ure.c
786
ure_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_url.c
147
url_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_urndis.c
899
urndis_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_urtw.c
594
urtw_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_urtwn.c
363
urtwn_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/if_zyd.c
242
zyd_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/irmce.c
129
irmce_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/usb/pseye.c
167
pseye_match(device_t parent, cfdata_t match, void *opaque)
sys/dev/usb/slurm.c
106
slurm_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/stuirda.c
112
stuirda_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/u3g.c
309
u3g_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ualea.c
79
ualea_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uark.c
107
uark_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uatp.c
877
uatp_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uaudio.c
435
uaudio_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uberry.c
152
uberry_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ubsa.c
142
ubsa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ubt.c
315
int match;
sys/dev/usb/ubt.c
448
ubt_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ubt.c
472
return ubt_dev[i].match;
sys/dev/usb/uchcom.c
213
uchcom_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ucom.c
314
ucom_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ucycom.c
210
ucycom_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/udl.c
349
udl_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/udsbr.c
114
udsbr_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/udsir.c
159
udsir_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uep.c
114
uep_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uftdi.c
295
uftdi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ugen.c
355
ugen_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ugen.c
363
override = match->cf_flags & 1;
sys/dev/usb/ugen.c
374
ugenif_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ugen.c
381
return (match->cf_flags & 1) ? UMATCH_GENERIC : UMATCH_HIGHEST;
sys/dev/usb/ugensa.c
123
ugensa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uhid.c
107
if (match->cf_flags & 1)
sys/dev/usb/uhid.c
99
uhid_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uhidev.c
157
uhidev_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uhmodem.c
175
uhmodem_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uhso.c
438
uhso_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uhub.c
277
uhub_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uintuos.c
92
uintuos_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uipad.c
126
uipad_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uipaq.c
138
uipaq_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uirda.c
159
uirda_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ukbd.c
409
ukbd_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ukyopon.c
113
ukyopon_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ulpt.c
180
ulpt_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/umass.c
336
umass_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/umcpmio.c
1505
umcpmio_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/umcs.c
176
umcs7840_match(device_t dev, cfdata_t match, void *aux)
sys/dev/usb/umct.c
159
umct_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/umidi.c
321
umidi_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/umodem.c
92
umodem_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/umodeswitch.c
364
umodeswitch_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ums.c
154
ums_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uplcom.c
261
uplcom_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/usb.c
285
usb_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uslsa.c
157
uslsa_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/usscanner.c
165
usscanner_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/ustir.c
227
ustir_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uthum.c
120
uthum_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/utoppy.c
214
utoppy_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uts.c
120
uts_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uvideo.c
474
uvideo_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uvisor.c
199
uvisor_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uvscom.c
223
uvscom_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/uxrcom.c
126
uxrcom_match(device_t parent, cfdata_t match, void *aux)
sys/dev/usb/vhci.c
1256
vhci_match(device_t parent, cfdata_t match, void *aux)
sys/dev/video.c
331
video_match(device_t parent, cfdata_t match, void *aux)
sys/dev/virtio/arch/x86/virtio_mmio_cmdline.c
102
virtio_mmio_cmdline_match(device_t parent, cfdata_t match, void *aux)
sys/dev/virtio/viocon.c
186
int viocon_match(struct device *parent, struct cfdata *match, void *aux)
sys/dev/vme/vme.c
158
vmematch(device_t parent, cfdata_t match, void *aux)
sys/dev/wscons/wsbell.c
204
wsbell_match(device_t parent, cfdata_t match, void *aux)
sys/dev/wscons/wsdisplay.c
612
wsdisplay_emul_match(device_t parent, cfdata_t match, void *aux)
sys/dev/wscons/wsdisplay.c
616
if (match->cf_loc[WSEMULDISPLAYDEVCF_CONSOLE] !=
sys/dev/wscons/wsdisplay.c
622
if (match->cf_loc[WSEMULDISPLAYDEVCF_CONSOLE] != 0 &&
sys/dev/wscons/wsdisplay.c
697
wsdisplay_noemul_match(device_t parent, cfdata_t match, void *aux)
sys/dev/wscons/wskbd.c
388
wskbd_match(device_t parent, cfdata_t match, void *aux)
sys/dev/wscons/wskbd.c
392
if (match->wskbddevcf_console != WSKBDDEVCF_CONSOLE_UNK) {
sys/dev/wscons/wskbd.c
397
if (match->wskbddevcf_console != 0 && ap->console != 0)
sys/dev/wscons/wsmouse.c
250
wsmouse_match(device_t parent, cfdata_t match, void *aux)
sys/dist/pf/net/pf.c
1925
int match = 0;
sys/dist/pf/net/pf.c
1932
match++;
sys/dist/pf/net/pf.c
1945
match++;
sys/dist/pf/net/pf.c
1949
if (match) {
sys/dist/pf/net/pf.c
2062
struct pf_rule **r, struct pf_rule **a, int *match)
sys/dist/pf/net/pf.c
2066
(*r)->anchor->match = 0;
sys/dist/pf/net/pf.c
2067
if (match)
sys/dist/pf/net/pf.c
2068
*match = 0;
sys/dist/pf/net/pf.c
2097
struct pf_rule **r, struct pf_rule **a, int *match)
sys/dist/pf/net/pf.c
2107
if (f->child->match ||
sys/dist/pf/net/pf.c
2108
(match != NULL && *match)) {
sys/dist/pf/net/pf.c
2109
f->r->anchor->match = 1;
sys/dist/pf/net/pf.c
2110
*match = 0;
sys/dist/pf/net/pf.c
2126
if (f->r->anchor->match || (match != NULL && *match))
sys/dist/pf/net/pf.c
3087
int match = 0;
sys/dist/pf/net/pf.c
3326
match = 1;
sys/dist/pf/net/pf.c
3335
PF_RULESET_FILTER, &r, &a, &match);
sys/dist/pf/net/pf.c
3338
PF_RULESET_FILTER, &r, &a, &match))
sys/dist/pf/net/pf.c
3748
int match = 0;
sys/dist/pf/net/pf.c
3779
match = 1;
sys/dist/pf/net/pf.c
3788
PF_RULESET_FILTER, &r, &a, &match);
sys/dist/pf/net/pf.c
3791
PF_RULESET_FILTER, &r, &a, &match))
sys/dist/pf/net/pf_table.c
2010
int match;
sys/dist/pf/net/pf_table.c
2035
match = (ke && !ke->pfrke_not);
sys/dist/pf/net/pf_table.c
2036
if (match)
sys/dist/pf/net/pf_table.c
2040
return (match);
sys/dist/pf/net/pfvar.h
916
int match;
sys/kern/kern_proc.c
2081
bool match, zombie, mmmbrains;
sys/kern/kern_proc.c
2174
match = (p->p_pid == (pid_t)arg);
sys/kern/kern_proc.c
2178
match = (p->p_pgrp->pg_id == (pid_t)arg);
sys/kern/kern_proc.c
2182
match = (p->p_session->s_sid == (pid_t)arg);
sys/kern/kern_proc.c
2186
match = true;
sys/kern/kern_proc.c
2191
match = false;
sys/kern/kern_proc.c
2196
match = false;
sys/kern/kern_proc.c
2199
match = false;
sys/kern/kern_proc.c
2204
match = (kauth_cred_geteuid(p->p_cred) == (uid_t)arg);
sys/kern/kern_proc.c
2208
match = (kauth_cred_getuid(p->p_cred) == (uid_t)arg);
sys/kern/kern_proc.c
2212
match = (kauth_cred_getegid(p->p_cred) == (uid_t)arg);
sys/kern/kern_proc.c
2216
match = (kauth_cred_getgid(p->p_cred) == (uid_t)arg);
sys/kern/kern_proc.c
2220
match = true;
sys/kern/kern_proc.c
2229
if (!match) {
sys/kern/subr_autoconf.c
1256
m.match = NULL;
sys/kern/subr_autoconf.c
1291
return m.match;
sys/kern/subr_autoconf.c
1322
m.match = NULL;
sys/kern/subr_autoconf.c
1335
return m.match;
sys/kern/subr_autoconf.c
171
struct cfdata *match;
sys/kern/subr_autoconf.c
844
m->match = cf;
sys/lib/libkern/pmatch.c
107
match = 0;
sys/lib/libkern/pmatch.c
113
if (match)
sys/lib/libkern/pmatch.c
117
match =
sys/lib/libkern/pmatch.c
122
match = (stringc == rangec);
sys/lib/libkern/pmatch.c
126
if (match == negate_range)
sys/lib/libkern/pmatch.c
53
int match, negate_range;
sys/modules/lua/lua.c
122
lua_match(device_t parent, cfdata_t match, void *aux)
sys/net/if_media.c
323
struct ifmedia_entry *match, *entry = NULL;
sys/net/if_media.c
326
match = ifmedia_match_locked(ifm, target, ifm->ifm_mask);
sys/net/if_media.c
342
if (match == NULL) {
sys/net/if_media.c
346
match = ifmedia_match_locked(ifm, target, ifm->ifm_mask);
sys/net/if_media.c
347
if (match == NULL) {
sys/net/if_media.c
351
match = ifmedia_match_locked(ifm, target,
sys/net/if_media.c
353
if (match == NULL) {
sys/net/if_media.c
357
match = ifmedia_match_locked(ifm, target,
sys/net/if_media.c
359
if (match == NULL)
sys/net/if_media.c
363
ifm->ifm_cur = match;
sys/net/if_media.c
420
struct ifmedia_entry *match;
sys/net/if_media.c
438
match = ifmedia_match_locked(ifm, newmedia, ifm->ifm_mask);
sys/net/if_media.c
439
if (match == NULL) {
sys/net/if_media.c
458
(newmedia == ifm->ifm_media) && (match == ifm->ifm_cur)) {
sys/net/if_media.c
472
ifmedia_printword(match->ifm_media);
sys/net/if_media.c
477
ifm->ifm_cur = match;
sys/net/if_media.c
547
struct ifmedia_entry *match, *next;
sys/net/if_media.c
549
match = NULL;
sys/net/if_media.c
554
if (match) {
sys/net/if_media.c
558
target, mask, IFM_INST(match->ifm_media));
sys/net/if_media.c
562
match = next;
sys/net/if_media.c
566
return match;
sys/net/if_media.c
572
struct ifmedia_entry *match;
sys/net/if_media.c
580
match = ifmedia_match_locked(ifm, target, mask);
sys/net/if_media.c
582
return match;
sys/net/npf/npf_alg.c
167
atomic_store_relaxed(&afuncs->match, funcs->match);
sys/net/npf/npf_alg.c
189
atomic_store_relaxed(&afuncs->match, NULL);
sys/net/npf/npf_alg.c
223
bool match = false;
sys/net/npf/npf_alg.c
235
match_func = atomic_load_relaxed(&f->match);
sys/net/npf/npf_alg.c
237
match = true;
sys/net/npf/npf_alg.c
242
return match;
sys/net/npf/npf_alg_icmp.c
460
.match = npfa_icmp_match,
sys/net/npf/npf_conn.c
307
const bool match = (flags & PFIL_ALL) == di;
sys/net/npf/npf_conn.c
308
npf_flow_t pflow = match ? NPF_FLOW_FORW : NPF_FLOW_BACK;
sys/net/npf/npf_impl.h
162
bool (*match)(npf_cache_t *, npf_nat_t *, int);
sys/net/zlib.c
1355
Bytef *match; /* matched string */
sys/net/zlib.c
1398
match = s->window + cur_match;
sys/net/zlib.c
1407
if (*(ushf*)(match+best_len-1) != scan_end ||
sys/net/zlib.c
1408
*(ushf*)match != scan_start) continue;
sys/net/zlib.c
1419
Assert(scan[2] == match[2], "scan[2]?");
sys/net/zlib.c
1420
scan++, match++;
sys/net/zlib.c
1422
} while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
sys/net/zlib.c
1423
*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
sys/net/zlib.c
1424
*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
sys/net/zlib.c
1425
*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
sys/net/zlib.c
1431
if (*scan == *match) scan++;
sys/net/zlib.c
1438
if (match[best_len] != scan_end ||
sys/net/zlib.c
1439
match[best_len-1] != scan_end1 ||
sys/net/zlib.c
1440
*match != *scan ||
sys/net/zlib.c
1441
*++match != scan[1]) continue;
sys/net/zlib.c
1449
scan += 2, match++;
sys/net/zlib.c
1450
Assert(*scan == *match, "match[2]?");
sys/net/zlib.c
1456
} while (*++scan == *++match && *++scan == *++match &&
sys/net/zlib.c
1457
*++scan == *++match && *++scan == *++match &&
sys/net/zlib.c
1458
*++scan == *++match && *++scan == *++match &&
sys/net/zlib.c
1459
*++scan == *++match && *++scan == *++match &&
sys/net/zlib.c
1496
register Bytef *match; /* matched string */
sys/net/zlib.c
1509
match = s->window + cur_match;
sys/net/zlib.c
1513
if (match[0] != scan[0] || match[1] != scan[1]) return MIN_MATCH-1;
sys/net/zlib.c
1521
scan += 2, match += 2;
sys/net/zlib.c
1522
Assert(*scan == *match, "match[2]?");
sys/net/zlib.c
1528
} while (*++scan == *++match && *++scan == *++match &&
sys/net/zlib.c
1529
*++scan == *++match && *++scan == *++match &&
sys/net/zlib.c
1530
*++scan == *++match && *++scan == *++match &&
sys/net/zlib.c
1531
*++scan == *++match && *++scan == *++match &&
sys/net/zlib.c
1550
local void check_match(s, start, match, length)
sys/net/zlib.c
1552
IPos start, match;
sys/net/zlib.c
1556
if (zmemcmp(s->window + match,
sys/net/zlib.c
1559
start, match, length);
sys/net/zlib.c
1561
fprintf(stderr, "%c%c", s->window[match++], s->window[start++]);
sys/net/zlib.c
1566
fprintf(stderr,"\\[%d,%d]", start-match, length);
sys/net/zlib.c
1571
# define check_match(s, start, match, length)
sys/net/zlib.c
701
local void check_match(deflate_state *s, IPos start, IPos match,
sys/netinet/in.c
1052
struct in_addr mask, candidate, match;
sys/netinet/in.c
1057
memset(&match, 0, sizeof(match)); /* XXX gcc */
sys/netinet/in.c
1063
match.s_addr = sin->sin_addr.s_addr;
sys/netinet/in.c
1064
match.s_addr &= mask.s_addr;
sys/netinet/in.c
1067
if (match.s_addr != sin->sin_addr.s_addr)
sys/netinet/in.c
1079
match.s_addr = sin->sin_addr.s_addr;
sys/netinet/in.c
1093
if (candidate.s_addr == match.s_addr)
sys/netinet/in_pcb.c
1004
match = inp;
sys/netinet/in_pcb.c
1010
if (match && matchwild == 0)
sys/netinet/in_pcb.c
1011
return match;
sys/netinet/in_pcb.c
1055
return match;
sys/netinet/in_pcb.c
959
struct inpcb *match = NULL;
sys/netinet/in_selsrc.c
188
int match = 0;
sys/netinet/in_selsrc.c
194
match += 8;
sys/netinet/in_selsrc.c
197
return match;
sys/netinet/in_selsrc.c
200
match++;
sys/netinet/in_selsrc.c
203
return match;
sys/netinet/ip_encap.c
199
struct encaptab *ep, *match;
sys/netinet/ip_encap.c
221
match = NULL;
sys/netinet/ip_encap.c
255
if (match != NULL)
sys/netinet/ip_encap.c
256
psref_release(match_psref, &match->psref,
sys/netinet/ip_encap.c
262
match = ep;
sys/netinet/ip_encap.c
303
if (match != NULL)
sys/netinet/ip_encap.c
304
psref_release(match_psref, &match->psref,
sys/netinet/ip_encap.c
310
match = ep;
sys/netinet/ip_encap.c
312
KASSERTMSG((match == NULL) || psref_held(&match->psref,
sys/netinet/ip_encap.c
314
"current match = %p, but not hold its psref", match);
sys/netinet/ip_encap.c
321
return match;
sys/netinet/ip_encap.c
328
struct encaptab *match;
sys/netinet/ip_encap.c
331
match = encap4_lookup(m, off, proto, INBOUND, &match_psref);
sys/netinet/ip_encap.c
332
if (match) {
sys/netinet/ip_encap.c
334
esw = match->esw;
sys/netinet/ip_encap.c
336
(*esw->encapsw4.pr_input)(m, off, proto, match->arg);
sys/netinet/ip_encap.c
337
psref_release(&match_psref, &match->psref,
sys/netinet/ip_encap.c
340
psref_release(&match_psref, &match->psref,
sys/netinet/ip_encap.c
363
struct encaptab *ep, *match;
sys/netinet/ip_encap.c
383
match = NULL;
sys/netinet/ip_encap.c
417
if (match != NULL)
sys/netinet/ip_encap.c
418
psref_release(match_psref, &match->psref,
sys/netinet/ip_encap.c
424
match = ep;
sys/netinet/ip_encap.c
455
if (match != NULL)
sys/netinet/ip_encap.c
456
psref_release(match_psref, &match->psref,
sys/netinet/ip_encap.c
462
match = ep;
sys/netinet/ip_encap.c
464
KASSERTMSG((match == NULL) || psref_held(&match->psref,
sys/netinet/ip_encap.c
466
"current match = %p, but not hold its psref", match);
sys/netinet/ip_encap.c
473
return match;
sys/netinet/ip_encap.c
481
struct encaptab *match;
sys/netinet/ip_encap.c
485
match = encap6_lookup(m, *offp, proto, INBOUND, &match_psref);
sys/netinet/ip_encap.c
487
if (match) {
sys/netinet/ip_encap.c
489
esw = match->esw;
sys/netinet/ip_encap.c
493
match->arg);
sys/netinet/ip_encap.c
494
psref_release(&match_psref, &match->psref,
sys/netinet/ip_encap.c
498
psref_release(&match_psref, &match->psref,
sys/netinet/ip_encap.c
743
struct encaptab *match;
sys/netinet/ip_encap.c
749
match = encap6_lookup(m, off, nxt, OUTBOUND,
sys/netinet/ip_encap.c
751
if (match) {
sys/netinet/ip_encap.c
753
psref_release(&elem_psref, &match->psref,
sys/netinet/sctp_pcb.c
281
int match = 0;
sys/netinet/sctp_pcb.c
310
match = 1;
sys/netinet/sctp_pcb.c
324
match = 1;
sys/netinet/sctp_pcb.c
331
if (match == 0) {
sys/netinet6/in6.c
1695
struct in6_addr mask, candidate, match;
sys/netinet6/in6.c
1706
memcpy(&match, &sin6->sin6_addr, sizeof(match));
sys/netinet6/in6.c
1707
match.s6_addr32[0] &= mask.s6_addr32[0];
sys/netinet6/in6.c
1708
match.s6_addr32[1] &= mask.s6_addr32[1];
sys/netinet6/in6.c
1709
match.s6_addr32[2] &= mask.s6_addr32[2];
sys/netinet6/in6.c
1710
match.s6_addr32[3] &= mask.s6_addr32[3];
sys/netinet6/in6.c
1713
if (memcmp(&match, &sin6->sin6_addr, sizeof(match)))
sys/netinet6/in6.c
1725
memcpy(&match, &sin6->sin6_addr, sizeof(match));
sys/netinet6/in6.c
1749
if (IN6_ARE_ADDR_EQUAL(&candidate, &match))
sys/netinet6/in6.c
2077
int match = 0;
sys/netinet6/in6.c
2084
match++;
sys/netinet6/in6.c
2089
match += NBBY;
sys/netinet6/in6.c
2090
return match;
sys/netinet6/in6_pcb.c
837
struct inpcb *inp, *match = NULL;
sys/netinet6/in6_pcb.c
904
match = inp;
sys/netinet6/in6_pcb.c
910
if (match && matchwild == 0)
sys/netinet6/in6_pcb.c
911
return match;
sys/netinet6/in6_pcb.c
961
return match;
sys/netinet6/in6_src.c
901
struct in6_addrpolicy *match = NULL;
sys/netinet6/in6_src.c
903
match = match_addrsel_policy(key);
sys/netinet6/in6_src.c
905
if (match == NULL)
sys/netinet6/in6_src.c
906
match = &defaultaddrpolicy;
sys/netinet6/in6_src.c
908
match->use++;
sys/netinet6/in6_src.c
910
return (match);
sys/netipsec/ipsecif.c
345
goto match;
sys/netipsec/ipsecif.c
358
match:
sys/netipsec/ipsecif.c
488
goto match;
sys/netipsec/ipsecif.c
501
match:
sys/rump/dev/lib/libugenhc/ugenhc.c
899
ugenhc_probe(device_t parent, cfdata_t match, void *aux)
sys/rump/dev/lib/libugenhc/ugenhc.c
903
makeugendevstr(match->cf_unit, 0, buf, sizeof(buf));
sys/rump/librump/rumpkern/rump_autoconf.c
98
mainbus_match(device_t parent, cfdata_t match, void *aux)
sys/sys/videoio.h
3273
struct v4l2_dbg_match match;
sys/sys/videoio.h
3284
struct v4l2_dbg_match match;
sys/ufs/lfs/lfs_extern.h
231
int lfs_gather(struct lfs *, struct segment *, struct vnode *, int (*match )(struct lfs *, struct buf *));
sys/ufs/lfs/lfs_extern.h
232
int lfs_ungather(struct lfs *, struct segment *, struct vnode *, int (*match)(struct lfs *, struct buf *));
sys/ufs/lfs/lfs_segment.c
1371
int (*match)(struct lfs *, struct buf *))
sys/ufs/lfs/lfs_segment.c
1384
if (!match(fs, bp))
sys/ufs/lfs/lfs_segment.c
1404
int (*match)(struct lfs *, struct buf *))
sys/ufs/lfs/lfs_segment.c
1443
!match(fs, bp)) {
tests/dev/audio/audiotest.c
319
if (match(argv[j], testtable[i].name)) {
tests/dev/audio/audiotest.c
81
bool match(const char *, const char *);
tests/dev/scsipi/libscsitest/scsitest.c
210
scsitest_match(device_t parent, cfdata_t match, void *aux)
tests/lib/libc/string/t_bm.c
51
ssize_t match;
tests/lib/libc/string/t_bm.c
86
if (testcases[ts].match == -1)
tests/lib/libc/string/t_bm.c
89
ATF_CHECK_EQ(testcases[ts].match,
tests/lib/libc/string/t_memchr.c
103
if (tab[t].match == 0) {
tests/lib/libc/string/t_memchr.c
110
} else if (tab[t].match == 1) {
tests/lib/libc/string/t_memchr.c
32
char match;
tests/lib/libc/string/t_memmem.c
116
char match[sizeof(str)];
tests/lib/libc/string/t_memmem.c
120
memcpy(match, str, i);
tests/lib/libc/string/t_memmem.c
121
ATF_CHECK(memmem(search, i, match, i) != search);
tests/lib/libc/string/t_strrchr.c
224
if (tab[t].match == 0) {
tests/lib/libc/string/t_strrchr.c
230
} else if (tab[t].match == 1) {
tests/lib/libc/string/t_strrchr.c
31
char match;
tests/net/tcp/tcp_shutdown.c
104
} else if (match(target, "listen")) {
tests/net/tcp/tcp_shutdown.c
110
} else if (match(target, "bind")) {
tests/net/tcp/tcp_shutdown.c
123
} else if (match(target, "shutdown")) {
tests/net/tcp/tcp_shutdown.c
76
if (match(target, "connect")) {
tests/net/tcp/tcp_shutdown.c
89
} else if (match(target, "setsockopt")) {
tests/net/tcp/tcp_shutdown.c
96
} else if (match(target, "getsockname")) {
tests/rump/rumpkern/h_server/h_simpleserver.c
29
bool match;
tests/rump/rumpkern/h_server/h_simpleserver.c
50
match = true;
tests/rump/rumpkern/h_server/h_simpleserver.c
54
if (!match) {
usr.bin/apropos/apropos.c
212
if (match(wbuf, *p)) {
usr.bin/apropos/apropos.c
218
if (match(wbuf, *p))
usr.bin/apropos/apropos.c
70
static bool match(const char *, const char *);
usr.bin/finger/extern.h
51
int match(struct passwd *, char *);
usr.bin/finger/finger.c
261
if (match(pw, *p)) {
usr.bin/from/from.c
124
(!sender || match(buf + 5, sender)))
usr.bin/from/from.c
56
int match (const char *, const char *);
usr.bin/ftp/cmds.c
2050
int i, toks[9], toknum = 0, match = 1;
usr.bin/ftp/cmds.c
2055
while (match && *cp1 && *cp2) {
usr.bin/ftp/cmds.c
2059
match = 0;
usr.bin/ftp/cmds.c
2077
match = 0;
usr.bin/ftp/cmds.c
2081
if (match && *cp1) {
usr.bin/ftp/cmds.c
2084
if (match && *cp2) {
usr.bin/ftp/cmds.c
2088
if (!match && *cp1) /* last token mismatch */
usr.bin/ftp/cmds.c
2096
match = 0;
usr.bin/ftp/cmds.c
2113
match = 1;
usr.bin/ftp/cmds.c
2121
match = 1;
usr.bin/ftp/cmds.c
2156
match = 1;
usr.bin/ftp/cmds.c
2159
if (match) {
usr.bin/ftp/ruserpass.c
137
goto match;
usr.bin/ftp/ruserpass.c
139
goto match;
usr.bin/ftp/ruserpass.c
142
match:
usr.bin/kdump/setemul.c
184
const struct emulation *match = NULL;
usr.bin/kdump/setemul.c
188
match = &emulations[i];
usr.bin/kdump/setemul.c
193
if (!match) {
usr.bin/kdump/setemul.c
199
ectx_update(pid, match);
usr.bin/kdump/setemul.c
201
default_emul = match;
usr.bin/kdump/setemul.c
206
prev_emul = match;
usr.bin/kdump/setemul.c
208
cur_emul = match;
usr.bin/make/var.c
1537
const char *match;
usr.bin/make/var.c
1576
while ((match = Substring_Find(word, args->lhs)) != NULL) {
usr.bin/make/var.c
1577
SepBuf_AddRange(buf, word.start, match);
usr.bin/make/var.c
1580
word.start = match + lhsLen;
usr.bin/rdist/expand.c
321
if (match(dp->d_name, pattern)) {
usr.bin/rdist/expand.c
78
static int match(char *, char *);
usr.bin/sed/compile.c
151
match = emalloc((maxnsub + 1) * sizeof(regmatch_t));
usr.bin/sed/extern.h
41
extern regmatch_t *match;
usr.bin/sed/process.c
414
if (lastempty || match[0].rm_so != match[0].rm_eo) {
usr.bin/sed/process.c
416
re_off = match[0].rm_so;
usr.bin/sed/process.c
424
if (match[0].rm_so != match[0].rm_eo) {
usr.bin/sed/process.c
425
s += match[0].rm_eo;
usr.bin/sed/process.c
426
slen -= match[0].rm_eo;
usr.bin/sed/process.c
429
if (match[0].rm_so < slen)
usr.bin/sed/process.c
430
cspace(&SS, s + match[0].rm_so, 1,
usr.bin/sed/process.c
432
s += match[0].rm_so + 1;
usr.bin/sed/process.c
433
slen -= match[0].rm_so + 1;
usr.bin/sed/process.c
443
if (match[0].rm_eo == match[0].rm_so)
usr.bin/sed/process.c
444
match[0].rm_eo = match[0].rm_so + 1;
usr.bin/sed/process.c
445
s += match[0].rm_eo;
usr.bin/sed/process.c
446
slen -= match[0].rm_eo;
usr.bin/sed/process.c
455
re_off = match[0].rm_so + (s - ps);
usr.bin/sed/process.c
461
s += match[0].rm_eo;
usr.bin/sed/process.c
462
slen -= match[0].rm_eo;
usr.bin/sed/process.c
698
nomatch ? 0 : maxnsub + 1, match, eflags);
usr.bin/sed/process.c
701
match[0].rm_so = 0;
usr.bin/sed/process.c
702
match[0].rm_eo = (regoff_t)slen;
usr.bin/sed/process.c
704
nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
usr.bin/sed/process.c
749
} else if (match[no].rm_so != -1 && match[no].rm_eo != -1) {
usr.bin/sed/process.c
750
len = (size_t)(match[no].rm_eo - match[no].rm_so);
usr.bin/sed/process.c
752
memmove(dst, string + match[no].rm_so, len);
usr.bin/sed/process.c
97
regmatch_t *match;
usr.bin/systat/ifstat.c
217
if (ifp->display == 0 || (ifp->match == 0) ||
usr.bin/systat/ifstat.c
249
p->match = 1;
usr.bin/systat/ifstat.c
364
int match = 0, mlen;
usr.bin/systat/ifstat.c
391
return (match);
usr.bin/systat/ifstat.c
411
ifp->match = 0;
usr.bin/systat/ifstat.c
413
ifp->match = 1;
usr.bin/systat/ifstat.c
414
if (ifp->display && ifp->match) {
usr.bin/systat/ifstat.c
86
u_int match;
usr.bin/tip/aculib/courier.c
137
cour_swallow(const char * volatile match)
usr.bin/tip/aculib/courier.c
145
if (*match =='\0') {
usr.bin/tip/aculib/courier.c
161
} while (c == *match++);
usr.bin/tip/aculib/hayes.c
154
gobble(const char *match)
usr.bin/tip/aculib/hayes.c
164
(void)printf("\ngobble: waiting for %s\n", match);
usr.bin/tip/aculib/hayes.c
178
for (i = 0; i < strlen(match); i++)
usr.bin/tip/aculib/hayes.c
179
if (c == match[i])
usr.bin/tip/aculib/t3000.c
131
t3000_swallow(const char * volatile match)
usr.bin/tip/aculib/t3000.c
139
if (*match =='\0') {
usr.bin/tip/aculib/t3000.c
155
} while (c == *match++);
usr.bin/tip/aculib/ventel.c
170
gobble(char match, char response[])
usr.bin/tip/aculib/ventel.c
193
} while (c != '\n' && c != match);
usr.bin/tip/aculib/ventel.c
196
return (c == match);
usr.bin/tset/map.c
192
int match;
usr.bin/tset/map.c
194
match = 0;
usr.bin/tset/map.c
199
match = 1;
usr.bin/tset/map.c
202
match = (ospeed == mapp->speed);
usr.bin/tset/map.c
205
match = (ospeed >= mapp->speed);
usr.bin/tset/map.c
208
match = (ospeed > mapp->speed);
usr.bin/tset/map.c
211
match = (ospeed <= mapp->speed);
usr.bin/tset/map.c
214
match = (ospeed < mapp->speed);
usr.bin/tset/map.c
217
if (match)
usr.bin/vgrind/RETEST/retest.c
57
char *match;
usr.bin/vgrind/RETEST/retest.c
65
match = ireg;
usr.bin/vgrind/RETEST/retest.c
66
while(*match) {
usr.bin/vgrind/RETEST/retest.c
67
switch (*match) {
usr.bin/vgrind/RETEST/retest.c
73
printf ("%c", *match);
usr.bin/vgrind/RETEST/retest.c
77
if (isalnum(*match))
usr.bin/vgrind/RETEST/retest.c
78
printf("%c", *match);
usr.bin/vgrind/RETEST/retest.c
80
printf ("<%03o>", *match);
usr.bin/vgrind/RETEST/retest.c
83
match++;
usr.bin/vgrind/RETEST/retest.c
89
match = str;
usr.bin/vgrind/RETEST/retest.c
91
*match++ = c;
usr.bin/vgrind/RETEST/retest.c
92
*match = 0;
usr.bin/vgrind/RETEST/retest.c
98
match = expmatch (str, ireg, matstr);
usr.bin/vgrind/RETEST/retest.c
99
if (match == 0)
usr.bin/whatis/whatis.c
174
if (match(wbuf, *p)) {
usr.bin/whatis/whatis.c
180
if (match(wbuf, *p))
usr.bin/whatis/whatis.c
66
static int match(char *, char *);
usr.bin/xargs/strnsubst.c
38
strnsubst(char **str, const char *match, const char *replstr, size_t maxsize)
usr.bin/xargs/strnsubst.c
54
match = NULL;
usr.bin/xargs/strnsubst.c
64
if (match == NULL || replstr == NULL || maxsize == strlen(s1)) {
usr.bin/xargs/strnsubst.c
70
this = strstr(s1, match);
usr.bin/xargs/strnsubst.c
74
strlen(match) + 1) > maxsize) {
usr.bin/xargs/strnsubst.c
80
s1 = this + strlen(match);
usr.bin/xargs/xargs.c
624
int match;
usr.bin/xargs/xargs.c
638
match = regexec(&cre, response, 0, NULL, 0);
usr.bin/xargs/xargs.c
641
return (match == 0);
usr.sbin/catman/catman.c
350
char match[2 * 256];
usr.sbin/catman/catman.c
392
snprintf(match, sizeof(match), "*%s",
usr.sbin/catman/catman.c
394
if (!fnmatch(match, manpage, 0))
usr.sbin/catman/catman.c
407
snprintf(match, sizeof(match), "*%s", crunchsuff);
usr.sbin/catman/catman.c
408
if (!fnmatch(match, manpage, 0))
usr.sbin/faithd/faithd.c
501
dst4, prefix_string(&conf->match));
usr.sbin/faithd/prefix.c
245
if (prefix_set(token[0], &conf->match, 1) < 0)
usr.sbin/faithd/prefix.c
298
p = prefix_string(&conf->match);
usr.sbin/faithd/prefix.c
328
if (sa1->sa_len > sizeof(conf.match.a) ||
usr.sbin/faithd/prefix.c
335
memcpy(&conf.match.a, sa1, sa1->sa_len);
usr.sbin/faithd/prefix.c
341
if (prefix_match(&p->match, sa1) && prefix_match(&p->dest, sa2))
usr.sbin/faithd/prefix.h
42
struct prefix match;
usr.sbin/installboot/fstypes.c
53
.match = ffs_match,
usr.sbin/installboot/fstypes.c
58
.match = raid_match,
usr.sbin/installboot/fstypes.c
64
.match = cd9660_match,
usr.sbin/installboot/fstypes.c
71
.match = raw_match,
usr.sbin/installboot/installboot.c
289
if (! params->fstype->match(params))
usr.sbin/installboot/installboot.c
296
!params->fstype->match(params))
usr.sbin/installboot/installboot.h
132
int (*match) (ib_params *);
usr.sbin/ofctl/ofctl.c
324
struct of_node *child, *match;
usr.sbin/ofctl/ofctl.c
326
if ((match = (*fn)(node, ctx)) != NULL)
usr.sbin/ofctl/ofctl.c
327
return match;
usr.sbin/ofctl/ofctl.c
330
if ((match = of_tree_walk(child, fn, ctx)) != NULL)
usr.sbin/ofctl/ofctl.c
331
return match;
usr.sbin/ofctl/ofctl.c
378
struct of_node *node, *match;
usr.sbin/ofctl/ofctl.c
390
match = TAILQ_NEXT(node, of_sibling);
usr.sbin/ofctl/ofctl.c
391
return (match != NULL) ? match->of_nodeid : 0;
usr.sbin/perfused/msg.c
618
struct puffs_framebuf *pb2, int *match)
usr.sbin/rbootd/rmpproto.c
351
goto match;
usr.sbin/rbootd/rmpproto.c
360
match:
usr.sbin/sysinst/txtwalk.c
56
static int match(char *, const struct lookfor *, size_t);
usr.sbin/sysinst/txtwalk.c
84
error = match(buffer, these, numthese);
usr.sbin/syslogd/sign.c
411
bool match = false;
usr.sbin/syslogd/sign.c
417
match = true;
usr.sbin/syslogd/sign.c
421
if (match)
usr.sbin/syslogd/tls.c
450
bool match = false;
usr.sbin/syslogd/tls.c
475
match = true;
usr.sbin/syslogd/tls.c
489
match = true;
usr.sbin/syslogd/tls.c
512
match = true;
usr.sbin/syslogd/tls.c
522
match = true;
usr.sbin/syslogd/tls.c
531
return match;