| /freebsd-12.1/sys/powerpc/booke/ |
| H A D | locore.S | 257 msync 511 msync 613 msync 616 msync 641 msync 661 msync 702 msync 729 msync 802 msync 817 msync [all …]
|
| H A D | trap_subr.S | 460 msync 475 msync; \ 481 msync 776 msync 925 msync 1114 msync 1119 msync 1123 msync
|
| /freebsd-12.1/lib/libc/sys/ |
| H A D | msync.c | 43 #pragma weak msync macro 45 msync(void *addr, size_t len, int flags) in msync() function
|
| H A D | interposing_table.c | 50 SLOT(msync, __sys_msync),
|
| H A D | Makefile.inc | 65 msync \ 258 msync.2 \
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_msync.c | 108 if (msync(map, page, flags) != 0) { in msync_sync() 181 ATF_REQUIRE(msync(map, page, MS_SYNC) != 0); in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | WindowsMMap.h | 61 int msync(void *addr, size_t length, int flags);
|
| H A D | WindowsMMap.c | 87 int msync(void *addr, size_t length, int flags) in msync() function
|
| H A D | GCDAProfiling.c | 317 if (msync(write_buffer, file_size, MS_SYNC) == -1) { in unmap_file()
|
| /freebsd-12.1/share/doc/papers/newvm/ |
| H A D | spell.ok | 44 msync
|
| /freebsd-12.1/tests/sys/cddl/zfs/bin/ |
| H A D | readmmap.c | 103 if (msync(map, size, MS_SYNC) != 0) { in main()
|
| /freebsd-12.1/tools/test/upsdl/ |
| H A D | upsdl.c | 83 status = msync(addr,FILESIZE,MS_INVALIDATE | MS_SYNC); in prepareFile()
|
| /freebsd-12.1/sys/sys/ |
| H A D | mman.h | 266 int msync(void *, size_t, int);
|
| H A D | syscall.mk | 58 msync.o \
|
| /freebsd-12.1/tools/regression/security/cap_test/ |
| H A D | cap_test_capmode.c | 121 CHECK_SYSCALL_SUCCEEDS(msync, &fd_file, 8192, MS_ASYNC); in test_capmode()
|
| /freebsd-12.1/sys/kern/ |
| H A D | capabilities.conf | 422 msync
|
| /freebsd-12.1/usr.sbin/rpc.statd/ |
| H A D | file.c | 65 if (msync((void *)status_info, 0, 0) < 0) in sync_file()
|
| /freebsd-12.1/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 207 msync
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 257 #define msync _msync
|
| H A D | un-namespace.h | 230 #undef msync
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/txg_integrity/ |
| H A D | txg_integrity.c | 580 if (msync(p_file, 0, 0)){ in main()
|
| /freebsd-12.1/tools/regression/fsx/ |
| H A D | fsx.c | 719 if (mapped_msync && msync(p, map_size, MS_SYNC) != 0) { in domapwrite() 830 if (msync(p, 0, MS_SYNC | MS_INVALIDATE) != 0) { in doinvl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 122 def FeatureMSYNC : SubtargetFeature<"msync", "HasOnlyMSYNC", "true", 123 "Has only the msync instruction instead of sync",
|
| H A D | PPCSchedule440.td | 87 // msync (a.k.a. sync) and mbar will hold in LWB until all load/store 88 // resources are empty. AGEN and CRD are held empty until the msync/mbar
|
| /freebsd-12.1/usr.sbin/pmcstat/ |
| H A D | pmcpl_gprof.c | 232 (void) msync(pgf->pgf_gmondata, pgf->pgf_ndatabytes, in pmcstat_gmon_unmap_file()
|