Home
last modified time | relevance | path

Searched refs:bus_child_present (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/bwi/
H A Dif_bwi_pci.c197 sc->sc_invalid = !bus_child_present(dev); in bwi_pci_detach()
/freebsd/sys/dev/ral/
H A Dif_ral_pci.c275 sc->sc_invalid = !bus_child_present(dev); in ral_pci_detach()
/freebsd/sys/dev/mwl/
H A Dif_mwl_pci.c221 sc->sc_invalid = !bus_child_present(dev); in mwl_pci_detach()
/freebsd/sys/dev/ath/
H A Dif_ath_pci.c314 sc->sc_invalid = !bus_child_present(dev); in ath_pci_detach()
/freebsd/sys/dev/malo/
H A Dif_malo_pci.c274 sc->malo_invalid = !bus_child_present(dev); in malo_pci_detach()
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c948 DEVMETHOD(bus_child_present, cbb_child_present),
/freebsd/sys/dev/pci/
H A Dpci_pci.c108 DEVMETHOD(bus_child_present, pcib_child_present),
1870 retval = bus_child_present(dev); in pcib_child_present()
1875 return (bus_child_present(dev)); in pcib_child_present()
H A Dpci.c5750 if (bus_child_present(child) != 0) { in pci_child_deleted()
/freebsd/sys/kern/
H A Dsubr_bus.c4852 bus_child_present(device_t child) in bus_child_present() function
5052 KOBJMETHOD(bus_child_present, root_child_present),
5836 if (bus_child_present(dev) != 0) { in devctl2_ioctl()
/freebsd/sys/sys/
H A Dbus.h590 int bus_child_present(device_t child);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1349 return (bus_child_present(dev)); in pci_device_is_present()
/freebsd/sys/dev/xl/
H A Dif_xl.c362 if (i == XL_TIMEOUT && bus_child_present(sc->xl_dev)) in xl_wait()
/freebsd/share/man/man9/
H A DMakefile33 bus_child_present.9 \
/freebsd/sys/dev/firewire/
H A Dfwohci.c2067 if (!bus_child_present(sc->fc.dev))
/freebsd/sys/dev/dc/
H A Dif_dc.c1376 if (i == DC_TIMEOUT && bus_child_present(sc->dc_dev)) { in dc_netcfg_wait()