match             111 arch/i386/i386/acpi_machdep.c acpi_probe(struct device *parent, struct cfdata *match, struct acpi_attach_args *aaa)
match             751 arch/i386/i386/apm.c apmprobe(struct device *parent, void *match, void *aux)
match             118 arch/i386/i386/bios.c biosprobe(struct device *parent, void *match, void *aux)
match             176 arch/i386/i386/cpu.c   	struct cfdata *match = (struct cfdata *)matchv;
match             179 arch/i386/i386/cpu.c 	if (strcmp(caa->caa_name, match->cf_driver->cd_name) == 0)
match             208 arch/i386/i386/esm.c esm_match(struct device *parent, void *match, void *aux)
match             233 arch/i386/i386/ioapic.c         struct cfdata *match = (struct cfdata *)matchv;
match             236 arch/i386/i386/ioapic.c 	if (strcmp(aaa->aaa_name, match->cf_driver->cd_name) == 0)
match             133 arch/i386/i386/mainbus.c mainbus_match(struct device *parent, void *match, void *aux)
match             286 arch/i386/isa/ahc_isa.c ahc_isa_probe(struct device *parent, void *match, void *aux)
match              60 arch/i386/isa/joy_isa.c joy_isa_probe(struct device *parent, void *match, void *aux)
match              60 arch/i386/isa/joy_isapnp.c joy_isapnp_probe(struct device *parent, void *match, void *aux)
match              79 arch/i386/isa/lms.c lmsprobe(struct device *parent, void *match, void *aux)
match              76 arch/i386/isa/mms.c mmsprobe(struct device *parent, void *match, void *aux)
match             272 arch/i386/isa/npx.c npxprobe(struct device *parent, void *match, void *aux)
match             236 arch/i386/isa/pccom.c comprobe(struct device *parent, void *match, void *aux)
match             264 arch/i386/isa/pccom.c 		struct cfdata *cf = match;
match             104 arch/i386/pci/elan520.c elansc_match(struct device *parent, void *match, void *aux)
match              75 arch/i386/pci/geodesc.c geodesc_match(struct device *parent, void *match, void *aux)
match             212 arch/i386/pci/glxsb.c glxsb_match(struct device *parent, void *match, void *aux)
match              71 arch/i386/pci/gscpcib.c gscpcib_match(struct device *parent, void *match, void *aux)
match              81 arch/i386/pci/gscpm.c gscpm_match(struct device *parent, void *match, void *aux)
match             113 arch/i386/pci/ichpcib.c ichpcib_match(struct device *parent, void *match, void *aux)
match             153 arch/i386/pci/pchb.c pchbmatch(struct device *parent, void *match, void *aux)
match              72 arch/i386/pci/pcib.c pcibmatch(struct device *parent, void *match, void *aux)
match             149 arch/i386/pci/pcibios.c pcibiosprobe(struct device *parent, void *match, void *aux)
match             229 arch/i386/pci/piixpcib.c piixpcib_match(struct device *parent, void *match, void *aux)
match             297 dev/acpi/acpi.c acpi_match(struct device *parent, void *match, void *aux)
match             300 dev/acpi/acpi.c 	struct cfdata		*cf = match;
match             605 dev/acpi/acpi.c acpi_submatch(struct device *parent, void *match, void *aux)
match             608 dev/acpi/acpi.c 	struct cfdata *cf = match;
match             612 dev/acpi/acpi.c 	return ((*cf->cf_attach->ca_match)(parent, match, aux));
match              49 dev/acpi/acpiac.c acpiac_match(struct device *parent, void *match, void *aux)
match              52 dev/acpi/acpiac.c 	struct cfdata *cf = match;
match              51 dev/acpi/acpibat.c acpibat_match(struct device *parent, void *match, void *aux)
match              54 dev/acpi/acpibat.c 	struct cfdata		*cf = match;
match              66 dev/acpi/acpibtn.c acpibtn_match(struct device *parent, void *match, void *aux)
match              69 dev/acpi/acpibtn.c 	struct cfdata		*cf = match;
match             219 dev/acpi/acpicpu.c acpicpu_match(struct device *parent, void *match, void *aux)
match             222 dev/acpi/acpicpu.c 	struct cfdata		*cf = match;
match              58 dev/acpi/acpidock.c acpidock_match(struct device *parent, void *match, void *aux)
match              61 dev/acpi/acpidock.c 	struct cfdata		 *cf = match;
match             261 dev/acpi/acpiec.c acpiec_match(struct device *parent, void *match, void *aux)
match             264 dev/acpi/acpiec.c 	struct cfdata		*cf = match;
match              64 dev/acpi/acpihpet.c acpihpet_match(struct device *parent, void *match, void *aux)
match              60 dev/acpi/acpimadt.c acpimadt_match(struct device *parent, void *match, void *aux)
match              70 dev/acpi/acpiprt.c acpiprt_match(struct device *parent, void *match, void *aux)
match              73 dev/acpi/acpiprt.c 	struct cfdata  *cf = match;
match              63 dev/acpi/acpitimer.c acpitimermatch(struct device *parent, void *match, void *aux)
match              66 dev/acpi/acpitimer.c 	struct cfdata *cf = match;
match              77 dev/acpi/acpitz.c acpitz_match(struct device *parent, void *match, void *aux)
match              80 dev/acpi/acpitz.c 	struct cfdata		*cf = match;
match             203 dev/ata/wd.c   	struct cfdata *match = match_;
match             210 dev/ata/wd.c   	if (match->cf_loc[0] != -1 &&
match             211 dev/ata/wd.c   	    match->cf_loc[0] != aa_link->aa_channel)
match             214 dev/ata/wd.c   	if (match->cf_loc[1] != -1 &&
match             215 dev/ata/wd.c   	    match->cf_loc[1] != aa_link->aa_drv_data->drive)
match             203 dev/atapiscsi/atapiscsi.c atapiscsi_match(parent, match, aux)
match             205 dev/atapiscsi/atapiscsi.c 	void *match, *aux;
match             209 dev/atapiscsi/atapiscsi.c 	struct cfdata *cf = match;
match             220 dev/audio.c    audioprobe(struct device *parent, void *match, void *aux)
match              46 dev/bluetooth/bthub.c bthub_match(struct device *parent, void *match, void *aux)
match             115 dev/bluetooth/btms.c btms_match(struct device *parent, struct cfdata *match, void *aux)
match              94 dev/cardbus/cardbus.c cardbusmatch(struct device *parent, void *match, void *aux)
match              96 dev/cardbus/cardbus.c 	struct cfdata *cf = match;
match             558 dev/cardbus/cardbus.c cardbussubmatch(struct device *parent, void *match, void *aux)
match             560 dev/cardbus/cardbus.c 	struct cfdata *cf = match;
match              79 dev/cardbus/cardslot.c cardslotmatch(struct device *parent, void *match, void *aux)
match             164 dev/cardbus/cardslot.c cardslot_16_submatch(struct device *parent, void *match, void *aux)
match             166 dev/cardbus/cardslot.c 	struct cfdata *cf = match;
match             159 dev/cardbus/com_cardbus.c com_cardbus_match(struct device *parent, void *match, void *aux)
match              92 dev/cardbus/ehci_cardbus.c ehci_cardbus_match(struct device *parent, void *match, void *aux)
match             103 dev/cardbus/if_acx_cardbus.c acx_cardbus_match(struct device *parent, void *match, void *aux)
match             123 dev/cardbus/if_ath_cardbus.c ath_cardbus_match(struct device *parent, void *match, void *aux)
match             135 dev/cardbus/if_atw_cardbus.c atw_cardbus_match(struct device *parent, void *match, void *aux)
match              80 dev/cardbus/if_dc_cardbus.c dc_cardbus_match(parent, match, aux)
match              82 dev/cardbus/if_dc_cardbus.c 	void *match, *aux;
match             120 dev/cardbus/if_fxp_cardbus.c fxp_cardbus_match(struct device *parent, void *match, void *aux)
match              59 dev/cardbus/if_malo_cardbus.c int	malo_cardbus_match(struct device *parent, void *match, void *aux);
match              79 dev/cardbus/if_malo_cardbus.c malo_cardbus_match(struct device *parent, void *match, void *aux)
match              88 dev/cardbus/if_pgt_cardbus.c pgt_cardbus_match(struct device *parent, void *match, void *aux)
match             114 dev/cardbus/if_ral_cardbus.c ral_cardbus_match(struct device *parent, void *match, void *aux)
match             100 dev/cardbus/if_re_cardbus.c re_cardbus_probe(struct device *parent, void *match, void *aux)
match             135 dev/cardbus/if_rl_cardbus.c rl_cardbus_match(parent, match, aux)
match             137 dev/cardbus/if_rl_cardbus.c 	void *match;
match             171 dev/cardbus/if_rtw_cardbus.c rtw_cardbus_match(struct device *parent, void *match, void *aux)
match             194 dev/cardbus/if_xl_cardbus.c xl_cardbus_match(struct device *parent, void *match, void *aux)
match              91 dev/cardbus/ohci_cardbus.c ohci_cardbus_match(struct device *parent, void *match, void *aux)
match              56 dev/cardbus/puc_cardbus.c puc_cardbus_match(struct device *parent, void *match, void *aux)
match              81 dev/cardbus/uhci_cardbus.c uhci_cardbus_match(struct device *parent, void *match, void *aux)
match             427 dev/eisa/aha1742.c ahbmatch(parent, match, aux)
match             429 dev/eisa/aha1742.c 	void *match, *aux;
match             109 dev/eisa/ahc_eisa.c ahc_eisa_match(parent, match, aux)
match             111 dev/eisa/ahc_eisa.c void *match, *aux;
match             112 dev/eisa/bha_eisa.c bha_eisa_match(parent, match, aux)
match             114 dev/eisa/bha_eisa.c 	void *aux, *match;
match             129 dev/eisa/cac_eisa.c cac_eisa_match(parent, match, aux)
match             131 dev/eisa/cac_eisa.c 	void *match, *aux;
match             124 dev/eisa/dpt_eisa.c dpt_eisa_match(parent, match, aux)
match             127 dev/eisa/dpt_eisa.c 	struct cfdata *match;
match             130 dev/eisa/dpt_eisa.c 	void *match;
match              68 dev/eisa/eisa.c eisamatch(parent, match, aux)
match              70 dev/eisa/eisa.c 	void *match, *aux;
match              72 dev/eisa/eisa.c 	struct cfdata *cf = match;
match             100 dev/eisa/eisa.c eisasubmatch(parent, match, aux)
match             102 dev/eisa/eisa.c 	void *match, *aux;
match             104 dev/eisa/eisa.c 	struct cfdata *cf = match;
match             110 dev/eisa/eisa.c 	return ((*cf->cf_attach->ca_match)(parent, match, aux));
match             240 dev/eisa/eisa.c 	int match;
match             255 dev/eisa/eisa.c 			match = !strncmp(edp->id, id, 3);
match             257 dev/eisa/eisa.c 			match = !strcmp(edp->id, id);
match             258 dev/eisa/eisa.c 		if (match) {
match              94 dev/eisa/if_ep_eisa.c ep_eisa_match(parent, match, aux)
match              96 dev/eisa/if_ep_eisa.c 	void *match, *aux;
match             137 dev/eisa/if_fea.c pdq_eisa_match(parent, match, aux)
match             139 dev/eisa/if_fea.c 	void *match;
match              81 dev/eisa/uha_eisa.c uha_eisa_match(parent, match, aux)
match              83 dev/eisa/uha_eisa.c 	void *match, *aux;
match              62 dev/gpio/gpio.c gpio_match(struct device *parent, void *match, void *aux)
match              64 dev/gpio/gpio.c 	struct cfdata *cf = match;
match              90 dev/gpio/gpioiic.c gpioiic_match(struct device *parent, void *match, void *aux)
match              92 dev/gpio/gpioiic.c 	struct cfdata *cf = match;
match              82 dev/gpio/gpioow.c gpioow_match(struct device *parent, void *match, void *aux)
match              84 dev/gpio/gpioow.c 	struct cfdata *cf = match;
match              61 dev/hil/hilid.c hilidprobe(struct device *parent, void *match, void *aux)
match             134 dev/hil/hilkbd.c hilkbdprobe(struct device *parent, void *match, void *aux)
match              82 dev/hil/hilms.c hilmsprobe(struct device *parent, void *match, void *aux)
match              69 dev/i2c/ad741x.c adc_match(struct device *parent, void *match, void *aux)
match              66 dev/i2c/adm1021.c admtemp_match(struct device *parent, void *match, void *aux)
match              83 dev/i2c/adm1024.c admlc_match(struct device *parent, void *match, void *aux)
match              83 dev/i2c/adm1025.c admtm_match(struct device *parent, void *match, void *aux)
match              99 dev/i2c/adm1026.c admcts_match(struct device *parent, void *match, void *aux)
match              62 dev/i2c/adm1030.c admtmp_match(struct device *parent, void *match, void *aux)
match              67 dev/i2c/adm1031.c admtt_match(struct device *parent, void *match, void *aux)
match             127 dev/i2c/adt7460.c adt_match(struct device *parent, void *match, void *aux)
match             129 dev/i2c/asb100.c asbtm_match(struct device *parent, void *match, void *aux)
match              60 dev/i2c/ds1631.c maxds_match(struct device *parent, void *match, void *aux)
match              71 dev/i2c/fcu.c  fcu_match(struct device *parent, void *match, void *aux)
match              85 dev/i2c/fintek.c fintek_match(struct device *parent, void *match, void *aux)
match              81 dev/i2c/gl518sm.c glenv_match(struct device *parent, void *match, void *aux)
match             145 dev/i2c/lm75.c lmtemp_match(struct device *parent, void *match, void *aux)
match              47 dev/i2c/lm78_i2c.c lm_i2c_match(struct device *parent, void *match, void *aux)
match              84 dev/i2c/lm87.c lmenv_match(struct device *parent, void *match, void *aux)
match              75 dev/i2c/maxim6690.c maxtmp_match(struct device *parent, void *match, void *aux)
match              70 dev/i2c/pca9554.c pcagpio_match(struct device *parent, void *match, void *aux)
match              62 dev/i2c/tsl2560.c tsl_match(struct device *parent, void *match, void *aux)
match             148 dev/i2c/w83l784r.c wbenv_match(struct device *parent, void *match, void *aux)
match             163 dev/i2o/ioprbs.c ioprbs_match(parent, match, aux)
match             165 dev/i2o/ioprbs.c 	void *match;
match             101 dev/i2o/iopsp.c iopsp_match(struct device *parent, void *match, void *aux)
match            7118 dev/ic/aic79xx.c 	int match;
match            7120 dev/ic/aic79xx.c 	match = ((chan == channel) || (channel == ALL_CHANNELS));
match            7121 dev/ic/aic79xx.c 	if (match != 0)
match            7122 dev/ic/aic79xx.c 		match = ((targ == target) || (target == CAM_TARGET_WILDCARD));
match            7123 dev/ic/aic79xx.c 	if (match != 0)
match            7124 dev/ic/aic79xx.c 		match = ((lun == slun) || (lun == CAM_LUN_WILDCARD));
match            7125 dev/ic/aic79xx.c 	if (match != 0) {
match            7131 dev/ic/aic79xx.c 			match = (group != XPT_FC_GROUP_TMODE)
match            7135 dev/ic/aic79xx.c 			match = (group == XPT_FC_GROUP_TMODE)
match            7140 dev/ic/aic79xx.c 		match = ((tag == SCB_GET_TAG(scb)) || (tag == SCB_LIST_NULL));
match            7144 dev/ic/aic79xx.c 	return match;
match            5071 dev/ic/aic7xxx.c 	int targ, slun, match;
match            5080 dev/ic/aic7xxx.c 	match = ((chan == channel) || (channel == ALL_CHANNELS));
match            5081 dev/ic/aic7xxx.c 	if (match != 0)
match            5082 dev/ic/aic7xxx.c 		match = ((targ == target) || (target == CAM_TARGET_WILDCARD));
match            5083 dev/ic/aic7xxx.c 	if (match != 0)
match            5084 dev/ic/aic7xxx.c 		match = ((lun == slun) || (lun == CAM_LUN_WILDCARD));
match            5085 dev/ic/aic7xxx.c 	if (match != 0) {
match            5091 dev/ic/aic7xxx.c 			match = (group != XPT_FC_GROUP_TMODE)
match            5095 dev/ic/aic7xxx.c 			match = (group == XPT_FC_GROUP_TMODE)
match            5100 dev/ic/aic7xxx.c 		match = ((tag == scb->hscb->tag) || (tag == SCB_LIST_NULL));
match            5104 dev/ic/aic7xxx.c 	return match;
match             562 dev/ic/i82365.c pcic_submatch(parent, match, aux)
match             564 dev/ic/i82365.c 	void *match, *aux;
match             566 dev/ic/i82365.c 	struct cfdata *cf = match;
match             248 dev/ic/pckbc.c pckbc_submatch(parent, match, aux)
match             250 dev/ic/pckbc.c 	void *match;
match             253 dev/ic/pckbc.c 	struct cfdata *cf = match;
match             539 dev/ic/tcic2.c tcic_submatch(parent, match, aux)
match             541 dev/ic/tcic2.c 	void *match;
match             544 dev/ic/tcic2.c 	struct cfdata *cf = match;
match             188 dev/ic/z8530tty.c zstty_match(parent, match, aux)
match             190 dev/ic/z8530tty.c 	void   *match, *aux;
match             192 dev/ic/z8530tty.c 	struct cfdata *cf = match;
match            1653 dev/ipmi.c     ipmi_match(struct device *parent, void *match, void *aux)
match            1657 dev/ipmi.c     	struct cfdata		*cf = match;
match             331 dev/isa/aha.c  aha_isapnp_probe(parent, match, aux)
match             333 dev/isa/aha.c  	void *match, *aux;
match             346 dev/isa/aha.c  ahaprobe(parent, match, aux)
match             348 dev/isa/aha.c  	void *match, *aux;
match              94 dev/isa/aic_isa.c aic_isa_probe(parent, match, aux)
match              96 dev/isa/aic_isa.c 	void *match, *aux;
match              66 dev/isa/aic_isapnp.c aic_isapnp_match(parent, match, aux)
match              68 dev/isa/aic_isapnp.c 	void *match, *aux;
match             123 dev/isa/aps.c  aps_match(struct device *parent, void *match, void *aux)
match              78 dev/isa/bha_isa.c bha_isa_probe(parent, match, aux)
match              80 dev/isa/bha_isa.c 	void *aux, *match;
match              83 dev/isa/com_commulti.c com_commulti_probe(struct device *parent, void *match, void *aux)
match              86 dev/isa/com_commulti.c 	struct cfdata *cf = match;
match              83 dev/isa/com_isa.c com_isa_probe(struct device *parent, void *match, void *aux)
match              85 dev/isa/com_isapnp.c com_isapnp_probe(struct device *parent, void *match, void *aux)
match              60 dev/isa/cy_isa.c cy_isa_probe(parent, match, aux)
match              62 dev/isa/cy_isa.c 	void *match, *aux;
match              64 dev/isa/cy_isa.c 	int card = ((struct device *)match)->dv_unit;
match             462 dev/isa/ega.c  ega_match(parent, match, aux)
match             464 dev/isa/ega.c  	void *match;
match              68 dev/isa/ess_isapnp.c ess_isapnp_probe(parent, match, aux)
match              70 dev/isa/ess_isapnp.c 	void *match, *aux;
match             159 dev/isa/fd.c   fdprobe(parent, match, aux)
match             161 dev/isa/fd.c   	void *match, *aux;
match             164 dev/isa/fd.c   	struct cfdata *cf = match;
match              97 dev/isa/fdc.c  fdcprobe(parent, match, aux)
match              99 dev/isa/fdc.c  	void *match, *aux;
match             116 dev/isa/gscsio.c gscsio_probe(struct device *parent, void *match, void *aux)
match             144 dev/isa/gus_isa.c gus_isa_match(parent, match, aux)
match             146 dev/isa/gus_isa.c 	void *match;
match             143 dev/isa/gus_isapnp.c gus_isapnp_match(parent, match, aux)
match             145 dev/isa/gus_isapnp.c 	void *match, *aux;
match              88 dev/isa/i82365_isa.c pcic_isa_probe(parent, match, aux)
match              90 dev/isa/i82365_isa.c 	void *match, *aux;
match              94 dev/isa/i82365_isapnp.c pcic_isapnp_match(parent, match, aux)
match              96 dev/isa/i82365_isapnp.c 	void *match;
match              62 dev/isa/if_an_isapnp.c an_isapnp_match(struct device *parent, void *match, void *aux)
match             145 dev/isa/if_ec.c ec_probe(struct device *parent, void *match, void *aux)
match             145 dev/isa/if_ef_isapnp.c ef_isapnp_match(parent, match, aux)
match             147 dev/isa/if_ef_isapnp.c 	void *match, *aux;
match             313 dev/isa/if_eg.c egprobe(parent, match, aux)
match             315 dev/isa/if_eg.c 	void *match, *aux;
match             317 dev/isa/if_eg.c 	struct eg_softc *sc = match;
match             107 dev/isa/if_el.c elprobe(parent, match, aux)
match             109 dev/isa/if_el.c 	void *match, *aux;
match             111 dev/isa/if_el.c 	struct el_softc *sc = match;
match             143 dev/isa/if_ep_isa.c ep_isa_probe(parent, match, aux)
match             145 dev/isa/if_ep_isa.c 	void *match, *aux;
match              99 dev/isa/if_ep_isapnp.c ep_isapnp_match(parent, match, aux)
match             101 dev/isa/if_ep_isapnp.c 	void *match, *aux;
match             178 dev/isa/if_ex.c ex_probe(parent, match, aux)
match             180 dev/isa/if_ex.c 	void *match, *aux;
match             182 dev/isa/if_ex.c 	struct ex_softc *sc = match;
match             371 dev/isa/if_ie.c ieprobe(parent, match, aux)
match             373 dev/isa/if_ie.c 	void *match, *aux;
match             375 dev/isa/if_ie.c 	struct ie_softc *sc = match;
match             185 dev/isa/if_lc_isa.c lemac_isa_probe(parent, match, aux)
match             187 dev/isa/if_lc_isa.c 	void *match;
match             191 dev/isa/if_lc_isa.c 	struct cfdata *cf = match;
match              85 dev/isa/if_le_isa.c le_isa_probe(struct device *parent, void *match, void *aux)
match              87 dev/isa/if_le_isa.c 	struct le_softc *lesc = match;
match              77 dev/isa/if_le_isapnp.c le_isapnp_match(struct device *parent, void *match, void *aux)
match              98 dev/isa/if_ne_isa.c ne_isa_match(struct device *parent, void *match, void *aux)
match             100 dev/isa/if_ne_isa.c 	struct ne_isa_softc *isc = match;
match             100 dev/isa/if_ne_isapnp.c ne_isapnp_match(struct device *parent, void *match, void *aux)
match              70 dev/isa/if_rln_isa.c rln_isa_probe(parent, match, aux)
match              72 dev/isa/if_rln_isa.c 	void *match, *aux;
match              75 dev/isa/if_rln_isa.c 	struct rln_softc *sc = match;
match              98 dev/isa/if_sm_isa.c sm_isa_match(parent, match, aux)
match             100 dev/isa/if_sm_isa.c 	void *match, *aux;
match             194 dev/isa/if_we.c we_probe(struct device *parent, void *match, void *aux)
match             197 dev/isa/if_we.c 	struct cfdata *cf = match;
match              86 dev/isa/isa.c  isamatch(parent, match, aux)
match              88 dev/isa/isa.c  	void *match, *aux;
match              90 dev/isa/isa.c  	struct cfdata *cf = match;
match             179 dev/isa/isa.c  isascan(parent, match)
match             181 dev/isa/isa.c  	void *match;
match             184 dev/isa/isa.c  	struct device *dev = match;
match             105 dev/isa/isadma.c isadmamatch(parent, match, aux)
match             107 dev/isa/isadma.c 	void *match, *aux;
match              72 dev/isa/isagpio.c isagpio_match(struct device *parent, void *match, void *aux)
match             582 dev/isa/isapnp.c isapnp_com_submatch(parent, match, aux)
match             584 dev/isa/isapnp.c 	void *match, *aux;
match             586 dev/isa/isapnp.c 	struct cfdata *cf = match;
match             599 dev/isa/isapnp.c 		return ((*cf->cf_attach->ca_match)(parent, match, ipa));
match             608 dev/isa/isapnp.c isapnp_submatch(parent, match, aux)
match             610 dev/isa/isapnp.c 	void *match, *aux;
match             612 dev/isa/isapnp.c 	struct cfdata *cf = match;
match             636 dev/isa/isapnp.c 			return ((*cf->cf_attach->ca_match)(parent, match, ipa));
match             854 dev/isa/isapnp.c isapnp_match(parent, match, aux)
match             856 dev/isa/isapnp.c 	void *match;
match             893 dev/isa/isapnp.c 	void *match;
match             957 dev/isa/isapnp.c 			if ((match = config_search(isapnp_submatch,
match             959 dev/isa/isapnp.c 				config_attach(self, match, lpa, isapnp_print);
match             960 dev/isa/isapnp.c 			else if ((match = config_search(isapnp_com_submatch,
match             962 dev/isa/isapnp.c 				config_attach(self, match, lpa, isapnp_print);
match             402 dev/isa/isavar.h void	isascan(struct device *parent, void *match);
match              94 dev/isa/it.c   it_match(struct device *parent, void *match, void *aux)
match              62 dev/isa/lm78_isa.c lm_isa_match(struct device *parent, void *match, void *aux)
match              96 dev/isa/lpt_isa.c lpt_isa_probe(parent, match, aux)
match              98 dev/isa/lpt_isa.c 	void *match, *aux;
match             900 dev/isa/mcd.c  mcdprobe(parent, match, aux)
match             902 dev/isa/mcd.c  	void *match;
match              95 dev/isa/midi_pcppi.c midi_pcppi_match(parent, match, aux)
match              97 dev/isa/midi_pcppi.c 	void *match;
match             121 dev/isa/mpu_isa.c mpu_isa_match(parent, match, aux)
match             123 dev/isa/mpu_isa.c 	void *match, *aux;
match              40 dev/isa/mpu_isapnp.c mpu_isapnp_match(parent, match, aux)
match              42 dev/isa/mpu_isapnp.c 	void *match, *aux;
match             246 dev/isa/nsclpcsio_isa.c nsclpcsio_isa_match(struct device *parent, void *match, void *aux)
match              71 dev/isa/opl_ess.c opl_ess_match(parent, match, aux)
match              73 dev/isa/opl_ess.c 	void *match;
match              71 dev/isa/opl_isa.c opl_isa_match(parent, match, aux)
match              73 dev/isa/opl_isa.c 	void *match;
match              70 dev/isa/opl_sb.c opl_sb_match(parent, match, aux)
match              72 dev/isa/opl_sb.c 	void *match;
match             262 dev/isa/pas.c  pasprobe(parent, match, aux)
match             264 dev/isa/pas.c  	void *match, *aux;
match             266 dev/isa/pas.c  	struct pas_softc *sc = match;
match             217 dev/isa/pcdisplay.c pcdisplay_match(parent, match, aux)
match             219 dev/isa/pcdisplay.c 	void *match;
match              64 dev/isa/pckbc_isa.c pckbc_isa_match(parent, match, aux)
match              66 dev/isa/pckbc_isa.c 	void *match;
match              84 dev/isa/pcppi.c pcppi_match(parent, match, aux)
match              86 dev/isa/pcppi.c 	void *match;
match             812 dev/isa/pss.c  spprobe(parent, match, aux)
match             814 dev/isa/pss.c      void *match, *aux;
match             816 dev/isa/pss.c      struct ad1848_softc *sc = match;
match             909 dev/isa/pss.c  mpuprobe(parent, match, aux)
match             911 dev/isa/pss.c      void *match, *aux;
match             913 dev/isa/pss.c      struct mpu_softc *sc = match;
match             954 dev/isa/pss.c  pcdprobe(parent, match, aux)
match             956 dev/isa/pss.c      void *match, *aux;
match             958 dev/isa/pss.c      struct pcd_softc *sc = match;
match             125 dev/isa/radiotrack2.c rtii_probe(struct device *parent, void *match, void *aux)
match             130 dev/isa/radiotrack2.c 	struct cfdata *cf = match;
match              54 dev/isa/rt_isa.c rt_isa_probe(struct device *parent, void *match, void *aux)
match              50 dev/isa/rt_isapnp.c rt_isapnp_probe(struct device *parent, void *match, void *aux)
match              78 dev/isa/sb_isa.c sb_isa_match(parent, match, aux)
match              80 dev/isa/sb_isa.c 	void *match;
match              86 dev/isa/sb_isa.c 	sc->sc_dev.dv_cfdata = ((struct device *)match)->dv_cfdata;
match              74 dev/isa/sb_isapnp.c sb_isapnp_match(parent, match, aux)
match              76 dev/isa/sb_isapnp.c 	void *match, *aux;
match             345 dev/isa/seagate.c seaprobe(struct device *parent, void *match, void *aux)
match             347 dev/isa/seagate.c 	struct sea_softc *sea = match;
match             103 dev/isa/sf16fmr.c sfr_probe(struct device *parent, void *match, void *aux)
match             138 dev/isa/sf16fmr2.c sf2r_probe(struct device *parent, void *match, void *aux)
match             143 dev/isa/sf16fmr2.c 	struct cfdata *cf = match;
match             397 dev/isa/spkr.c spkrprobe(parent, match, aux)
match             399 dev/isa/spkr.c 	void *match;
match             141 dev/isa/tcic2_isa.c tcic_isa_probe(parent, match, aux)
match             143 dev/isa/tcic2_isa.c 	void *match;
match              80 dev/isa/uha_isa.c uha_isa_probe(parent, match, aux)
match              82 dev/isa/uha_isa.c 	void *match, *aux;
match              63 dev/isa/vga_isa.c vga_isa_match(parent, match, aux)
match              65 dev/isa/vga_isa.c 	void *match;
match             140 dev/isa/viasio.c viasio_probe(struct device *parent, void *match, void *aux)
match              89 dev/isa/wdc_isa.c wdc_isa_probe(struct device *parent, void *match, void *aux)
match              93 dev/isa/wdc_isa.c 	struct cfdata *cf = match;
match              79 dev/isa/wdc_isapnp.c wdc_isapnp_match(parent, match, aux)
match              81 dev/isa/wdc_isapnp.c 	void *match;
match             244 dev/isa/wds.c  wdsprobe(parent, match, aux)
match             246 dev/isa/wds.c  	void *match, *aux;
match              96 dev/isa/wss_isa.c wss_isa_probe(parent, match, aux)
match              98 dev/isa/wss_isa.c     void *match;
match             104 dev/isa/wss_isa.c     sc->sc_dev.dv_cfdata = ((struct device *)match)->dv_cfdata;
match              80 dev/isa/wss_isapnp.c wss_isapnp_match(parent, match, aux)
match              82 dev/isa/wss_isapnp.c 	void *match, *aux;
match              77 dev/isa/ym_isapnp.c ym_isapnp_match(parent, match, aux)
match              79 dev/isa/ym_isapnp.c 	void *match, *aux;
match             478 dev/midi.c     midiprobe(struct device *parent, void *match, void *aux)
match              91 dev/mii/acphy.c acphymatch(struct device *parent, void *match, void *aux)
match              94 dev/mii/amphy.c amphymatch(struct device *parent, void *match, void *aux)
match              94 dev/mii/bmtphy.c bmtphymatch(struct device *parent, void *match, void *aux)
match             144 dev/mii/brgphy.c brgphy_probe(struct device *parent, void *match, void *aux)
match             103 dev/mii/ciphy.c ciphymatch(struct device *parent, void *match, void *aux)
match             110 dev/mii/dcphy.c dcphy_match(struct device *parent, void *match, void *aux)
match             119 dev/mii/eephy.c eephymatch(struct device *parent, void *match, void *aux)
match             107 dev/mii/exphy.c exphymatch(struct device *parent, void *match, void *aux)
match             116 dev/mii/gentbi.c gentbimatch(struct device *parent, void *match, void *aux)
match             125 dev/mii/icsphy.c icsphymatch(struct device *parent, void *match, void *aux)
match             123 dev/mii/inphy.c inphymatch(parent, match, aux)
match             125 dev/mii/inphy.c 	void *match;
match             120 dev/mii/iophy.c iophymatch(parent, match, aux)
match             122 dev/mii/iophy.c 	void *match;
match              91 dev/mii/ipgphy.c ipgphy_probe(struct device *parent, void *match, void *aux)
match              84 dev/mii/luphy.c luphymatch(struct device *parent, void *match, void *aux)
match             126 dev/mii/lxtphy.c lxtphymatch(parent, match, aux)
match             128 dev/mii/lxtphy.c 	void *match;
match             233 dev/mii/mii.c  mii_submatch(struct device *parent, void *match, void *aux)
match             235 dev/mii/mii.c  	struct cfdata *cf = match;
match              75 dev/mii/mtdphy.c mtdphymatch(struct device *parent, void *match, void *aux)
match              95 dev/mii/nsgphy.c nsgphymatch(struct device *parent, void *match, void *aux)
match             120 dev/mii/nsphy.c nsphymatch(struct device *parent, void *match, void *aux)
match             123 dev/mii/nsphyter.c nsphytermatch(struct device *parent, void *match, void *aux)
match             119 dev/mii/qsphy.c qsphymatch(struct device *parent, void *match, void *aux)
match             105 dev/mii/rgephy.c rgephymatch(struct device *parent, void *match, void *aux)
match              83 dev/mii/rlphy.c rlphymatch(struct device *parent, void *match, void *aux)
match             123 dev/mii/sqphy.c sqphymatch(struct device *parent, void *match, void *aux)
match             135 dev/mii/tlphy.c tlphymatch(struct device *parent, void *match, void *aux)
match             120 dev/mii/tqphy.c tqphymatch(struct device *parent, void *match, void *aux)
match              74 dev/mii/txphy.c txphymatch(struct device *parent, void *match, void *aux)
match             106 dev/mii/ukphy.c ukphymatch(struct device *parent, void *match, void *aux)
match              81 dev/mii/urlphy.c urlphy_match(struct device *parent, void *match, void *aux)
match              91 dev/mii/xmphy.c int xmphy_probe(struct device *parent, void *match, void *aux)
match              87 dev/onewire/onewire.c onewire_match(struct device *parent, void *match, void *aux)
match              89 dev/onewire/onewire.c 	struct cfdata *cf = match;
match              68 dev/onewire/owid.c owid_match(struct device *parent, void *match, void *aux)
match             101 dev/onewire/owsbm.c owsbm_match(struct device *parent, void *match, void *aux)
match              84 dev/onewire/owtemp.c owtemp_match(struct device *parent, void *match, void *aux)
match             190 dev/pci/aac_pci.c aac_pci_probe(parent, match, aux)
match             192 dev/pci/aac_pci.c 	void *match;
match             113 dev/pci/adv_pci.c adv_pci_match(parent, match, aux)
match             115 dev/pci/adv_pci.c 	void *match, *aux;
match             101 dev/pci/adw_pci.c adw_pci_match(parent, match, aux)
match             103 dev/pci/adw_pci.c 	void           *match;
match             687 dev/pci/ahc_pci.c ahc_pci_probe(parent, match, aux)
match             689 dev/pci/ahc_pci.c 	void *match, *aux;
match             549 dev/pci/ahci.c ahci_pci_match(struct device *parent, void *match, void *aux)
match             323 dev/pci/ahd_pci.c ahd_pci_probe(struct device *parent, void *match, void *aux)
match             129 dev/pci/alipm.c alipm_match(struct device *parent, void *match, void *aux)
match             129 dev/pci/amdiic.c amdiic_match(struct device *parent, void *match, void *aux)
match             215 dev/pci/amdpm.c amdpm_match(struct device *parent, void *match, void *aux)
match             158 dev/pci/ami_pci.c ami_pci_match(struct device *parent, void *match, void *aux)
match             503 dev/pci/arc.c  arc_match(struct device *parent, void *match, void *aux)
match             327 dev/pci/auich.c auich_match(parent, match, aux)
match             329 dev/pci/auich.c 	void *match;
match            1201 dev/pci/auixp.c auixp_match(struct device *dev, void *match, void *aux)
match             481 dev/pci/autri.c autri_match(parent, match, aux)
match             483 dev/pci/autri.c 	void *match;
match             211 dev/pci/auvia.c auvia_match(struct device *parent, void *match, void *aux)
match             350 dev/pci/azalia.c azalia_pci_match(struct device *parent, void *match, void *aux)
match              77 dev/pci/bha_pci.c bha_pci_match(parent, match, aux)
match              79 dev/pci/bha_pci.c 	void *match, *aux;
match             137 dev/pci/bktr/bktr_os.c bktr_probe(parent, match, aux)
match             139 dev/pci/bktr/bktr_os.c         void *match;
match             153 dev/pci/cac_pci.c cac_pci_match(parent, match, aux)
match             155 dev/pci/cac_pci.c 	void *match, *aux;
match              85 dev/pci/ciss_pci.c ciss_pci_match(struct device *parent, void *match, void *aux)
match             361 dev/pci/cmpci.c cmpci_match(struct device *parent, void *match, void *aux)
match             273 dev/pci/cs4281.c cs4281_match(parent, match, aux)
match             275 dev/pci/cs4281.c 	void *match;
match              83 dev/pci/cy_pci.c cy_pci_match(parent, match, aux)
match              85 dev/pci/cy_pci.c 	void *match, *aux;
match             272 dev/pci/cz.c   cz_match(parent, match, aux)
match             274 dev/pci/cz.c   	void *match, *aux;
match              82 dev/pci/dpt_pci.c dpt_pci_match(parent, match, aux)
match              85 dev/pci/dpt_pci.c 	struct cfdata *match;
match              88 dev/pci/dpt_pci.c 	void *match;
match             295 dev/pci/eap.c  eap_match(struct device *parent, void *match, void *aux)
match              89 dev/pci/ehci_pci.c ehci_pci_match(struct device *parent, void *match, void *aux)
match             424 dev/pci/emuxki.c emuxki_match(struct device *parent, void *match, void *aux)
match            1002 dev/pci/esa.c  esa_match(struct device *dev, void *match, void *aux)
match             189 dev/pci/eso.c  eso_match(parent, match, aux)
match             191 dev/pci/eso.c  	MATCH_ARG_2_T match;
match             161 dev/pci/fms.c  fms_match(parent, match, aux)
match             163 dev/pci/fms.c  	void *match;
match             152 dev/pci/gdt_pci.c gdt_pci_probe(parent, match, aux)
match             154 dev/pci/gdt_pci.c         void *match, *aux;
match             118 dev/pci/gtp.c  gtp_match(struct device *parent, void *match, void *aux)
match             135 dev/pci/hifn7751.c hifn_probe(struct device *parent, void *match, void *aux)
match              88 dev/pci/i82365_pci.c pcic_pci_match(parent, match, aux)
match              90 dev/pci/i82365_pci.c 	void *match;
match             104 dev/pci/ichiic.c ichiic_match(struct device *parent, void *match, void *aux)
match              85 dev/pci/ichwdt.c ichwdt_match(struct device *parent, void *match, void *aux)
match              96 dev/pci/if_acx_pci.c acx_pci_match(struct device *parent, void *match, void *aux)
match             102 dev/pci/if_an_pci.c an_pci_match(struct device *parent, void *match, void *aux)
match              62 dev/pci/if_art.c art_match(struct device *parent, void *match, void *aux)
match             104 dev/pci/if_ath_pci.c ath_pci_match(struct device *parent, void *match, void *aux)
match             110 dev/pci/if_atw_pci.c atw_pci_match(struct device *parent, void *match, void *aux)
match             218 dev/pci/if_bce.c bce_probe(struct device *parent, void *match, void *aux)
match            1673 dev/pci/if_bge.c bge_probe(struct device *parent, void *match, void *aux)
match             424 dev/pci/if_bnx.c bnx_probe(struct device *parent, void *match, void *aux)
match             337 dev/pci/if_che.c cheg_match(struct device *parent, void *match, void *aux)
match             439 dev/pci/if_che.c che_match(struct device *parent, void *match, void *aux)
match             124 dev/pci/if_dc_pci.c dc_pci_match(parent, match, aux)
match             126 dev/pci/if_dc_pci.c 	void *match, *aux;
match             132 dev/pci/if_de.c int tulip_probe(struct device *parent, void *match, void *aux);
match            4525 dev/pci/if_de.c tulip_probe(struct device *parent, void *match, void *aux)
match             206 dev/pci/if_em.c em_probe(struct device *parent, void *match, void *aux)
match            4016 dev/pci/if_em_hw.c     boolean_t match = FALSE;
match            4058 dev/pci/if_em_hw.c         if (hw->phy_id == M88E1000_E_PHY_ID) match = TRUE;
match            4061 dev/pci/if_em_hw.c         if (hw->phy_id == M88E1000_I_PHY_ID) match = TRUE;
match            4068 dev/pci/if_em_hw.c         if (hw->phy_id == M88E1011_I_PHY_ID) match = TRUE;
match            4074 dev/pci/if_em_hw.c         if (hw->phy_id == IGP01E1000_I_PHY_ID) match = TRUE;
match            4077 dev/pci/if_em_hw.c         if (hw->phy_id == M88E1111_I_PHY_ID) match = TRUE;
match            4080 dev/pci/if_em_hw.c         if (hw->phy_id == GG82563_E_PHY_ID) match = TRUE;
match            4083 dev/pci/if_em_hw.c         if (hw->phy_id == IGP03E1000_E_PHY_ID) match = TRUE;
match            4084 dev/pci/if_em_hw.c         if (hw->phy_id == IFE_E_PHY_ID) match = TRUE;
match            4085 dev/pci/if_em_hw.c         if (hw->phy_id == IFE_PLUS_E_PHY_ID) match = TRUE;
match            4086 dev/pci/if_em_hw.c         if (hw->phy_id == IFE_C_E_PHY_ID) match = TRUE;
match            4094 dev/pci/if_em_hw.c     if ((match) && (phy_init_status == E1000_SUCCESS)) {
match             158 dev/pci/if_en_pci.c static int en_pci_match(parent, match, aux)
match             161 dev/pci/if_en_pci.c void *match;
match             100 dev/pci/if_ep_pci.c ep_pci_match(parent, match, aux)
match             102 dev/pci/if_ep_pci.c 	void *match, *aux;
match             143 dev/pci/if_epic_pci.c epic_pci_match(struct device *parent, void *match, void *aux)
match              87 dev/pci/if_fpa.c pdq_pci_match(parent, match, aux)
match              89 dev/pci/if_fpa.c 	void *match;
match             138 dev/pci/if_fxp_pci.c fxp_pci_match(struct device *parent, void *match, void *aux)
match             146 dev/pci/if_ipw.c ipw_match(struct device *parent, void *match, void *aux)
match             157 dev/pci/if_iwi.c iwi_match(struct device *parent, void *match, void *aux)
match             145 dev/pci/if_ixgb.c ixgb_probe(struct device *parent, void *match, void *aux)
match             385 dev/pci/if_lge.c lge_probe(struct device *parent, void *match, void *aux)
match             113 dev/pci/if_lmc_obsd.c 	       void *match,
match              84 dev/pci/if_malo_pci.c malo_pci_match(struct device *parent, void *match, void *aux)
match             813 dev/pci/if_msk.c mskc_probe(struct device *parent, void *match, void *aux)
match             948 dev/pci/if_msk.c msk_probe(struct device *parent, void *match, void *aux)
match              71 dev/pci/if_mtd_pci.c mtd_pci_match(struct device *parent, void *match, void *aux)
match             194 dev/pci/if_myx.c myx_match(struct device *parent, void *match, void *aux)
match             165 dev/pci/if_ne_pci.c ne_pci_match(struct device *parent, void *match, void *aux)
match             157 dev/pci/if_nfe.c nfe_match(struct device *dev, void *match, void *aux)
match             700 dev/pci/if_nge.c nge_probe(parent, match, aux)
match             702 dev/pci/if_nge.c 	void *match;
match             832 dev/pci/if_nxe.c nxe_match(struct device *parent, void *match, void *aux)
match             554 dev/pci/if_pcn.c pcn_match(struct device *parent, void *match, void *aux)
match              81 dev/pci/if_pgt_pci.c pgt_pci_match(struct device *parent, void *match, void *aux)
match             107 dev/pci/if_ral_pci.c ral_pci_match(struct device *parent, void *match, void *aux)
match              96 dev/pci/if_re_pci.c re_pci_probe(struct device *parent, void *match, void *aux)
match             102 dev/pci/if_rl_pci.c rl_pci_match(parent, match, aux)
match             104 dev/pci/if_rl_pci.c 	void *match;
match             118 dev/pci/if_rtw_pci.c rtw_pci_match(struct device *parent, void *match, void *aux)
match             228 dev/pci/if_sandrv.c san_match(struct device *parent, void *match, void *aux)
match              99 dev/pci/if_sf_pci.c sf_pci_match(struct device *parent, void *match, void *aux)
match             879 dev/pci/if_sis.c sis_probe(struct device *parent, void *match, void *aux)
match             941 dev/pci/if_sk.c skc_probe(struct device *parent, void *match, void *aux)
match            1019 dev/pci/if_sk.c sk_probe(struct device *parent, void *match, void *aux)
match             835 dev/pci/if_ste.c ste_probe(struct device *parent, void *match, void *aux)
match             171 dev/pci/if_stge.c stge_match(struct device *parent, void *match, void *aux)
match             671 dev/pci/if_tht.c thtc_match(struct device *parent, void *match, void *aux)
match             737 dev/pci/if_tht.c tht_match(struct device *parent, void *match, void *aux)
match            1507 dev/pci/if_ti.c ti_probe(struct device *parent, void *match, void *aux)
match            1949 dev/pci/if_tl.c tl_probe(parent, match, aux)
match            1951 dev/pci/if_tl.c 	void *match;
match             152 dev/pci/if_txp.c txp_probe(parent, match, aux)
match             154 dev/pci/if_txp.c 	void *match, *aux;
match             575 dev/pci/if_vge.c vge_probe(struct device *dev, void *match, void *aux)
match             347 dev/pci/if_vic.c vic_match(struct device *parent, void *match, void *aux)
match             602 dev/pci/if_vr.c vr_probe(struct device *parent, void *match, void *aux)
match             695 dev/pci/if_wb.c wb_probe(parent, match, aux)
match             697 dev/pci/if_wb.c 	void *match, *aux;
match             137 dev/pci/if_wi_pci.c wi_pci_match(struct device *parent, void *match, void *aux)
match             161 dev/pci/if_wpi.c wpi_match(struct device *parent, void *match, void *aux)
match             332 dev/pci/if_xge.c xge_match(struct device *parent, void *match, void *aux)
match             126 dev/pci/if_xl_pci.c xl_pci_match(struct device *parent, void *match, void *aux)
match              55 dev/pci/iha_pci.c iha_pci_probe(parent, match, aux)
match              57 dev/pci/iha_pci.c 	void *match;
match              73 dev/pci/iop_pci.c iop_pci_match(parent, match, aux)
match              75 dev/pci/iop_pci.c 	void *match;
match             340 dev/pci/ips.c  ips_match(struct device *parent, void *match, void *aux)
match             143 dev/pci/ises.c ises_match(struct device *parent, void *match, void *aux)
match             368 dev/pci/isp_pci.c isp_pci_probe(struct device *parent, void *match, void *aux)
match              95 dev/pci/jmb.c  jmb_match(struct device *parent, void *match, void *aux)
match              85 dev/pci/lofn.c lofn_probe(parent, match, aux)
match              87 dev/pci/lofn.c 	void *match;
match             615 dev/pci/maestro.c maestro_match(parent, match, aux)
match             617 dev/pci/maestro.c 	void *match;
match             128 dev/pci/mbg.c  mbg_probe(struct device *parent, void *match, void *aux)
match              85 dev/pci/mfi_pci.c mfi_pci_match(struct device *parent, void *match, void *aux)
match              83 dev/pci/mpi_pci.c mpi_pci_match(struct device *parent, void *match, void *aux)
match              67 dev/pci/musycc_obsd.c musycc_match(struct device *parent, void *match, void *aux)
match             641 dev/pci/neo.c  neo_match(parent, match, aux)
match             643 dev/pci/neo.c  	void *match;
match             120 dev/pci/noct.c noct_probe(parent, match, aux)
match             122 dev/pci/noct.c 	void *match;
match              91 dev/pci/nofn.c nofn_match(parent, match, aux)
match              93 dev/pci/nofn.c 	void *match, *aux;
match             130 dev/pci/nviic.c nviic_match(struct device *parent, void *match, void *aux)
match              84 dev/pci/ohci_pci.c ohci_pci_match(struct device *parent, void *match, void *aux)
match              76 dev/pci/opl_cmpci.c opl_cmpci_match(struct device *parent, void *match, void *aux)
match              81 dev/pci/opl_eso.c opl_eso_match(parent, match, aux)
match              83 dev/pci/opl_eso.c 	MATCH_ARG_2_T match;
match              78 dev/pci/opl_yds.c opl_yds_match(parent, match, aux)
match              80 dev/pci/opl_yds.c 	void *match;
match             223 dev/pci/pccbb.c pcicbbmatch(parent, match, aux)
match             225 dev/pci/pccbb.c 	void *match;
match             114 dev/pci/pci.c  pcimatch(struct device *parent, void *match, void *aux)
match             116 dev/pci/pci.c  	struct cfdata *cf = match;
match             225 dev/pci/pci.c  pcisubmatch(struct device *parent, void *match,  void *aux)
match             227 dev/pci/pci.c  	struct cfdata *cf = match;
match             237 dev/pci/pci.c  	return ((*cf->cf_attach->ca_match)(parent, match, aux));
match             242 dev/pci/pci.c      int (*match)(struct pci_attach_args *), struct pci_attach_args *pap)
match             323 dev/pci/pci.c  	if (match != NULL) {
match             324 dev/pci/pci.c  		ret = (*match)(&pa);
match             397 dev/pci/pci.c  		int (*match)(struct pci_attach_args *))
match             407 dev/pci/pci.c  		    		      match, pa) != 0)
match             420 dev/pci/pci.c      int (*match)(struct pci_attach_args *), struct pci_attach_args *pap)
match             457 dev/pci/pci.c  			ret = pci_probe_device(sc, tag, match, pap);
match             458 dev/pci/pci.c  			if (match != NULL && ret != 0)
match            1198 dev/pci/pciide.c pciide_match(struct device *parent, void *match, void *aux)
match             233 dev/pci/pcivar.h 			int (*match)(struct pci_attach_args *));
match             150 dev/pci/pcscp.c pcscp_match(struct device *parent, void *match, void *aux)
match             103 dev/pci/piixpm.c piixpm_match(struct device *parent, void *match, void *aux)
match              65 dev/pci/ppb.c  ppbmatch(struct device *parent, void *match, void *aux)
match              90 dev/pci/puc.c  puc_pci_match(struct device *parent, void *match, void *aux)
match              59 dev/pci/pwdog.c pwdog_probe(struct device *parent, void *match, void *aux)
match             143 dev/pci/safe.c safe_probe(struct device *parent, void *match, void *aux)
match              56 dev/pci/sdhc_pci.c sdhc_pci_match(struct device *parent, void *match, void *aux)
match              89 dev/pci/sili_pci.c sili_pci_match(struct device *parent, void *match, void *aux)
match              63 dev/pci/siop_pci.c siop_pci_match( struct device *parent, void *match, void *aux)
match              62 dev/pci/sli_pci.c sli_pci_match(struct device *parent, void *match, void *aux)
match             257 dev/pci/sv.c   sv_match(parent, match, aux)
match             259 dev/pci/sv.c        void *match, *aux;
match             185 dev/pci/tga.c  tgamatch(parent, match, aux)
match             187 dev/pci/tga.c  	struct cfdata *match;
match              79 dev/pci/trm_pci.c trm_pci_probe(struct device *parent, void *match, void *aux)
match              62 dev/pci/twe_pci.c twe_pci_match(parent, match, aux)
match              64 dev/pci/twe_pci.c 	void *match;
match             141 dev/pci/ubsec.c ubsec_probe(struct device *parent, void *match, void *aux)
match              78 dev/pci/uhci_pci.c uhci_pci_match(struct device *parent, void *match, void *aux)
match             110 dev/pci/vga_pci.c vga_pci_match(struct device *parent, void *match, void *aux)
match             116 dev/pci/viaenv.c viaenv_match(struct device *parent, void *match, void *aux)
match             138 dev/pci/viapm.c viapm_match(struct device *parent, void *match, void *aux)
match             105 dev/pci/wdt.c  wdtprobe(struct device *parent, void *match, void *aux)
match             544 dev/pci/yds.c  yds_match(parent, match, aux)
match             546 dev/pci/yds.c  	void *match;
match             284 dev/pckbc/pckbd.c pckbdprobe(parent, match, aux)
match             286 dev/pckbc/pckbd.c 	void *match;
match             289 dev/pckbc/pckbd.c 	struct cfdata *cf = match;
match              74 dev/pckbc/pms.c pmsprobe(parent, match, aux)
match              76 dev/pckbc/pms.c 	void *match;
match             103 dev/pckbc/pms_intelli.c pmsiprobe(parent, match, aux)
match             105 dev/pckbc/pms_intelli.c 	void *match;
match              86 dev/pcmcia/aic_pcmcia.c aic_pcmcia_match(parent, match, aux)
match              88 dev/pcmcia/aic_pcmcia.c 	void *match, *aux;
match             264 dev/pcmcia/cfxga.c cfxga_match(struct device *parent, void *match, void *aux)
match             180 dev/pcmcia/com_pcmcia.c com_pcmcia_match(parent, match, aux)
match             182 dev/pcmcia/com_pcmcia.c 	void *match, *aux;
match             140 dev/pcmcia/esp_pcmcia.c esp_pcmcia_match(parent, match, aux)
match             142 dev/pcmcia/esp_pcmcia.c 	void *match, *aux;
match             138 dev/pcmcia/gpr.c gpr_match(struct device *parent, void *match, void *aux)
match              78 dev/pcmcia/if_an_pcmcia.c an_pcmcia_match(struct device *parent, void *match, void *aux)
match             218 dev/pcmcia/if_awi_pcmcia.c awi_pcmcia_match(parent, match, aux)
match             220 dev/pcmcia/if_awi_pcmcia.c 	void *match;
match             354 dev/pcmcia/if_cnw.c cnw_match(parent, match, aux)
match             356 dev/pcmcia/if_cnw.c 	void *match, *aux;
match             187 dev/pcmcia/if_ep_pcmcia.c ep_pcmcia_match(parent, match, aux)
match             189 dev/pcmcia/if_ep_pcmcia.c 	void *match, *aux;
match             141 dev/pcmcia/if_malo.c malo_pcmcia_match(struct device *parent, void *match, void *aux)
match             579 dev/pcmcia/if_ne_pcmcia.c ne_pcmcia_match(parent, match, aux)
match             581 dev/pcmcia/if_ne_pcmcia.c 	void *match, *aux;
match             495 dev/pcmcia/if_ray.c ray_match(struct device *parent, struct cfdata *match, void *aux)
match             121 dev/pcmcia/if_rln_pcmcia.c rln_pcmcia_match(parent, match, aux)
match             123 dev/pcmcia/if_rln_pcmcia.c 	void *match, *aux;
match             131 dev/pcmcia/if_sm_pcmcia.c sm_pcmcia_match(parent, match, aux)
match             133 dev/pcmcia/if_sm_pcmcia.c 	void *match, *aux;
match             364 dev/pcmcia/if_wi_pcmcia.c wi_pcmcia_match(struct device *parent, void *match, void *aux)
match             193 dev/pcmcia/if_xe.c xe_pcmcia_match(parent, match, aux)
match             195 dev/pcmcia/if_xe.c 	void *match, *aux;
match             101 dev/pcmcia/pcmcia.c pcmcia_match(parent, match, aux)
match             103 dev/pcmcia/pcmcia.c 	void *match, *aux;
match             105 dev/pcmcia/pcmcia.c 	struct cfdata *cf = match;
match             311 dev/pcmcia/pcmcia.c pcmcia_submatch(parent, match, aux)
match             313 dev/pcmcia/pcmcia.c 	void *match, *aux;
match             315 dev/pcmcia/pcmcia.c 	struct cfdata *cf = match;
match             226 dev/pcmcia/wdc_pcmcia.c wdc_pcmcia_match(parent, match, aux)
match             228 dev/pcmcia/wdc_pcmcia.c 	void *match, *aux;
match              83 dev/puc/com_puc.c com_puc_match(parent, match, aux)
match              85 dev/puc/com_puc.c 	void *match, *aux;
match              61 dev/puc/lpt_puc.c lpt_puc_probe(parent, match, aux)
match              63 dev/puc/lpt_puc.c 	void *match, *aux;
match              62 dev/radio.c    radioprobe(struct device *parent, void *match, void *aux)
match              90 dev/sbus/apio.c apio_match(struct device *parent, void *match, void *aux)
match             195 dev/sbus/apio.c lpt_apio_match(struct device *parent, void *match, void *aux)
match              97 dev/sbus/asio.c asio_match(struct device *parent, void *match, void *aux)
match             198 dev/sbus/asio.c com_asio_match(struct device *parent, void *match, void *aux)
match             118 dev/sdmmc/sbt.c sbt_match(struct device *parent, void *match, void *aux)
match              87 dev/sdmmc/sdmmc.c sdmmc_match(struct device *parent, void *match, void *aux)
match              89 dev/sdmmc/sdmmc.c 	struct cfdata *cf = match;
match             270 dev/sdmmc/sdmmc_io.c sdmmc_submatch(struct device *parent, void *match, void *aux)
match             272 dev/sdmmc/sdmmc_io.c 	struct cfdata *cf = match;
match             175 dev/softraid.c sr_match(struct device *parent, void *match, void *aux)
match              69 dev/tc/if_fta.c pdq_tc_match(parent, match, aux)
match              71 dev/tc/if_fta.c 	void *match;
match              85 dev/tc/if_le_ioasic.c le_ioasic_match(struct device *parent, void *match, void *aux)
match              68 dev/tc/if_le_tc.c le_tc_match(struct device *parent, void *match, void *aux)
match              57 dev/tc/ioasic_subr.c 	struct cfdata *match = vcf;
match              59 dev/tc/ioasic_subr.c 	return ((match->ioasiccf_offset == d->iada_offset) ||
match              60 dev/tc/ioasic_subr.c 		(match->ioasiccf_offset == IOASIC_OFFSET_UNKNOWN));
match            1110 dev/usb/if_atu.c atu_match(struct device *parent, void *match, void *aux)
match             698 dev/usb/if_aue.c aue_match(struct device *parent, void *match, void *aux)
match             560 dev/usb/if_axe.c axe_match(struct device *parent, void *match, void *aux)
match             134 dev/usb/if_cdce.c cdce_match(struct device *parent, void *match, void *aux)
match             134 dev/usb/if_cdcef.c cdcef_match(struct device *parent, void *match, void *aux)
match             431 dev/usb/if_cue.c cue_match(struct device *parent, void *match, void *aux)
match             402 dev/usb/if_kue.c kue_match(struct device *parent, void *match, void *aux)
match             210 dev/usb/if_ral.c ural_match(struct device *parent, void *match, void *aux)
match             228 dev/usb/if_rum.c rum_match(struct device *parent, void *match, void *aux)
match             206 dev/usb/if_uath.c uath_match(struct device *parent, void *match, void *aux)
match             175 dev/usb/if_udav.c udav_match(struct device *parent, void *match, void *aux)
match             219 dev/usb/if_upl.c upl_match(struct device *parent, void *match, void *aux)
match             178 dev/usb/if_url.c url_match(struct device *parent, void *match, void *aux)
match             283 dev/usb/if_wi_usb.c wi_usb_match(struct device *parent, void *match, void *aux)
match             237 dev/usb/if_zyd.c zyd_match(struct device *parent, void *match, void *aux)
match             187 dev/usb/moscom.c moscom_match(struct device *parent, void *match, void *aux)
match             114 dev/usb/uark.c uark_match(struct device *parent, void *match, void *aux)
match             379 dev/usb/uaudio.c uaudio_match(struct device *parent, void *match, void *aux)
match              70 dev/usb/uberry.c uberry_match(struct device *parent, void *match, void *aux)
match             258 dev/usb/ubsa.c ubsa_match(struct device *parent, void *match, void *aux)
match             283 dev/usb/ubt.c  ubt_match(struct device *parent, void *match, void *aux)
match             184 dev/usb/ucom.c ucom_match(struct device *parent, void *match, void *aux)
match            1209 dev/usb/ucom.c ucomsubmatch(struct device *parent, void *match, void *aux)
match            1212 dev/usb/ucom.c         struct cfdata *cf = match;
match             186 dev/usb/ucycom.c ucycom_match(struct device *parent, void *match, void *aux)
match             154 dev/usb/udcf.c udcf_match(struct device *parent, void *match, void *aux)
match             121 dev/usb/udsbr.c udsbr_match(struct device *parent, void *match, void *aux)
match             146 dev/usb/ueagle.c ueagle_match(struct device *parent, void *match, void *aux)
match             145 dev/usb/uftdi.c uftdi_match(struct device *parent, void *match, void *aux)
match             151 dev/usb/ugen.c ugen_match(struct device *parent, void *match, void *aux)
match             129 dev/usb/uhid.c uhid_match(struct device *parent, void *match, void *aux)
match             101 dev/usb/uhidev.c uhidev_match(struct device *parent, void *match, void *aux)
match             342 dev/usb/uhidev.c int uhidevsubmatch(struct device *parent, void *match, void *aux)
match             345 dev/usb/uhidev.c         struct cfdata *cf = match;
match             114 dev/usb/uhub.c uhub_match(struct device *parent, void *match, void *aux)
match             151 dev/usb/uipaq.c uipaq_match(struct device *parent, void *match, void *aux)
match             349 dev/usb/ukbd.c ukbd_match(struct device *parent, void *match, void *aux)
match             149 dev/usb/ulpt.c ulpt_match(struct device *parent, void *match, void *aux)
match             269 dev/usb/umass.c umass_match(struct device *parent, void *match, void *aux)
match             177 dev/usb/umct.c umct_match(struct device *parent, void *match, void *aux)
match             157 dev/usb/umidi.c umidi_match(struct device *parent, void *match, void *aux)
match             171 dev/usb/umodem.c umodem_match(struct device *parent, void *match, void *aux)
match             145 dev/usb/ums.c  ums_match(struct device *parent, void *match, void *aux)
match              98 dev/usb/umsm.c umsm_match(struct device *parent, void *match, void *aux)
match             105 dev/usb/uow.c  uow_match(struct device *parent, void *match, void *aux)
match             210 dev/usb/uplcom.c uplcom_match(struct device *parent, void *match, void *aux)
match             124 dev/usb/urio.c urio_match(struct device *parent, void *match, void *aux)
match             151 dev/usb/usb.c  usb_match(struct device *parent, void *match, void *aux)
match             139 dev/usb/usb_port.h __CONCAT(dname,_match)(parent, match, aux) \
match             141 dev/usb/usb_port.h 	void *match; \
match            1190 dev/usb/usb_subr.c usbd_submatch(struct device *parent, void *match, void *aux)
match            1192 dev/usb/usb_subr.c 	struct cfdata *cf = match;
match             110 dev/usb/usbf.c usbf_match(struct device *parent, void *match, void *aux)
match             259 dev/usb/uscanner.c uscanner_match(struct device *parent, void *match, void *aux)
match             150 dev/usb/uslcom.c uslcom_match(struct device *parent, void *match, void *aux)
match             191 dev/usb/usscanner.c usscanner_match(struct device *parent, void *match, void *aux)
match             133 dev/usb/uts.c  uts_match(struct device *parent, void *match, void *aux)
match             222 dev/usb/uvisor.c uvisor_match(struct device *parent, void *match, void *aux)
match             228 dev/usb/uvscom.c uvscom_match(struct device *parent, void *match, void *aux)
match              77 dev/usb/uyap.c uyap_match(struct device *parent, void *match, void *aux)
match              78 dev/vesa/vesabios.c vesabios_match(struct device *parent, void *match, void *aux)
match             545 dev/wscons/wsdisplay.c wsdisplay_emul_match(struct device *parent, void *match, void *aux)
match             547 dev/wscons/wsdisplay.c 	struct cfdata *cf = match;
match             334 dev/wscons/wskbd.c wskbd_match(struct device *parent, void *match, void *aux)
match             336 dev/wscons/wskbd.c 	struct cfdata *cf = match;
match             189 dev/wscons/wsmouse.c wsmouse_match(struct device *parent, void *match, void *aux)
match              75 kern/subr_autoconf.c 	void	*match, *aux;
match             128 kern/subr_autoconf.c 	void *match;
match             131 kern/subr_autoconf.c 		match = config_make_softc(m->parent, cf);
match             133 kern/subr_autoconf.c 		match = cf;
match             143 kern/subr_autoconf.c 		pri = (*m->fn)(m->parent, match, m->aux);
match             149 kern/subr_autoconf.c 		pri = (*cf->cf_attach->ca_match)(m->parent, match, m->aux);
match             156 kern/subr_autoconf.c 		if (m->indirect && m->match)
match             157 kern/subr_autoconf.c 			free(m->match, M_DEVBUF);
match             158 kern/subr_autoconf.c 		m->match = match;
match             162 kern/subr_autoconf.c 			free(match, M_DEVBUF);
match             187 kern/subr_autoconf.c 	m.match = NULL;
match             209 kern/subr_autoconf.c 		if (m.match) {
match             211 kern/subr_autoconf.c 				cf = ((struct device *)m.match)->dv_cfdata;
match             213 kern/subr_autoconf.c 				cf = (struct cfdata *)m.match;
match             219 kern/subr_autoconf.c 	return (m.match);
match             235 kern/subr_autoconf.c 	void *match;
match             254 kern/subr_autoconf.c 					match = indirect?
match             257 kern/subr_autoconf.c 					(*fn)(parent, match);
match             276 kern/subr_autoconf.c 	m.match = NULL;
match             290 kern/subr_autoconf.c 	return (m.match);
match             307 kern/subr_autoconf.c 	void *match;
match             309 kern/subr_autoconf.c 	if ((match = config_search(submatch, parent, aux)) != NULL)
match             310 kern/subr_autoconf.c 		return (config_attach(parent, match, aux, print));
match             322 kern/subr_autoconf.c 	void *match;
match             324 kern/subr_autoconf.c 	if ((match = config_rootsearch((cfmatch_t)NULL, rootname, aux)) != NULL)
match             325 kern/subr_autoconf.c 		return (config_attach(ROOT, match, aux, (cfprint_t)NULL));
match             334 kern/subr_autoconf.c config_attach(struct device *parent, void *match, void *aux, cfprint_t print)
match             343 kern/subr_autoconf.c 		dev = match;
match             346 kern/subr_autoconf.c 		cf = match;
match             179 net/if_media.c 	struct ifmedia_entry *match;
match             181 net/if_media.c 	match = ifmedia_match(ifm, target, ifm->ifm_mask);
match             197 net/if_media.c 	if (match == NULL) {
match             201 net/if_media.c 		match = ifmedia_match(ifm, target, ifm->ifm_mask);
match             202 net/if_media.c 		if (match == NULL) {
match             204 net/if_media.c 			match = ifmedia_match(ifm, target, ifm->ifm_mask);
match             205 net/if_media.c 			if (match == NULL) {
match             210 net/if_media.c 	ifm->ifm_cur = match;
match             229 net/if_media.c 	struct ifmedia_entry *match;
match             247 net/if_media.c 		match = ifmedia_match(ifm, newmedia, ifm->ifm_mask);
match             248 net/if_media.c 		if (match == NULL) {
match             267 net/if_media.c 		    (match == ifm->ifm_cur))
match             279 net/if_media.c 			ifmedia_printword(match->ifm_media);
match             284 net/if_media.c 		ifm->ifm_cur = match;
match             357 net/if_media.c 	struct ifmedia_entry *match, *next;
match             359 net/if_media.c 	match = NULL;
match             365 net/if_media.c 			if (match) {
match             369 net/if_media.c 				    target, mask, IFM_INST(match->ifm_media));
match             373 net/if_media.c 			match = next;
match             377 net/if_media.c 	return match;
match            1756 net/pf.c       	int	match = 0;
match            1763 net/pf.c       			match++;
match            1776 net/pf.c       			match++;
match            1780 net/pf.c       	if (match) {
match            1870 net/pf.c           struct pf_rule **r, struct pf_rule **a,  int *match)
match            1874 net/pf.c       	(*r)->anchor->match = 0;
match            1875 net/pf.c       	if (match)
match            1876 net/pf.c       		*match = 0;
match            1905 net/pf.c           struct pf_rule **r, struct pf_rule **a, int *match)
match            1915 net/pf.c       			if (f->child->match ||
match            1916 net/pf.c       			    (match != NULL && *match)) {
match            1917 net/pf.c       				f->r->anchor->match = 1;
match            1918 net/pf.c       				*match = 0;
match            1934 net/pf.c       		if (f->r->anchor->match || (match  != NULL && *match))
match            2857 net/pf.c       	int			 match = 0;
match            3095 net/pf.c       				match = 1;
match            3104 net/pf.c       				    PF_RULESET_FILTER, &r, &a, &match);
match            3107 net/pf.c       		    PF_RULESET_FILTER, &r, &a, &match))
match            3507 net/pf.c       	int			 match = 0;
match            3538 net/pf.c       				match = 1;
match            3547 net/pf.c       				    PF_RULESET_FILTER, &r, &a, &match);
match            3550 net/pf.c       		    PF_RULESET_FILTER, &r, &a, &match))
match            1974 net/pf_table.c 	int			 match;
match            1999 net/pf_table.c 	match = (ke && !ke->pfrke_not);
match            2000 net/pf_table.c 	if (match)
match            2004 net/pf_table.c 	return (match);
match             897 net/pfvar.h    	int			 match;
match             556 net/zlib.c     local  void check_match OF((deflate_state *s, IPos start, IPos match,
match             958 net/zlib.c         Bytef *match;                       /* matched string */
match             995 net/zlib.c             match = s->window + cur_match;
match            1004 net/zlib.c             if (*(ushf*)(match+best_len-1) != scan_end ||
match            1005 net/zlib.c                 *(ushf*)match != scan_start) continue;
match            1016 net/zlib.c             Assert(scan[2] == match[2], "scan[2]?");
match            1017 net/zlib.c             scan++, match++;
match            1019 net/zlib.c             } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
match            1020 net/zlib.c                      *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
match            1021 net/zlib.c                      *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
match            1022 net/zlib.c                      *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
match            1028 net/zlib.c             if (*scan == *match) scan++;
match            1035 net/zlib.c             if (match[best_len]   != scan_end  ||
match            1036 net/zlib.c                 match[best_len-1] != scan_end1 ||
match            1037 net/zlib.c                 *match            != *scan     ||
match            1038 net/zlib.c                 *++match          != scan[1])      continue;
match            1046 net/zlib.c             scan += 2, match++;
match            1047 net/zlib.c             Assert(*scan == *match, "match[2]?");
match            1053 net/zlib.c             } while (*++scan == *++match && *++scan == *++match &&
match            1054 net/zlib.c                      *++scan == *++match && *++scan == *++match &&
match            1055 net/zlib.c                      *++scan == *++match && *++scan == *++match &&
match            1056 net/zlib.c                      *++scan == *++match && *++scan == *++match &&
match            1088 net/zlib.c     local void check_match(s, start, match, length)
match            1090 net/zlib.c         IPos start, match;
match            1094 net/zlib.c         if (memcmp((charf *)s->window + match,
match            1098 net/zlib.c                 start, match, length);
match            1099 net/zlib.c             do { fprintf(stderr, "%c%c", s->window[match++],
match            1104 net/zlib.c             fprintf(stderr,"\\[%d,%d]", start-match, length);
match            1109 net/zlib.c     #  define check_match(s, start, match, length)
match             572 netinet/in.c   		struct in_addr mask, candidate, match;
match             582 netinet/in.c   			match.s_addr = sin->sin_addr.s_addr;
match             583 netinet/in.c   			match.s_addr &= mask.s_addr;
match             586 netinet/in.c   			if (match.s_addr != sin->sin_addr.s_addr)
match             598 netinet/in.c   				match.s_addr = sin->sin_addr.s_addr;
match             611 netinet/in.c   			if (candidate.s_addr == match.s_addr)
match             674 netinet/in_pcb.c 	struct inpcb *inp, *match = 0;
match             743 netinet/in_pcb.c 			match = inp;
match             748 netinet/in_pcb.c 	return (match);
match            1553 netinet/ip_carp.c 	int match;
match            1573 netinet/ip_carp.c 	match = (1 << (ntohl(fold) % sc->sc_lscount)) & sc->sc_lsmask;
match            1575 netinet/ip_carp.c 	return (!match);
match            1482 netinet6/in6.c 		struct in6_addr mask, candidate, match;
match            1492 netinet6/in6.c 			bcopy(&sin6->sin6_addr, &match, sizeof(match));
match            1493 netinet6/in6.c 			match.s6_addr32[0] &= mask.s6_addr32[0];
match            1494 netinet6/in6.c 			match.s6_addr32[1] &= mask.s6_addr32[1];
match            1495 netinet6/in6.c 			match.s6_addr32[2] &= mask.s6_addr32[2];
match            1496 netinet6/in6.c 			match.s6_addr32[3] &= mask.s6_addr32[3];
match            1499 netinet6/in6.c 			if (bcmp(&match, &sin6->sin6_addr, sizeof(match)))
match            1511 netinet6/in6.c 				bcopy(&sin6->sin6_addr, &match, sizeof(match));
match            1528 netinet6/in6.c 			if (IN6_ARE_ADDR_EQUAL(&candidate, &match))
match            2136 netinet6/in6.c 	int match = 0;
match            2143 netinet6/in6.c 				match++;
match            2148 netinet6/in6.c 			match += 8;
match            2149 netinet6/in6.c 	return match;
match             169 scsi/cd.c      cdmatch(struct device *parent, void *match, void *aux)
match             146 scsi/ch.c      chmatch(parent, match, aux)
match             148 scsi/ch.c      	void *match, *aux;
match             743 scsi/ch.c      	const struct chquirk *match;
match             748 scsi/ch.c      	match = (const struct chquirk *)scsi_inqmatch(inqbuf,
match             753 scsi/ch.c      		sc->sc_settledelay = match->cq_settledelay;
match             109 scsi/safte.c   safte_match(struct device *parent, void *match, void *aux)
match             132 scsi/scsiconf.c scsibusmatch(struct device *parent, void *match, void *aux)
match             223 scsi/scsiconf.c scsibussubmatch(struct device *parent, void *match, void *aux)
match             225 scsi/scsiconf.c 	struct cfdata			*cf = match;
match             234 scsi/scsiconf.c 	return ((*cf->cf_attach->ca_match)(parent, match, aux));
match             887 scsi/scsiconf.c 		struct scsi_inquiry_pattern *match = (void *)base;
match             890 scsi/scsiconf.c 		if (type != match->type)
match             892 scsi/scsiconf.c 		if (removable != match->removable)
match             895 scsi/scsiconf.c 		len = strlen(match->vendor);
match             896 scsi/scsiconf.c 		if (bcmp(inqbuf->vendor, match->vendor, len))
match             899 scsi/scsiconf.c 		len = strlen(match->product);
match             900 scsi/scsiconf.c 		if (bcmp(inqbuf->product, match->product, len))
match             903 scsi/scsiconf.c 		len = strlen(match->revision);
match             904 scsi/scsiconf.c 		if (bcmp(inqbuf->revision, match->revision, len))
match             910 scsi/scsiconf.c 		    priority, match->type, match->removable,
match             911 scsi/scsiconf.c 		    match->vendor, match->product, match->revision);
match             144 scsi/sd.c      sdmatch(struct device *parent, void *match, void *aux)
match             123 scsi/ses.c     ses_match(struct device *parent, void *match, void *aux)
match             298 scsi/ss.c      ssmatch(parent, match, aux)
match             300 scsi/ss.c      	void *match, *aux;
match             289 scsi/st.c      stmatch(parent, match, aux)
match             291 scsi/st.c      	void *match, *aux;
match              78 scsi/uk.c      ukmatch(struct device *parent, void *match, void *aux)