Searched refs:msync (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dmodule.mk21 msync.c \
H A Dmsync.c38 msync(void *addr, size_t len, int flags) function
/darwin-on-arm/xnu/bsd/sys/
H A Dmman.h148 * msync() flags
152 #define MS_SYNC 0x0010 /* [MF|SIO] msync synchronously */
214 int msync(void *, size_t, int) __DARWIN_ALIAS_C(msync); variable
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile.benchmarks76 msync \
H A Dmsync.c73 "notes: measures msync()\n",
151 if (msync(ts->ts_map, optl, opta | opti) < 0) {
152 perror("msync:");
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile120 msync.2 \
/darwin-on-arm/xnu/osfmk/mach/
H A Dvm32_map.defs144 routine msync(
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl138 msgrcv msgsnd msync
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c97 * Test madvise, mincore, minherit, mlock, mlock, mmap, mprotect, msync, munmap system calls.
283 /* modify first page then use msync to push data out */
285 my_err = msync( my_addr, my_page_size, (MS_SYNC | MS_INVALIDATE) );
287 printf( "msync call failed with error %d - \"%s\" \n", errno, strerror( errno) );
318 printf( "msync did not flush correct data \n" );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mman.c625 msync(__unused proc_t p, struct msync_args *uap, int32_t *retval) function
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c318 msync(addr, 20, MS_SYNC);

Completed in 40 milliseconds