/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/mm/ |
D | mod.rs | 6 mod msync; module
|
D | msync.rs | 44 pub unsafe fn msync(addr: *mut c_void, len: usize, flags: MsyncFlags) -> io::Result<()> { in msync() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | msync_darwin_libc.go | 12 func msync(b []byte, flags int) (err error) func
|
/aosp_15_r20/external/trusty/musl/src/mman/ |
D | msync.c | 4 int msync(void *start, size_t len, int flags) in msync() function
|
/aosp_15_r20/external/musl/src/mman/ |
H A D | msync.c | 4 int msync(void *start, size_t len, int flags) in msync() function
|
/aosp_15_r20/external/compiler-rt/lib/profile/ |
H A D | WindowsMMap.c | 91 int msync(void *addr, size_t length, int flags) in msync() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/mm/ |
D | syscalls.rs | 34 pub(crate) unsafe fn msync(addr: *mut c::c_void, len: usize, flags: MsyncFlags) -> io::Result<()> { in msync() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/mm/ |
D | syscalls.rs | 55 pub(crate) unsafe fn msync(addr: *mut c::c_void, len: usize, flags: MsyncFlags) -> io::Result<()> { in msync() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/ |
D | mman.rs | 578 pub unsafe fn msync( in msync() function
|
/aosp_15_r20/external/crosvm/base/src/sys/windows/ |
H A D | mmap_platform.rs | 202 pub fn msync(&self) -> Result<()> { in msync() method
|
H A D | mmap.rs | 41 pub fn msync(&self, offset: usize, size: usize) -> Result<()> { in msync() method
|
/aosp_15_r20/external/strace/ |
H A D | mem.c | 267 SYS_FUNC(msync) in SYS_FUNC() argument
|
/aosp_15_r20/external/coreboot/src/soc/samsung/common/include/soc/ |
H A D | dsim.h | 19 unsigned int msync; member
|
/aosp_15_r20/external/crosvm/base/src/sys/linux/ |
H A D | mmap.rs | 60 pub fn msync(&self, offset: usize, size: usize) -> Result<()> { in msync() method 441 pub fn msync(&self) -> Result<()> { in msync() method
|
/aosp_15_r20/external/crosvm/base/src/sys/macos/ |
H A D | mod.rs | 117 pub fn msync(&self) -> Result<(), MmapError> { in msync() method
|
/aosp_15_r20/external/crosvm/base/src/ |
H A D | mmap.rs | 361 pub fn msync(&self) -> Result<()> { in msync() method
|
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/ |
H A D | BlockGuardOs.java | 476 @Override public void msync(long address, long byteCount, int flags) throws ErrnoException { in msync() method in BlockGuardOs
|
H A D | ForwardingOs.java | 512 …public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(addres… in msync() method in ForwardingOs
|
H A D | Os.java | 449 public void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method
|
H A D | Linux.java | 169 public native void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method in Linux
|
/aosp_15_r20/libcore/luni/src/main/java/android/system/ |
H A D | Os.java | 479 …public static void msync(long address, long byteCount, int flags) throws ErrnoException { Libcore.… in msync() method in Os
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | zsyscall_darwin_amd64.go | 1102 func msync(b []byte, flags int) (err error) { func
|
D | zsyscall_darwin_arm64.go | 1102 func msync(b []byte, flags int) (err error) { func
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | pthread.h | 465 #define msync(...) (pthread_testcancel(), msync(__VA_ARGS__)) macro
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/ |
H A D | mod.rs | 704 pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int; in msync() function
|