Searched refs:__msync13 (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/compat/sys/ |
| H A D | mman.h | 45 int __msync13(void *, size_t, int);
|
| /netbsd-src/lib/libc/compat/sys/ |
| H A D | compat_msync.c | 51 return __msync13(addr, size, MS_SYNC|MS_INVALIDATE); in msync()
|
| /netbsd-src/sys/sys/ |
| H A D | mman.h | 232 int msync(void *, size_t, int) __RENAME(__msync13);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | mman.d | 499 int __msync13(void*, size_t, int); 500 alias msync = __msync13;
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread_cancelstub.c | 388 __msync13(void *addr, size_t len, int flags) in __msync13() function 768 __strong_alias(___msync13, __msync13)
|
| /netbsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 185 msgrcv.S msgsnd.S __msync13.S __nanosleep50.S open.S openat.S \
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 2025 PRE_SYSCALL(__msync13)(void *addr_, long long len_, long long flags_) { 2028 POST_SYSCALL(__msync13)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 2050 PRE_SYSCALL(__msync13)(void *addr_, long long len_, long long flags_) { 2053 POST_SYSCALL(__msync13)
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 2050 PRE_SYSCALL(__msync13)(void *addr_, long long len_, long long flags_) { 2053 POST_SYSCALL(__msync13)
|