Searched defs:MAP_FAILED (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/os/ |
H A D | os_map.c | 408 /* MAP_FAILED was not defined in early mmap implementations. */ 409 #ifndef MAP_FAILED 410 #define MAP_FAILED -1 macro 413 mmap(NULL, len, prot, flags, fd, (off_t)0)) == (void *)MAP_FAILED)
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmmopen.c | 44 #define mmap(a,b,c,d,e,f) MAP_FAILED 45 #define munmap(a,b) MAP_FAILED 53 #ifndef MAP_FAILED 54 #define MAP_FAILED (void*)(-1) macro 116 if(base == (Void_t*)MAP_FAILED) 130 if(base == (Void_t*)MAP_FAILED) 196 if(caddr == (Void_t*)MAP_FAILED)
|
H A D | vmbest.c | 1244 #ifndef MAP_FAILED 1245 #define MAP_FAILED ((Void_t*)(-1)) macro 1358 if(addr && addr != (Vmuchar_t*)MAP_FAILED) 1383 if(addr && addr != (Vmuchar_t*)MAP_FAILED)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mman.h | 281 #define MAP_FAILED ((void *) -1) macro
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_impl.h | 49 #define MAP_FAILED ((void *)-1) macro
|
Completed in 65 milliseconds