Home
last modified time | relevance | path

Searched refs:msync (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dmman.h276 int msync(void *, size_t, int) __DARWIN_ALIAS_C(msync);
/xnu-12377.1.9/libsyscall/wrappers/legacy/
H A Dmsync.c38 msync(void *addr, size_t len, int flags) in msync() function
/xnu-12377.1.9/bsd/man/man2/
H A DMakefile146 msync.2 \
/xnu-12377.1.9/tests/vm/
H A Dtest_vm_no_pager_helper.c313 ret = msync(mapped, 1024, MS_SYNC | MS_INVALIDATE); in forced_unmount_panic_test()
/xnu-12377.1.9/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj91 …248BA08B121DAC86008C073F /* msync.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08A121DAC8…
520 …A08A121DAC86008C073F /* msync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
991 248BA08A121DAC86008C073F /* msync.c */,
1598 248BA08B121DAC86008C073F /* msync.c in Sources */,
/xnu-12377.1.9/bsd/kern/
H A Dkern_mman.c990 msync(__unused proc_t p, struct msync_args *uap, int32_t *retval) in msync() function
/xnu-12377.1.9/tests/
H A Dkqueue_file_tests.c407 msync(addr, 20, MS_SYNC); in execute_action()