Searched refs:MS_SYNC (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/dtrace-147/libelf/
H A Doutput.c87 * The value of MS_SYNC changed from zero to non-zero
90 if ((fd = msync(p, sz, MS_SYNC)) == -1)
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dmsync.c53 static int opta = MS_SYNC;
71 " [-a (specify MS_ASYNC rather than default MS_SYNC)\n"
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dmapfile.c98 #ifndef MS_SYNC
99 #define MS_SYNC 0 macro
101 msync(mmptr, len, MS_SYNC);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmman.h140 #define MS_SYNC 0x0010 /* [MF|SIO] msync synchronously */ macro
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dsys_macosx.cpp291 int rc = msync(begin, length, MS_SYNC | MS_INVALIDATE);
H A Dsys_unix.c320 return msync(begin, length, MS_SYNC | flags);
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmemory_tests.c204 my_err = msync( my_addr, my_page_size, (MS_SYNC | MS_INVALIDATE) );
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmmopen.c218 msync((Void_t*)mmvm, MMHEAD(mmvm->file), MS_SYNC);
372 msync((Void_t*)mmdc->mmvm, MMHEAD(mmdc->file), MS_SYNC);
/macosx-10.10/NFS-82/rpc.statd/
H A Dfile.c125 if (msync((void *) status_info, status_file_len, MS_SYNC) < 0 &&
126 msync((void *) status_info, status_file_len, MS_SYNC) < 0) {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_mman.c668 if ((flags & (MS_SYNC|MS_ASYNC)) == (MS_SYNC|MS_ASYNC))
/macosx-10.10/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c319 msync(addr, 20, MS_SYNC);
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c3545 mlen += sprintf(&buf[mlen], "MS_SYNC | ");
3554 if (ti->arg3 & ~(MS_ASYNC | MS_SYNC | MS_INVALIDATE | MS_KILLPAGES | MS_DEACTIVATE))

Completed in 293 milliseconds