Home
last modified time | relevance | path

Searched refs:PCI_GETCONF_MORE_DEVS (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/sys/
HDpciio.h41 PCI_GETCONF_MORE_DEVS, enumerator
/freebsd-14-stable/tools/tools/pciroms/
HDpciroms.c201 if (pc.status == PCI_GETCONF_MORE_DEVS) { in pci_enum_devs()
/freebsd-14-stable/usr.sbin/pciconf/
HDpciconf.c302 } while (pc.status == PCI_GETCONF_MORE_DEVS); in list_devs()
955 pc.status != PCI_GETCONF_MORE_DEVS) in getdevice()
/freebsd-14-stable/sys/dev/pci/
HDpci_user.c1251 cio->status = PCI_GETCONF_MORE_DEVS; in pci_ioctl()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_passthru.c879 pc.status != PCI_GETCONF_MORE_DEVS) { in passthru_lookup_pptdev()