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

/freebsd-11-stable/usr.sbin/pciconf/
H A Dpathnames.h2 #define _PATH_DEVPCI "/dev/pci" macro
H A Dpciconf.c199 fd = open(_PATH_DEVPCI, (bridge || caps || errors) ? O_RDWR : O_RDONLY,
202 err(1, "%s", _PATH_DEVPCI);
882 fd = open(_PATH_DEVPCI, O_RDONLY, 0);
884 err(1, "%s", _PATH_DEVPCI);
994 fd = open(_PATH_DEVPCI, O_RDWR, 0);
996 err(1, "%s", _PATH_DEVPCI);
1026 fd = open(_PATH_DEVPCI, O_RDWR, 0);
1028 err(1, "%s", _PATH_DEVPCI);
1043 fd = open(_PATH_DEVPCI, O_RDWR, 0);
1045 err(1, "%s", _PATH_DEVPCI);
[all...]
/freebsd-11-stable/tools/tools/pciroms/
H A Dpciroms.c47 #define _PATH_DEVPCI "/dev/pci" macro
138 if ((pci_fd = open(_PATH_DEVPCI, O_RDWR)) == -1) {
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_passthru.c62 #ifndef _PATH_DEVPCI
63 #define _PATH_DEVPCI "/dev/pci" macro
669 pcifd = open(_PATH_DEVPCI, O_RDWR, 0);
671 warn("failed to open %s", _PATH_DEVPCI);

Completed in 132 milliseconds