Searched refs:DEV_APERTURE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/ |
| H A D | alpha_video.c | 92 #define DEV_APERTURE "/dev/xf86" macro 112 if ((fd = open(DEV_APERTURE, O_RDWR)) >= 0) { in checkDevMem() 121 DEV_APERTURE); in checkDevMem() 127 DEV_APERTURE, strerror(errno)); in checkDevMem() 156 "\t(%s)\n", DEV_APERTURE, DEV_MEM, strerror(errno)); in checkDevMem() 159 "\t(%s)\n%s", DEV_APERTURE, DEV_MEM, strerror(errno), in checkDevMem()
|
| H A D | i386_video.c | 64 #define DEV_APERTURE "/dev/xf86" macro 112 if ((fd = open(DEV_APERTURE, O_RDWR)) >= 0) { in checkDevMem() 122 DEV_APERTURE); in checkDevMem() 129 DEV_APERTURE, strerror(errno)); in checkDevMem() 137 "\t(%s)\n", DEV_MEM, DEV_APERTURE, strerror(errno)); in checkDevMem() 140 "\t(%s)\n%s", DEV_MEM, DEV_APERTURE, strerror(errno), in checkDevMem()
|