HomeSort by: relevance | last modified time | path
    Searched refs:ifattr (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/sys/sys/
drvctlio.h 63 char ifattr[16]; member in struct:devrescanargs
  /src/sys/kern/
kern_drvctl.c 293 rescanbus(const char *busname, const char *ifattr,
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/
i386_mainbus.c 271 i386_mainbus_rescan(device_t self, const char *ifattr, const int *locators)
278 if (ifattr_match(ifattr, "acpibus") && sc->sc_acpi == NULL &&
305 if (ifattr_match(ifattr, "pnpbiosbus") && sc->sc_pnpbios == NULL) {
318 if (ifattr_match(ifattr, "ipmibus") && sc->sc_ipmi == NULL) {
337 if (pci_mode_detect() != 0 && ifattr_match(ifattr, "pcibus")) {
379 if (ifattr_match(ifattr, "mcabus") && sc->sc_mca == NULL) {
  /src/sys/arch/evbmips/loongson/dev/
pcib.c 146 pcibrescan(device_t self, const char *ifattr, const int *loc)
155 if (ifattr_match(ifattr, "isabus") && sc->sc_isabus == NULL) {
  /src/sys/arch/x86/pci/
pcib.c 226 pcibrescan(device_t self, const char *ifattr, const int *loc)
236 if (ifattr_match(ifattr, "isabus") && sc->sc_isabus == NULL) {
tcpcib.c 268 tcpcib_rescan(device_t self, const char *ifattr, const int *locators)
272 if (ifattr_match(ifattr, "hpetichbus") && sc->sc_hpetbus == NULL) {
281 return pcibrescan(self, ifattr, locators);
amdnb_misc.c 156 amdnb_misc_rescan(device_t self, const char *ifattr, const int *locators)
ichlpcib.c 474 lpcibrescan(device_t self, const char *ifattr, const int *locators)
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/x86/x86/
mainbus.c 248 mainbus_rescan(device_t self, const char *ifattr, const int *locators)
251 return i386_mainbus_rescan(self, ifattr, locators);
  /src/sys/dev/acpi/
apple_smc_acpi.c 155 apple_smc_acpi_rescan(device_t self, const char *ifattr, const int *locs)
159 return apple_smc_rescan(&sc->sc_smc, ifattr, locs);
virtio_acpi.c 150 virtio_acpi_rescan(device_t self, const char *ifattr, const int *locs)
acpi.c 363 acpi_check(device_t parent, const char *ifattr)
367 .iattr = ifattr)) != NULL;
980 acpi_rescan(device_t self, const char *ifattr, const int *locators)
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/dev/usb/
auvitek.c 311 auvitek_rescan(device_t self, const char *ifattr, const int *locs)
315 auvitek_video_rescan(sc, ifattr, locs);
316 auvitek_dtv_rescan(sc, ifattr, locs);
317 auvitek_i2c_rescan(sc, ifattr, locs);
auvitek_i2c.c 99 auvitek_i2c_rescan(struct auvitek_softc *sc, const char *ifattr,
103 if (ifattr_match(ifattr, "i2cbus") && sc->sc_i2cdev == NULL) {
auvitek_dtv.c 106 auvitek_dtv_rescan(struct auvitek_softc *sc, const char *ifattr,
114 if (ifattr_match(ifattr, "dtvbus") && sc->sc_dtvdev == NULL)
emdtv.c 199 emdtv_rescan(device_t self, const char *ifattr, const int *locs)
203 emdtv_dtv_rescan(sc, ifattr, locs);
emdtv_dtv.c 162 emdtv_dtv_rescan(struct emdtv_softc *sc, const char *ifattr, const int *locs)
169 if (ifattr_match(ifattr, "dtvbus") && sc->sc_dtvdev == NULL)
  /src/sys/arch/i386/pci/
gscpcib.c 88 gscpcib_rescan(device_t self, const char *ifattr, const int *loc)
94 if (sc->sc_gpio_present && ifattr_match(ifattr, "gpiobus") &&
108 return pcibrescan(self, ifattr, loc);
  /src/sys/arch/evbmips/mipssim/
virtio_mainbus.c 117 virtio_mainbus_rescan(device_t self, const char *ifattr, const int *locs)
  /src/sys/arch/arm/nvidia/
tegra_hdaudio.c 282 tegra_hdaudio_rescan(device_t self, const char *ifattr, const int *locs)
286 return hdaudio_rescan(&sc->sc, ifattr, locs);
  /src/sbin/drvctl/
drvctl.c 146 strlcpy(raa.ifattr, attr, sizeof(raa.ifattr));
  /src/sys/arch/x86/pci/imcsmb/
imc.c 234 imc_rescan(device_t self, const char *ifattr, const int *locs)
  /src/sys/arch/virt68k/dev/
virtio_mainbus.c 117 virtio_mainbus_rescan(device_t self, const char *ifattr, const int *locs)
  /src/sys/dev/pci/
hdaudio_pci.c 211 hdaudio_pci_rescan(device_t self, const char *ifattr, const int *locs)
215 return hdaudio_rescan(&sc->sc_hdaudio, ifattr, locs);
ichsmb.c 447 ichsmb_rescan(device_t self, const char *ifattr, const int *locators)
451 if (ifattr_match(ifattr, "i2cbus") && sc->sc_i2c_device == NULL) {
455 ifattr_match(ifattr, "tcoichbus") &&

Completed in 24 milliseconds

1 2 3