Searched refs:_PATH_DEVPCI (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/pciconf/
H A Dpathnames.h2 #define _PATH_DEVPCI "/dev/pci" macro
H A Dpciconf.c193 fd = open(_PATH_DEVPCI, (caps || errors) ? O_RDWR : O_RDONLY, 0);
195 err(1, "%s", _PATH_DEVPCI);
649 fd = open(_PATH_DEVPCI, O_RDONLY, 0);
651 err(1, "%s", _PATH_DEVPCI);
765 fd = open(_PATH_DEVPCI, O_RDWR, 0);
767 err(1, "%s", _PATH_DEVPCI);
797 fd = open(_PATH_DEVPCI, O_RDWR, 0);
799 err(1, "%s", _PATH_DEVPCI);
813 fd = open(_PATH_DEVPCI, O_RDWR, 0);
815 err(1, "%s", _PATH_DEVPCI);
[all...]
/freebsd-10.1-release/tools/tools/pciroms/
H A Dpciroms.c47 #define _PATH_DEVPCI "/dev/pci" macro
138 if ((pci_fd = open(_PATH_DEVPCI, O_RDWR)) == -1) {
/freebsd-10.1-release/usr.sbin/bhyve/
H A Dpci_passthru.c54 #ifndef _PATH_DEVPCI
55 #define _PATH_DEVPCI "/dev/pci" macro
558 pcifd = open(_PATH_DEVPCI, O_RDWR, 0);

Completed in 86 milliseconds