Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDpciio.h126 #define PCIOCREAD _IOWR('p', 2, struct pci_io) macro
/dragonfly/sys/bus/pci/
HDpci_user.c602 case PCIOCREAD:
/dragonfly/usr.sbin/pciconf/
HDpciconf.c741 if (ioctl(fd, PCIOCREAD, &pi) < 0) in read_config()