Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dpciio.h79 #define PCIOCGETROMLEN _IOWR('p', 4, struct pci_rom) macro
/openbsd/sys/dev/pci/
H A Dpci.c1282 case PCIOCGETROMLEN: in pciioctl()
1379 case PCIOCGETROMLEN: in pciioctl()
1414 if (cmd == PCIOCGETROMLEN) { in pciioctl()
/openbsd/usr.sbin/pcidump/
H A Dpcidump.c1095 if (ioctl(pcifd, PCIOCGETROMLEN, &rom) == -1) in dump_rom()