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

/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dmsync.c38 msync(void *addr, size_t len, int flags) function
/xnu-2782.1.97/bsd/sys/
H A Dmman.h136 * msync() flags
140 #define MS_SYNC 0x0010 /* [MF|SIO] msync synchronously */
202 int msync(void *, size_t, int) __DARWIN_ALIAS_C(msync); variable
/xnu-2782.1.97/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:");
/xnu-2782.1.97/bsd/man/man2/
H A DMakefile128 msync.2 \
/xnu-2782.1.97/osfmk/mach/
H A Dvm32_map.defs144 routine msync(
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmemory_tests.c31 * Test madvise, mincore, minherit, mlock, mlock, mmap, mprotect, msync, munmap system calls.
202 /* modify first page then use msync to push data out */
204 my_err = msync( my_addr, my_page_size, (MS_SYNC | MS_INVALIDATE) );
206 printf( "msync call failed with error %d - \"%s\" \n", errno, strerror( errno) );
237 printf( "msync did not flush correct data \n" );
/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl142 msgrcv msgsnd msync
/xnu-2782.1.97/bsd/kern/
H A Dkern_mman.c631 msync(__unused proc_t p, struct msync_args *uap, int32_t *retval) function
/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c319 msync(addr, 20, MS_SYNC);

Completed in 78 milliseconds