Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpciio.h171 #define PCIOCATTACHED _IOWR('p', 4, struct pci_io) macro
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c1083 if (ioctl(fd, PCIOCATTACHED, &pi) < 0) in chkattached()
/freebsd/sys/dev/pci/
H A Dpci_user.c1359 case PCIOCATTACHED: in pci_ioctl()