Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/pciroms/
H A Dpciroms.c283 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 Dpciio.h171 #define PCIOCREAD _IOWR('p', 2, struct pci_io) macro
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_passthru.c128 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 Dpciconf.c907 if (ioctl(fd, PCIOCREAD, &pi) < 0) in read_config()
/freebsd-13.1/sys/dev/pci/
H A Dpci_user.c1269 case PCIOCREAD: in pci_ioctl()