Home
last modified time | relevance | path

Searched refs:PCIOCGETCONF (Results 1 – 7 of 7) sorted by relevance

/src/sys/dev/pci/
H A Dpci_user.c111 #define PCIOCGETCONF32 _IOC_NEWTYPE(PCIOCGETCONF, struct pci_conf_io32)
576 case PCIOCGETCONF: in pci_conf_match()
705 case PCIOCGETCONF: in pci_match_conf_size()
736 case PCIOCGETCONF: in pci_conf_size()
772 case PCIOCGETCONF: in pci_conf_io_init()
819 case PCIOCGETCONF: in pci_conf_io_update_data()
864 case PCIOCGETCONF: in pci_conf_for_copyout()
1143 case PCIOCGETCONF: in pci_ioctl()
1174 case PCIOCGETCONF: in pci_ioctl()
/src/sys/sys/
H A Dpciio.h180 #define PCIOCGETCONF _IOWR('p', 10, struct pci_conf_io) macro
/src/tools/tools/pciroms/
H A Dpciroms.c189 if (ioctl(pci_fd, PCIOCGETCONF, &pc) == -1) { in pci_enum_devs()
/src/tools/tools/dmardump/
H A Ddmardump.c85 if (ioctl(pcifd, PCIOCGETCONF, &pc) == -1) in pci_find_conf()
/src/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c487 if (ioctl(pcifd, PCIOCGETCONF, &pcio) == -1) { in pci_lpc_get_conf()
/src/usr.sbin/bhyve/
H A Dpci_passthru.c161 PCIOCBARIO, PCIOCBARMMAP, PCIOCGETCONF }; in pcifd_init()
924 if (ioctl(pcifd, PCIOCGETCONF, &pc) == -1) { in passthru_lookup_pptdev()
/src/usr.sbin/pciconf/
H A Dpciconf.c256 if (ioctl(fd, PCIOCGETCONF, &pc) == -1) in fetch_devs()
1232 if (ioctl(fd, PCIOCGETCONF, &pc) == -1) in getdevice()