Home
last modified time | relevance | path

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

/openbsd-src/sys/sys/
H A Dpciio.h84 #define PCIOCGETVPD _IOWR('p', 9, struct pci_vpd_req) macro
/openbsd-src/sys/dev/pci/
H A Dpci.c1284 case PCIOCGETVPD: in pciioctl()
1452 case PCIOCGETVPD: { in pciioctl()
/openbsd-src/usr.sbin/pcidump/
H A Dpcidump.c423 if (ioctl(pcifd, PCIOCGETVPD, &io) == -1) { in dump_vpd()