config_found_sm   753 arch/i386/i386/mpbios.c 	config_found_sm(self, &caa, mp_print, mp_match);
config_found_sm  1031 arch/i386/i386/mpbios.c 	config_found_sm(self, &aaa, mp_print, mp_match);
config_found_sm   553 dev/acpi/acpi.c 		config_found_sm(self, &aaa, acpi_print, acpi_submatch);
config_found_sm   534 dev/cardbus/cardbus.c 		if ((csc = config_found_sm((void *)sc, &ca, cardbusprint,
config_found_sm   124 dev/cardbus/cardslot.c 		if ((psc = (void *)config_found_sm(self, pa, cardslot_16_print,
config_found_sm   215 dev/eisa/eisa.c 		config_found_sm(self, &ea, eisaprint, eisasubmatch);
config_found_sm   547 dev/hil/hil.c  			    config_found_sm(&sc->sc_dev, &ha, hildevprint,
config_found_sm   545 dev/i2o/iop.c  	config_found_sm(self, &ia, iop_vendor_print, iop_submatch);
config_found_sm   789 dev/i2o/iop.c  		dv = config_found_sm(&sc->sc_dv, &ia, iop_print, iop_submatch);
config_found_sm   391 dev/ic/ciss.c  	scsibus = (struct scsibus_softc *)config_found_sm(&sc->sc_dev,
config_found_sm   403 dev/ic/ciss.c  	rawbus = (struct scsibus_softc *)config_found_sm(&sc->sc_dev,
config_found_sm   373 dev/ic/i82365.c 	h->pcmcia = config_found_sm(&sc->dev, &paa, pcic_print,
config_found_sm   273 dev/ic/pckbc.c 	found = (config_found_sm((struct device *)sc, &pa,
config_found_sm   433 dev/ic/tcic2.c 	h->pcmcia = config_found_sm(&h->sc->dev, &paa, tcic_print,
config_found_sm   144 dev/mii/mii.c  		if ((child = (struct mii_softc *)config_found_sm(parent, &ma,
config_found_sm   328 dev/pci/pci.c  		if ((dev = config_found_sm(&sc->sc_dev, &pa, pciprint,
config_found_sm   289 dev/pci/puc.c  		sc->sc_ports[i].dev = config_found_sm(&sc->sc_dev, paa,
config_found_sm   232 dev/pcmcia/pcmcia.c 		pf->child = config_found_sm(&sc->dev, &paa, pcmcia_print,
config_found_sm   264 dev/sdmmc/sdmmc_io.c 		sf->child = config_found_sm(&sc->sc_dev, &saa, sdmmc_print,
config_found_sm   137 dev/tc/tc.c    		config_found_sm(self, &ta, tcprint, tcsubmatch);
config_found_sm   177 dev/tc/tc.c    		config_found_sm(self, &ta, tcprint, tcsubmatch);
config_found_sm   301 dev/tc/tcds.c  		config_found_sm(self, &tcdsdev, tcdsprint, tcdssubmatch);
config_found_sm   272 dev/usb/moscom.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   199 dev/usb/uark.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   396 dev/usb/ubsa.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   252 dev/usb/ucycom.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   388 dev/usb/uftdi.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   295 dev/usb/uhidev.c 			dev = (struct uhidev *)config_found_sm(self, &uha,
config_found_sm   246 dev/usb/uipaq.c 		sc->sc_subdev = config_found_sm(self, &uca,
config_found_sm   324 dev/usb/umct.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   388 dev/usb/umodem.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   183 dev/usb/umsm.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   417 dev/usb/uplcom.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   186 dev/usb/usb_port.h 	(config_found_sm(parent, args, print, sub))
config_found_sm   848 dev/usb/usb_subr.c 	dv = config_found_sm(parent, &uaa, usbd_print, usbd_submatch);
config_found_sm   903 dev/usb/usb_subr.c 			dv = config_found_sm(parent, &uaa, usbd_print,
config_found_sm   930 dev/usb/usb_subr.c 	dv = config_found_sm(parent, &uaa, usbd_print, usbd_submatch);
config_found_sm   115 dev/usb/usbf_subr.c 	dv = config_found_sm(parent, &uaa, NULL, NULL);
config_found_sm   235 dev/usb/uslcom.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   352 dev/usb/uvisor.c 				sc->sc_subdevs[i] = config_found_sm(self, &uca,
config_found_sm   381 dev/usb/uvisor.c 			sc->sc_subdevs[i] = config_found_sm(self, &uca,
config_found_sm   373 dev/usb/uvscom.c 	sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch);
config_found_sm   182 sys/device.h   struct device *config_found_sm(struct device *, void *, cfprint_t,
config_found_sm   218 sys/device.h   #define config_found(d, a, p)	config_found_sm((d), (a), (p), NULL)