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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A DlinuxPci.c82 static int is26 = -1; local in function:linuxPciOpenFile
88 if (is26 == -1) {
89 is26 = (stat("/sys/bus/pci", &ignored) < 0) ? 0 : 1;
98 if (is26) {

Completed in 2 milliseconds