Home
last modified time | relevance | path

Searched refs:munlock (Results 1 – 25 of 48) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dmlock2.c37 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/
D16-1-buildonly.c24 dummyvar = munlock; in dummyfcn()
/third_party/musl/src/mman/
Dmunlock.c4 int munlock(const void *addr, size_t len) in munlock() function
/third_party/musl/porting/liteos_a/user/src/mman/
Dmunlock.c5 int munlock(const void *addr, size_t len) in munlock() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
D10-1.c47 result = munlock(page_ptr, BUFSIZE); in main()
D7-1.c42 result = munlock(ptr, BUFSIZE); in main()
D11-1.c42 result = munlock(notpage_ptr, page_size - 1); in main()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
Dmlock.c38 munlock(memory, memsize); in mlock_0100()
Dmunlock.c39 ret = munlock(memory, TEST_SIZE); in munlock_0100()
Dtest_src_functionalext_supplement_mman.gni25 "munlock",
/third_party/iowow/src/platform/win32/mman/
Dmman.h66 int munlock(const void *addr, size_t len);
/third_party/ltp/testcases/kernel/syscalls/mlock/
Dmlock04.c73 if (munlock(buf, file_len) == -1) in main()
Dmlock03.c82 if (munlock((void *)from, to - from) == -1) in main()
/third_party/musl/libc-test/src/api/
Dsys_mman.c53 {int(*p)(const void*,size_t) = munlock;} in f()
/third_party/ltp/testcases/kernel/syscalls/munlock/
Dmunlock01.c110 TEST(munlock(*(TC[i].addr), TC[i].len)); in main()
Dmunlock02.c114 TEST(munlock(TC[i].addr, TC[i].len)); in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h123 int munlock (const void *, size_t);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h123 int munlock (const void *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h126 int munlock (const void *, size_t);
/third_party/musl/ndk_musl_include/sys/
Dmman.h123 int munlock (const void *, size_t);
/third_party/musl/include/sys/
Dmman.h123 int munlock (const void *, size_t);
/third_party/ltp/testcases/kernel/syscalls/mincore/
Dmincore02.c53 munlock(addr, page_size * num_pages); in cleanup()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h117 int munlock (const void *, size_t);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dext_password.c109 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) { in ext_password_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dext_password.c106 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) { in ext_password_free()

12