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 D | lnx_agp.c | 29 #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 D | lnx_agp.c | 28 #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 D | sun_agp.c | 84 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 D | sun_agp.c | 85 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