HomeSort by: relevance | last modified time | path
    Searched refs:MS_ASYNC (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
WindowsMMap.h 42 #define MS_ASYNC 0x0001 /* return immediately */
WindowsMMap.c 96 /* Exactly one of MS_ASYNC or MS_SYNC must be specified. */
97 switch (flags & (MS_ASYNC | MS_SYNC)) {
99 case MS_ASYNC:
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
mman.d 327 MS_ASYNC (MF|SIO)
346 enum MS_ASYNC = 1;
363 enum MS_ASYNC = 2;
376 enum MS_ASYNC = 1;
392 enum MS_ASYNC = 1;
406 enum MS_ASYNC = 0x0001;
420 enum MS_ASYNC = 0x0001;
433 enum MS_ASYNC = 0x0001;
447 enum MS_ASYNC = 0x0001;
460 enum MS_ASYNC = 0x0001
    [all...]
  /src/sys/sys/
mman.h 172 #define MS_ASYNC 0x01 /* perform asynchronous writes */
  /src/tests/lib/libc/sys/
t_msync.c 133 atf_tc_set_md_var(tc, "descr", "Test of msync(2), MS_ASYNC");
140 str = msync_sync("garbage", MS_ASYNC);
  /src/sys/uvm/
uvm_mmap.c 500 if ((flags & ~(MS_ASYNC | MS_SYNC | MS_INVALIDATE)) != 0 ||
501 (flags & (MS_ASYNC | MS_SYNC | MS_INVALIDATE)) == 0 ||
502 (flags & (MS_ASYNC | MS_SYNC)) == (MS_ASYNC | MS_SYNC))
504 if ((flags & (MS_ASYNC | MS_SYNC)) == 0)
  /src/external/gpl3/gdb/dist/readline/readline/
histfile.c 778 if (msync (buffer, buffer_size, MS_ASYNC) != 0 || munmap (buffer, buffer_size) != 0)
  /src/external/gpl3/gdb.old/dist/readline/readline/
histfile.c 778 if (msync (buffer, buffer_size, MS_ASYNC) != 0 || munmap (buffer, buffer_size) != 0)
  /src/external/gpl3/binutils/dist/libctf/
ctf-archive.c 1321 if (msync (header, headersz, MS_ASYNC) < 0)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-archive.c 1321 if (msync (header, headersz, MS_ASYNC) < 0)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-archive.c 1314 if (msync (header, headersz, MS_ASYNC) < 0)
  /src/external/gpl3/gdb/dist/libctf/
ctf-archive.c 1321 if (msync (header, headersz, MS_ASYNC) < 0)
  /src/external/bsd/nsd/dist/
udb.c 307 msync(udb->base, udb->base_size, MS_ASYNC);
369 if(msync(udb->base, udb->base_size, wait?MS_SYNC:MS_ASYNC) != 0) {
server.c 657 sizeof(struct nsdst)*nsd->zonestatsize[idx], MS_ASYNC) != 0)
  /src/external/bsd/ppp/dist/pppd/
lcp.c 2316 if (msync(lcp_rtt_buffer, LCP_RTT_FILE_SIZE, MS_ASYNC) < 0)
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 456 #ifndef MS_ASYNC
457 #define MS_ASYNC 0
2575 ? MS_ASYNC : MS_SYNC;
3929 rc = (env->me_flags & MDB_MAPASYNC) ? MS_ASYNC : MS_SYNC;
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 1933 /* MS_ASYNC dtrt with the removed mapping, including a
1935 if (msync (hdr.buffer, extent, MS_ASYNC)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 1888 /* MS_ASYNC dtrt with the removed mapping, including a
1890 if (msync (hdr.buffer, extent, MS_ASYNC)

Completed in 56 milliseconds