Searched refs:PCIOCGETCONF (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/dev/pci/ |
H A D | pci_user.c | 106 #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 D | pciio.h | 168 #define PCIOCGETCONF _IOWR('p', 5, struct pci_conf_io) macro
|
/freebsd-src/tools/tools/dmardump/ |
H A D | dmardump.c | 85 if (ioctl(pcifd, PCIOCGETCONF, &pc) == -1) in pci_find_conf()
|
/freebsd-src/tools/tools/pciroms/ |
H A D | pciroms.c | 189 if (ioctl(pci_fd, PCIOCGETCONF, &pc) == -1) { in pci_enum_devs()
|
/freebsd-src/usr.sbin/pciconf/ |
H A D | pciconf.c | 236 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 D | pci_passthru.c | 138 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()
|