/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | mlock2.c | 37 munlock(memory, memsize); in mlock2_0100() 60 munlock(memory, memsize); in mlock2_0200()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/ |
D | 16-1-buildonly.c | 24 dummyvar = munlock; in dummyfcn()
|
/third_party/musl/src/mman/ |
D | munlock.c | 4 int munlock(const void *addr, size_t len) in munlock() function
|
/third_party/musl/porting/liteos_a/user/src/mman/ |
D | munlock.c | 5 int munlock(const void *addr, size_t len) in munlock() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/ |
D | 10-1.c | 47 result = munlock(page_ptr, BUFSIZE); in main()
|
D | 7-1.c | 42 result = munlock(ptr, BUFSIZE); in main()
|
D | 11-1.c | 42 result = munlock(notpage_ptr, page_size - 1); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
D | mlock.c | 38 munlock(memory, memsize); in mlock_0100()
|
D | munlock.c | 39 ret = munlock(memory, TEST_SIZE); in munlock_0100()
|
D | test_src_functionalext_supplement_mman.gni | 25 "munlock",
|
/third_party/iowow/src/platform/win32/mman/ |
D | mman.h | 66 int munlock(const void *addr, size_t len);
|
/third_party/ltp/testcases/kernel/syscalls/mlock/ |
D | mlock04.c | 73 if (munlock(buf, file_len) == -1) in main()
|
D | mlock03.c | 82 if (munlock((void *)from, to - from) == -1) in main()
|
/third_party/musl/libc-test/src/api/ |
D | sys_mman.c | 53 {int(*p)(const void*,size_t) = munlock;} in f()
|
/third_party/ltp/testcases/kernel/syscalls/munlock/ |
D | munlock01.c | 110 TEST(munlock(*(TC[i].addr), TC[i].len)); in main()
|
D | munlock02.c | 114 TEST(munlock(TC[i].addr, TC[i].len)); in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 123 int munlock (const void *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 123 int munlock (const void *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 126 int munlock (const void *, size_t);
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 123 int munlock (const void *, size_t);
|
/third_party/musl/include/sys/ |
D | mman.h | 123 int munlock (const void *, size_t);
|
/third_party/ltp/testcases/kernel/syscalls/mincore/ |
D | mincore02.c | 53 munlock(addr, page_size * num_pages); in cleanup()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 117 int munlock (const void *, size_t);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | ext_password.c | 109 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) { in ext_password_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | ext_password.c | 106 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) { in ext_password_free()
|