/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | tsimpleinj.c | 114 expecterr("msync expect error", msync(page, PS, MS_SYNC)); in main() 126 expecterr("hole msync expect error", msync(page, PS, MS_SYNC)); in main() 151 expecterr("rfp msync expect error", msync(page, PS, MS_SYNC)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/ |
D | 15-1-buildonly.c | 25 dummyvar = msync; in dummyfcn()
|
/third_party/musl/src/mman/ |
D | msync.c | 4 int msync(void *start, size_t len, int flags) in msync() function
|
/third_party/musl/porting/liteos_a/user/src/mman/ |
D | msync.c | 5 int msync(void *start, size_t len, int flags) in msync() function
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
D | msync.c | 47 int rev = msync(map, TEST_MS_SIZE, MS_ASYNC); in msync_0100()
|
D | test_src_functionalext_supplement_mman.gni | 19 "msync",
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
D | 3-7.c | 62 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE); in main()
|
D | 3-6.c | 71 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE); in main()
|
/third_party/iowow/src/platform/win32/mman/ |
D | mman.h | 64 int msync(void *addr, size_t len, int flags);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 12-1.c | 73 msync(pa, size, MS_SYNC); in main()
|
D | 7-2.c | 74 if (msync(pa, size, MS_SYNC) != 0) { in main()
|
D | 7-1.c | 74 if (msync(pa, size, MS_SYNC) != 0) { in main()
|
/third_party/libinput/test/ |
D | valgrind.suppressions | 44 msync(start)
|
/third_party/musl/libc-test/src/api/ |
D | sys_mman.c | 51 {int(*p)(void*,size_t,int) = msync;} in f()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | common_sparse.h | 51 msync(p, size, MS_SYNC); in dirty_freeblocks()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
D | 4-1.c | 88 if ((rc = msync(pa, size, MS_SYNC)) != 0) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/msync/ |
D | msync02.c | 94 TEST(msync(addr, page_sz, MS_INVALIDATE)); in main()
|
D | msync04.c | 63 if (msync(mmaped_area, pagesize, MS_SYNC) < 0) { in test_msync()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 112 int msync (void *, size_t, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 118 int msync (void *, size_t, int);
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 118 int msync (void *, size_t, int);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 121 int msync (void *, size_t, int);
|
/third_party/musl/include/sys/ |
D | mman.h | 118 int msync (void *, size_t, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 118 int msync (void *, size_t, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 118 int msync (void *, size_t, int);
|