Searched defs:mmap64 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dmmap.s37 ANSI_PRAGMA_WEAK(mmap64,function)
65 * C library -- mmap64
66 * caddr_t mmap64(caddr_t addr, size_t len, int prot,
70 ENTRY(mmap64) function
76 SYSTRAP_RVAL1(mmap64)
79 SET_SIZE(mmap64)
/illumos-gate/usr/src/lib/madv/common/
H A Dmadv.c774 * mmap64 interpose
777 mmap64(caddr_t addr, size_t len, int prot, int flags, int fd, off64_t pos) function
790 mmap64func = (caddr_t (*)()) dlsym(RTLD_NEXT, "mmap64");
816 "mmap64 advice: 0x%x 0x%x %d, rc %d errno %d\n",
/illumos-gate/usr/src/uts/common/sys/
H A Dmman.h205 #pragma redefine_extname mmap mmap64
207 #define mmap mmap64
213 #pragma redefine_extname mmap64 mmap
215 #define mmap64 mmap macro
241 extern void *mmap64(void *, size_t, int, int, int, off64_t);
265 extern caddr_t mmap64(caddr_t, size_t, int, int, int, off64_t);

Completed in 77 milliseconds