HomeSort by: relevance | last modified time | path
    Searched defs:MAP_FAILED (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
sparc64_video.c 37 #ifndef MAP_FAILED
38 #define MAP_FAILED ((caddr_t)-1)
73 if (base == MAP_FAILED)
ppc_video.c 40 #ifndef MAP_FAILED
41 #define MAP_FAILED ((caddr_t)-1)
72 volatile unsigned char *ioBase = MAP_FAILED;
88 if (base == MAP_FAILED)
149 unsigned int IOPortBase = (int)MAP_FAILED;
158 if (ioBase == MAP_FAILED)
164 if (ioBase == MAP_FAILED) {
181 if (ioBase != MAP_FAILED)
184 ioBase = MAP_FAILED;
186 IOPortBase = (unsigned int)MAP_FAILED;
    [all...]
arm_video.c 100 #ifndef MAP_FAILED
101 #define MAP_FAILED ((caddr_t)-1)
142 if (base != MAP_FAILED)
198 if (base == MAP_FAILED)
218 if (base == MAP_FAILED)
alpha_video.c 55 #ifndef MAP_FAILED
56 #define MAP_FAILED ((caddr_t)-1)
229 if (base != MAP_FAILED) {
249 if (base != MAP_FAILED) {
325 if (base == MAP_FAILED)
345 if (base == MAP_FAILED)
534 if (memSBase == MAP_FAILED || memBase == MAP_FAILED) {
i386_video.c 67 #ifndef MAP_FAILED
68 #define MAP_FAILED ((caddr_t)-1)
128 if (base != MAP_FAILED)
161 if (base != MAP_FAILED)
243 if (base == MAP_FAILED)
264 if (base == MAP_FAILED)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
bios_mmap.c 34 #ifndef MAP_FAILED
35 #define MAP_FAILED ((void *)-1)
64 if (ptr == MAP_FAILED)
127 if (base == MAP_FAILED)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
compiler.h 598 #ifndef MAP_FAILED
599 #define MAP_FAILED ((void *)-1)
712 if (ioBase == MAP_FAILED)
720 if (ioBase == MAP_FAILED)
728 if (ioBase == MAP_FAILED)
736 if (ioBase == MAP_FAILED)
744 if (ioBase == MAP_FAILED)
752 if (ioBase == MAP_FAILED)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
xf86_OSlib.h 346 #ifndef MAP_FAILED
347 #define MAP_FAILED ((void *)-1)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
compiler.h 787 # ifndef MAP_FAILED
788 # define MAP_FAILED ((void *)-1)
952 if(ioBase == MAP_FAILED) return;
959 if(ioBase == MAP_FAILED) return;
966 if(ioBase == MAP_FAILED) return;
973 if(ioBase == MAP_FAILED) return 0;
980 if(ioBase == MAP_FAILED) return 0;
987 if(ioBase == MAP_FAILED) return 0;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_video.c 49 #ifndef MAP_FAILED
50 #define MAP_FAILED ((void *)-1)
459 if (base == MAP_FAILED) {
514 if (ioBase == MAP_FAILED) {
666 if (ret == (unsigned long)MAP_FAILED) {
674 if (rets == (unsigned long)MAP_FAILED ||
  /xsrc/external/mit/libdrm/dist/
xf86drm.c 73 /* Not all systems have MAP_FAILED defined */
74 #ifndef MAP_FAILED
75 #define MAP_FAILED ((void *)-1)
1801 if (*address == MAP_FAILED)

Completed in 11 milliseconds