Searched refs:PCIOCGETCONF (Results 1 – 7 of 7) sorted by relevance
| /src/sys/dev/pci/ |
| H A D | pci_user.c | 111 #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 D | pciio.h | 180 #define PCIOCGETCONF _IOWR('p', 10, struct pci_conf_io) macro
|
| /src/tools/tools/pciroms/ |
| H A D | pciroms.c | 189 if (ioctl(pci_fd, PCIOCGETCONF, &pc) == -1) { in pci_enum_devs()
|
| /src/tools/tools/dmardump/ |
| H A D | dmardump.c | 85 if (ioctl(pcifd, PCIOCGETCONF, &pc) == -1) in pci_find_conf()
|
| /src/usr.sbin/bhyve/amd64/ |
| H A D | pci_lpc.c | 487 if (ioctl(pcifd, PCIOCGETCONF, &pcio) == -1) { in pci_lpc_get_conf()
|
| /src/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 161 PCIOCBARIO, PCIOCBARMMAP, PCIOCGETCONF }; in pcifd_init() 924 if (ioctl(pcifd, PCIOCGETCONF, &pc) == -1) { in passthru_lookup_pptdev()
|
| /src/usr.sbin/pciconf/ |
| H A D | pciconf.c | 256 if (ioctl(fd, PCIOCGETCONF, &pc) == -1) in fetch_devs() 1232 if (ioctl(fd, PCIOCGETCONF, &pc) == -1) in getdevice()
|