Searched refs:ifattr (Results 1 - 25 of 72) sorted by relevance

123

/src/sys/sys/
H A Ddrvctlio.h63 char ifattr[16]; member in struct:devrescanargs
/src/sys/kern/
H A Dkern_drvctl.c293 rescanbus(const char *busname, const char *ifattr, argument
323 if (!ifattr) {
334 if (!strcmp((*ap)->ci_name, ifattr))
338 rc = (*device_cfattach(d)->ca_rescan)(d, ifattr, locs);
363 char *ifattr; local in function:drvctl_ioctl
388 if (d->ifattr[0]) {
389 d->ifattr[sizeof(d->ifattr) - 1] = '\0';
390 ifattr = d->ifattr;
[all...]
/src/sys/arch/i386/i386/
H A Di386_mainbus.c269 i386_mainbus_rescan(device_t self, const char *ifattr, const int *locators) argument
276 if (ifattr_match(ifattr, "acpibus") && sc->sc_acpi == NULL &&
303 if (ifattr_match(ifattr, "pnpbiosbus") && sc->sc_pnpbios == NULL) {
316 if (ifattr_match(ifattr, "ipmibus") && sc->sc_ipmi == NULL) {
335 if (pci_mode_detect() != 0 && ifattr_match(ifattr, "pcibus")) {
377 if (ifattr_match(ifattr, "mcabus") && sc->sc_mca == NULL) {
/src/sys/arch/x86/pci/
H A Dpcib.c226 pcibrescan(device_t self, const char *ifattr, const int *loc) argument
236 if (ifattr_match(ifattr, "isabus") && sc->sc_isabus == NULL) {
H A Dtcpcib.c268 tcpcib_rescan(device_t self, const char *ifattr, const int *locators) argument
272 if (ifattr_match(ifattr, "hpetichbus") && sc->sc_hpetbus == NULL) {
281 return pcibrescan(self, ifattr, locators);
H A Damdnb_misc.c156 amdnb_misc_rescan(device_t self, const char *ifattr, const int *locators) argument
H A Dichlpcib.c474 lpcibrescan(device_t self, const char *ifattr, const int *locators) argument
478 if (ifattr_match(ifattr, "tcoichbus") && sc->sc_tco == NULL)
482 if (ifattr_match(ifattr, "fwhichbus") && sc->sc_fwhbus == NULL)
486 if (ifattr_match(ifattr, "hpetichbus") && sc->sc_hpetbus == NULL)
490 if (ifattr_match(ifattr, "gpiobus") && sc->sc_gpiobus == NULL)
494 return pcibrescan(self, ifattr, locators);
/src/sys/arch/evbmips/loongson/dev/
H A Dpcib.c146 pcibrescan(device_t self, const char *ifattr, const int *loc) argument
155 if (ifattr_match(ifattr, "isabus") && sc->sc_isabus == NULL) {
/src/sys/dev/acpi/
H A Dapple_smc_acpi.c155 apple_smc_acpi_rescan(device_t self, const char *ifattr, const int *locs)
159 return apple_smc_rescan(&sc->sc_smc, ifattr, locs);
154 apple_smc_acpi_rescan(device_t self,const char * ifattr,const int * locs) argument
H A Dvirtio_acpi.c150 virtio_acpi_rescan(device_t self, const char *ifattr, const int *locs) argument
H A Dacpi.c363 acpi_check(device_t parent, const char *ifattr) argument
367 .iattr = ifattr)) != NULL;
980 acpi_rescan(device_t self, const char *ifattr, const int *locators) argument
990 if (ifattr_match(ifattr, "acpihpetbus") && sc->sc_hpet == NULL) {
998 if (ifattr_match(ifattr, "acpinodebus")) {
1006 if (ifattr_match(ifattr, "acpiapmbus") && sc->sc_apmbus == NULL) {
1011 if (ifattr_match(ifattr, "acpiwdrtbus") && sc->sc_wdrt == NULL) {
1016 if (ifattr_match(ifattr, "apeibus") && sc->sc_apei == NULL) {
/src/sys/arch/x86/x86/
H A Dmainbus.c248 mainbus_rescan(device_t self, const char *ifattr, const int *locators) argument
251 return i386_mainbus_rescan(self, ifattr, locators);
/src/sys/dev/usb/
H A Dauvitek.c311 auvitek_rescan(device_t self, const char *ifattr, const int *locs) argument
315 auvitek_video_rescan(sc, ifattr, locs);
316 auvitek_dtv_rescan(sc, ifattr, locs);
317 auvitek_i2c_rescan(sc, ifattr, locs);
H A Dauvitek_i2c.c99 auvitek_i2c_rescan(struct auvitek_softc *sc, const char *ifattr, argument
103 if (ifattr_match(ifattr, "i2cbus") && sc->sc_i2cdev == NULL) {
H A Dauvitek_dtv.c106 auvitek_dtv_rescan(struct auvitek_softc *sc, const char *ifattr, argument
114 if (ifattr_match(ifattr, "dtvbus") && sc->sc_dtvdev == NULL)
H A Demdtv.c199 emdtv_rescan(device_t self, const char *ifattr, const int *locs) argument
203 emdtv_dtv_rescan(sc, ifattr, locs);
H A Demdtv_dtv.c162 emdtv_dtv_rescan(struct emdtv_softc *sc, const char *ifattr, const int *locs) argument
169 if (ifattr_match(ifattr, "dtvbus") && sc->sc_dtvdev == NULL)
/src/sys/arch/i386/pci/
H A Dgscpcib.c88 gscpcib_rescan(device_t self, const char *ifattr, const int *loc) argument
94 if (sc->sc_gpio_present && ifattr_match(ifattr, "gpiobus") &&
108 return pcibrescan(self, ifattr, loc);
/src/sys/arch/evbmips/mipssim/
H A Dvirtio_mainbus.c117 virtio_mainbus_rescan(device_t self, const char *ifattr, const int *locs) argument
/src/sbin/drvctl/
H A Ddrvctl.c146 strlcpy(raa.ifattr, attr, sizeof(raa.ifattr));
/src/sys/arch/arm/nvidia/
H A Dtegra_hdaudio.c282 tegra_hdaudio_rescan(device_t self, const char *ifattr, const int *locs) argument
286 return hdaudio_rescan(&sc->sc, ifattr, locs);
/src/sys/arch/virt68k/dev/
H A Dvirtio_mainbus.c117 virtio_mainbus_rescan(device_t self, const char *ifattr, const int *locs) argument
/src/sys/arch/x86/pci/imcsmb/
H A Dimc.c234 imc_rescan(device_t self, const char *ifattr, const int *locs) argument
/src/sys/dev/pci/
H A Dhdaudio_pci.c211 hdaudio_pci_rescan(device_t self, const char *ifattr, const int *locs) argument
215 return hdaudio_rescan(&sc->sc_hdaudio, ifattr, locs);
H A Dichsmb.c447 ichsmb_rescan(device_t self, const char *ifattr, const int *locators) argument
451 if (ifattr_match(ifattr, "i2cbus") && sc->sc_i2c_device == NULL) {
455 ifattr_match(ifattr, "tcoichbus") &&

Completed in 26 milliseconds

123