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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_agp.c29 #ifndef AGP_DEVICE
30 #define AGP_DEVICE "/dev/agpgart" macro
72 gartFd = open(AGP_DEVICE, O_RDWR, 0);
78 "GARTInit: Unable to open " AGP_DEVICE " (%s)\n",
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_agp.c28 #ifndef AGP_DEVICE
29 #define AGP_DEVICE "/dev/agpgart" macro
72 gartFd = open(AGP_DEVICE, O_RDWR, 0);
78 "GARTInit: Unable to open " AGP_DEVICE " (%s)\n",
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_agp.c84 gartFd = open(AGP_DEVICE, O_RDWR);
90 "GARTInit: Unable to open " AGP_DEVICE " (%s)\n",
97 "GARTInit: " AGP_DEVICE " opened successfully\n");
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_agp.c85 gartFd = open(AGP_DEVICE, O_RDWR);
91 "GARTInit: Unable to open " AGP_DEVICE " (%s)\n",
98 "GARTInit: " AGP_DEVICE " opened successfully\n");

Completed in 8 milliseconds