Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bwi/
HDif_bwi_pci.c197 sc->sc_invalid = !bus_child_present(dev); in bwi_pci_detach()
/freebsd-14-stable/sys/dev/mwl/
HDif_mwl_pci.c225 sc->sc_invalid = !bus_child_present(dev); in mwl_pci_detach()
/freebsd-14-stable/sys/dev/ral/
HDif_ral_pci.c275 sc->sc_invalid = !bus_child_present(dev); in ral_pci_detach()
/freebsd-14-stable/sys/dev/malo/
HDif_malo_pci.c278 sc->malo_invalid = !bus_child_present(dev); in malo_pci_detach()
/freebsd-14-stable/sys/dev/ath/
HDif_ath_pci.c309 sc->sc_invalid = !bus_child_present(dev); in ath_pci_detach()
/freebsd-14-stable/sys/dev/pccbb/
HDpccbb_pci.c950 DEVMETHOD(bus_child_present, cbb_child_present),
/freebsd-14-stable/sys/dev/pci/
HDpci_pci.c108 DEVMETHOD(bus_child_present, pcib_child_present),
1881 retval = bus_child_present(dev); in pcib_child_present()
1886 return (bus_child_present(dev)); in pcib_child_present()
HDpci.c5953 if (bus_child_present(child) != 0) { in pci_child_deleted()
/freebsd-14-stable/sys/kern/
HDsubr_bus.c4999 bus_child_present(device_t child) in bus_child_present() function
5199 KOBJMETHOD(bus_child_present, root_child_present),
5984 if (bus_child_present(dev) != 0) { in devctl2_ioctl()
/freebsd-14-stable/sys/dev/nvme/
HDnvme_ctrlr.c1535 gone = bus_child_present(dev) == 0 || in nvme_ctrlr_destruct()
/freebsd-14-stable/sys/sys/
HDbus.h597 int bus_child_present(device_t child);
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_pci.c1364 return (bus_child_present(dev)); in pci_device_is_present()
/freebsd-14-stable/share/man/man9/
HDMakefile32 bus_child_present.9 \
/freebsd-14-stable/sys/dev/xl/
HDif_xl.c362 if (i == XL_TIMEOUT && bus_child_present(sc->xl_dev)) in xl_wait()
/freebsd-14-stable/sys/dev/firewire/
HDfwohci.c2067 if (!bus_child_present(sc->fc.dev))
/freebsd-14-stable/sys/dev/dc/
HDif_dc.c1376 if (i == DC_TIMEOUT && bus_child_present(sc->dc_dev)) { in dc_netcfg_wait()