Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/pci/
H A Dpci_user.c106 #define PCIOCGETCONF32 _IOC_NEWTYPE(PCIOCGETCONF, struct pci_conf_io32)
524 case PCIOCGETCONF: in pci_conf_match()
647 case PCIOCGETCONF: in pci_match_conf_size()
672 case PCIOCGETCONF: in pci_conf_size()
700 case PCIOCGETCONF: in pci_conf_io_init()
741 case PCIOCGETCONF: in pci_conf_io_update_data()
780 case PCIOCGETCONF: in pci_conf_for_copyout()
1043 case PCIOCGETCONF: in pci_ioctl()
1068 case PCIOCGETCONF: in pci_ioctl()
/freebsd-src/sys/sys/
H A Dpciio.h168 #define PCIOCGETCONF _IOWR('p', 5, struct pci_conf_io) macro
/freebsd-src/tools/tools/dmardump/
H A Ddmardump.c85 if (ioctl(pcifd, PCIOCGETCONF, &pc) == -1) in pci_find_conf()
/freebsd-src/tools/tools/pciroms/
H A Dpciroms.c189 if (ioctl(pci_fd, PCIOCGETCONF, &pc) == -1) { in pci_enum_devs()
/freebsd-src/usr.sbin/pciconf/
H A Dpciconf.c236 if (ioctl(fd, PCIOCGETCONF, &pc) == -1) in list_devs()
952 if (ioctl(fd, PCIOCGETCONF, &pc) == -1) in getdevice()
/freebsd-src/usr.sbin/bhyve/
H A Dpci_passthru.c138 PCIOCBARIO, PCIOCBARMMAP, PCIOCGETCONF }; in pcifd_init()
828 if (ioctl(pcifd, PCIOCGETCONF, &pc) == -1) { in passthru_lookup_pptdev()
829 EPRINTLN("ioctl(PCIOCGETCONF): %s", strerror(errno)); in passthru_lookup_pptdev()
834 EPRINTLN("error returned from PCIOCGETCONF ioctl"); in passthru_lookup_pptdev()