Home
last modified time | relevance | path

Searched refs:PCIOCREAD (Results 1 – 5 of 5) sorted by relevance

/src/tools/tools/pciroms/
H A Dpciroms.c280 if (ioctl(pci_fd, PCIOCREAD, &io) == -1) in pci_testrombar()
353 if (ioctl(pci_fd, PCIOCREAD, &io) == -1) in pci_enable_bars()
/src/sys/sys/
H A Dpciio.h173 #define PCIOCREAD _IOWR('p', 2, struct pci_io) macro
/src/usr.sbin/bhyve/
H A Dpci_passthru.c160 const cap_ioctl_t pcifd_ioctls[] = { PCIOCREAD, PCIOCWRITE, PCIOCGETBAR, in pcifd_init()
179 if (ioctl(fd, PCIOCREAD, &pi) < 0) in host_read_config()
/src/usr.sbin/pciconf/
H A Dpciconf.c1182 if (ioctl(fd, PCIOCREAD, &pi) < 0) in read_config()
/src/sys/dev/pci/
H A Dpci_user.c1421 case PCIOCREAD: in pci_ioctl()