Searched refs:PCIOCREAD (Results 1 – 5 of 5) sorted by relevance
/freebsd/tools/tools/pciroms/ |
H A D | pciroms.c | 280 if (ioctl(pci_fd, PCIOCREAD, &io) == -1) in pci_testrombar() 353 if (ioctl(pci_fd, PCIOCREAD, &io) == -1) in pci_enable_bars()
|
/freebsd/sys/sys/ |
H A D | pciio.h | 169 #define PCIOCREAD _IOWR('p', 2, struct pci_io) macro
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_passthru.c | 148 const cap_ioctl_t pcifd_ioctls[] = { PCIOCREAD, PCIOCWRITE, PCIOCGETBAR, in pcifd_init() 167 if (ioctl(fd, PCIOCREAD, &pi) < 0) in host_read_config()
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.c | 902 if (ioctl(fd, PCIOCREAD, &pi) < 0) in read_config()
|
/freebsd/sys/dev/pci/ |
H A D | pci_user.c | 1274 case PCIOCREAD: in pci_ioctl()
|