Searched refs:PCIOCGETCONF (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/pci/ |
| H A D | pci_user.c | 109 #define PCIOCGETCONF32 _IOC_NEWTYPE(PCIOCGETCONF, struct pci_conf_io32) 574 case PCIOCGETCONF: in pci_conf_match() 703 case PCIOCGETCONF: in pci_match_conf_size() 734 case PCIOCGETCONF: in pci_conf_size() 770 case PCIOCGETCONF: in pci_conf_io_init() 817 case PCIOCGETCONF: in pci_conf_io_update_data() 862 case PCIOCGETCONF: in pci_conf_for_copyout() 1139 case PCIOCGETCONF: in pci_ioctl() 1170 case PCIOCGETCONF: in pci_ioctl()
|
| /freebsd/sys/sys/ |
| H A D | pciio.h | 178 #define PCIOCGETCONF _IOWR('p', 10, struct pci_conf_io) macro
|
| /freebsd/tools/tools/dmardump/ |
| H A D | dmardump.c | 85 if (ioctl(pcifd, PCIOCGETCONF, &pc) == -1) in pci_find_conf()
|
| /freebsd/tools/tools/pciroms/ |
| H A D | pciroms.c | 189 if (ioctl(pci_fd, PCIOCGETCONF, &pc) == -1) { in pci_enum_devs()
|
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | pci_lpc.c | 487 if (ioctl(pcifd, PCIOCGETCONF, &pcio) == -1) { in pci_lpc_get_conf()
|
| /freebsd/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/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()
|