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

/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dmman.h38 int msync(void *, size_t);
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat_msync.c1 /* $NetBSD: msync.c,v 1.4 2005/06/12 05:21:28 lukem Exp $ */
36 __RCSID("$NetBSD: msync.c,v 1.4 2005/06/12 05:21:28 lukem Exp $");
45 __warn_references(msync,
46 "warning: reference to compatibility msync(); include <sys/mman.h> for correct reference")
49 msync(addr, size) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ppc/
H A Dbooke.s22 msync
H A Dbooke_xcoff.s22 msync
H A Dbooke_xcoff.d23 34: 7c 00 04 ac msync
H A Dbooke.d26 38: 7c 00 04 ac msync
H A De500.d55 b4: 7c 00 04 ac msync
56 b8: 7c 00 04 ac msync
H A D476.s305 msync
H A Da2.s523 msync
H A D476.d312 4b8: 7c 00 04 ac msync
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_msync.c46 static const char path[] = "msync";
121 if (msync(map, page, flags) != 0) {
122 str = "failed to msync";
127 str = "msync did not synchronize";
146 atf_tc_set_md_var(tc, "descr", "Test of msync(2), MS_ASYNC");
162 atf_tc_set_md_var(tc, "descr", "Test error conditions in msync(2)");
176 ATF_REQUIRE(msync((void *)INT_MAX, page, MS_SYNC) != 0);
183 atf_tc_set_md_var(tc, "descr", "Test of msync(2), MS_INVALIDATE");
199 atf_tc_set_md_var(tc, "descr", "Test of msync(2), MS_SYNC");
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dmman.h120 * Flags to msync
175 int msync(void *, size_t, int) __RENAME(__msync13);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/mpc85xx/
H A Dmpc85xx_start.S241 msync
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dhistfile.c511 if (msync (buffer, buffer_size, 0) != 0 || munmap (buffer, buffer_size) != 0)
/netbsd-6-1-5-RELEASE/lib/librumpuser/
H A Drumpuser.c316 DOCALL_KLOCK(int, (msync(addr, len, MS_SYNC)));
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A DMakefile.inc232 mprotect.2 mremap.2 msgctl.2 msgget.2 msgrcv.2 msgsnd.2 msync.2 \
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dpio_subr.S44 #define DBGSYNC msync
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32r/
H A Dtraps-linux.c1200 result = msync((void *) arg1, arg2, arg3);

Completed in 219 milliseconds