Searched refs:PCIOCREAD (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/tools/tools/pciroms/ |
| H A D | pciroms.c | 283 if (ioctl(pci_fd, PCIOCREAD, &io) == -1) in pci_testrombar() 356 if (ioctl(pci_fd, PCIOCREAD, &io) == -1) in pci_enable_bars()
|
| /freebsd-13.1/sys/sys/ |
| H A D | pciio.h | 171 #define PCIOCREAD _IOWR('p', 2, struct pci_io) macro
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 128 if (ioctl(pcifd, PCIOCREAD, &pi) < 0) in read_config() 651 { PCIOCREAD, PCIOCWRITE, PCIOCGETBAR, PCIOCBARIO, PCIOCBARMMAP }; in passthru_init()
|
| /freebsd-13.1/usr.sbin/pciconf/ |
| H A D | pciconf.c | 907 if (ioctl(fd, PCIOCREAD, &pi) < 0) in read_config()
|
| /freebsd-13.1/sys/dev/pci/ |
| H A D | pci_user.c | 1269 case PCIOCREAD: in pci_ioctl()
|