Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/sys/
H A Dpciio.h169 #define PCIOCREAD _IOWR('p', 2, struct pci_io) macro
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c148 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 Dpciconf.c902 if (ioctl(fd, PCIOCREAD, &pi) < 0) in read_config()
/freebsd/sys/dev/pci/
H A Dpci_user.c1274 case PCIOCREAD: in pci_ioctl()