Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dmman.h267 int msync(void *, size_t, int) __DARWIN_ALIAS_C(msync);
/xnu-10002.41.9/libsyscall/wrappers/legacy/
H A Dmsync.c38 msync(void *addr, size_t len, int flags) in msync() function
/xnu-10002.41.9/bsd/man/man2/
H A DMakefile144 msync.2 \
/xnu-10002.41.9/osfmk/mach/
H A Dvm32_map.defs144 routine msync(
/xnu-10002.41.9/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj91 …248BA08B121DAC86008C073F /* msync.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08A121DAC8…
518 …A08A121DAC86008C073F /* msync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
984 248BA08A121DAC86008C073F /* msync.c */,
1588 248BA08B121DAC86008C073F /* msync.c in Sources */,
/xnu-10002.41.9/bsd/kern/
H A Dkern_mman.c980 msync(__unused proc_t p, struct msync_args *uap, int32_t *retval) in msync() function
/xnu-10002.41.9/tests/
H A Dkqueue_file_tests.c407 msync(addr, 20, MS_SYNC); in execute_action()