Searched refs:PCIOCGETCONF (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/pci/ |
| D | pci_user.c | 109 #define PCIOCGETCONF32 _IOC_NEWTYPE(PCIOCGETCONF, struct pci_conf_io32) 527 case PCIOCGETCONF: in pci_conf_match() 649 case PCIOCGETCONF: in pci_match_conf_size() 674 case PCIOCGETCONF: in pci_conf_size() 702 case PCIOCGETCONF: in pci_conf_io_init() 743 case PCIOCGETCONF: in pci_conf_io_update_data() 782 case PCIOCGETCONF: in pci_conf_for_copyout() 953 case PCIOCGETCONF: in pci_ioctl() 973 case PCIOCGETCONF: in pci_ioctl()
|
| /freebsd-12-stable/sys/sys/ |
| D | pciio.h | 159 #define PCIOCGETCONF _IOWR('p', 5, struct pci_conf_io) macro
|
| /freebsd-12-stable/tools/tools/dmardump/ |
| D | dmardump.c | 88 if (ioctl(pcifd, PCIOCGETCONF, &pc) == -1) in pci_find_conf()
|
| /freebsd-12-stable/tools/tools/pciroms/ |
| D | pciroms.c | 192 if (ioctl(pci_fd, PCIOCGETCONF, &pc) == -1) { in pci_enum_devs()
|
| /freebsd-12-stable/usr.sbin/pciconf/ |
| D | pciconf.c | 241 if (ioctl(fd, PCIOCGETCONF, &pc) == -1) in list_devs() 939 if (ioctl(fd, PCIOCGETCONF, &pc) == -1) in getdevice()
|