Home
last modified time | relevance | path

Searched refs:PCIOCGETROM (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/sys/
H A Dpciio.h80 #define PCIOCGETROM _IOWR('p', 5, struct pci_rom) macro
/openbsd-src/sys/dev/pci/
H A Dpci.c1283 case PCIOCGETROM: in pciioctl()
1380 case PCIOCGETROM: in pciioctl()
/openbsd-src/usr.sbin/pcidump/
H A Dpcidump.c1102 if (ioctl(pcifd, PCIOCGETROM, &rom) == -1) in dump_rom()