Lines Matching defs:mmap
83 /* other flags to mmap (or-ed in to MAP_SHARED or MAP_PRIVATE) */
121 * new mmap calls. Previous binaries with old mmap calls will continue
122 * to get 0 or -1 for return values. New mmap calls will get the mapped
124 * new mmap calls automatically have the kernel assign the map address
205 #pragma redefine_extname mmap mmap64
207 #define mmap mmap64
213 #pragma redefine_extname mmap64 mmap
215 #define mmap64 mmap
226 * Except for old binaries mmap() will return the resultant
230 extern void *mmap(void *, size_t, int, int, int, off_t);
244 extern caddr_t mmap(caddr_t, size_t, int, int, int, off_t);
280 /* mmap failure value */