HomeSort by relevance Sort by last modified time
    Searched full:munlock (Results 1 - 25 of 874) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
munlock.S 5 ENTRY(munlock) function
14 END(munlock)
  /bionic/libc/arch-arm/syscalls/
munlock.S 5 ENTRY(munlock) function
16 END(munlock)
  /bionic/libc/arch-mips/syscalls/
munlock.S 5 ENTRY(munlock) function
19 END(munlock)
  /bionic/libc/arch-x86_64/syscalls/
munlock.S 5 ENTRY(munlock) function
15 END(munlock)
  /external/strace/tests/
mlock.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (mlock -a20 -e trace=mlock,munlock); do not edit.
4 run_strace_match_diff -a20 -e trace=mlock,munlock
mlock.c 19 printf("munlock(%p, %d) = %s\n", addr, size, sprintrc(rc));
  /external/strace/tests-m32/
mlock.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (mlock -a20 -e trace=mlock,munlock); do not edit.
4 run_strace_match_diff -a20 -e trace=mlock,munlock
mlock.c 19 printf("munlock(%p, %d) = %s\n", addr, size, sprintrc(rc));
  /external/strace/tests-mx32/
mlock.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (mlock -a20 -e trace=mlock,munlock); do not edit.
4 run_strace_match_diff -a20 -e trace=mlock,munlock
mlock.c 19 printf("munlock(%p, %d) = %s\n", addr, size, sprintrc(rc));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
assertions.xml 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}">
3 The munlock() function shall unlock those whole pages containing any part of
8 <assertion id="2" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}">
11 <assertion id="3" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}">
12 If any of the pages in the range specified to a call to munlock() are also
14 those pages by another process are unaffected by the call of this process to munlock()
16 <assertion id="4" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}">
17 If any of the pages in the range specified by a call to munlock() are also
22 <assertion id="5" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}">
23 Upon successful return from munlock(), pages in the specified range shall b
    [all...]
9-1.sh 3 # Test that the munlock() function return -1 upon unsuccessful completion.
11-1.c 10 * Test that munlock() set errno = EINVAL when addr is not a multiple of
42 result = munlock(notpage_ptr, page_size - 1);
46 ("munlock() does not require that addr be a multiple of {PAGESIZE}.\nTest PASSED\n");
50 ("munlock() requires that addr be a multiple of {PAGESIZE}.\nTest PASSED\n");
53 printf("munlock() returns a value of %i instead of 0 or 1.\n",
55 perror("munlock");
10-1.c 10 * Test that the munlock() function sets errno = ENOMEM if some or all of the
39 result = munlock(page_ptr, BUFSIZE);
7-1.c 10 * Test that munlock return a value of zero upon successful completion.
42 result = munlock(ptr, BUFSIZE);
  /bionic/libc/arch-mips64/syscalls/
munlock.S 5 ENTRY(munlock) function
25 END(munlock)
  /bionic/libc/arch-x86/syscalls/
munlock.S 5 ENTRY(munlock) function
34 END(munlock)
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
16-1-buildonly.c 11 * int munlock(const void *, size_t)
24 dummyvar = munlock;
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
mlock_test.cc 11 assert(0 == munlock((void *)0x987, 0x654));
  /external/ltp/testcases/kernel/syscalls/mlock/
mlock03.c 2 * Stack size mapping is decreased through mlock/munlock call.
5 * mapping through several loops of mlock/munlock of /proc/self/maps.
8 * munlock 76KiB bfef2000-bff05000 rw-p 00000000 00:00 0 [stack]
11 * munlock 44KiB bfefa000-bff05000 rw-p 00000000 00:00 0 [stack]
82 if (munlock((void *)from, to - from) == -1)
84 "munlock failed");
90 (lc & 1) ? "munlock" : "mlock", from, to);
  /external/fio/os/windows/posix/include/sys/
mman.h 33 int munlock(const void * addr, size_t len);
  /development/ndk/platforms/android-21/include/sys/
mman.h 56 extern int munlock(const void*, size_t);
60 extern int munlock(const void*, size_t);
  /external/wpa_supplicant_8/src/utils/
ext_password.c 106 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) {
107 wpa_printf(MSG_ERROR, "EXT PW: munlock failed: %s",
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
mman.h 56 extern int munlock(const void*, size_t);
60 extern int munlock(const void*, size_t);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
mman.h 56 extern int munlock(const void*, size_t);
60 extern int munlock(const void*, size_t);

Completed in 751 milliseconds

1 2 3 4 5 6 7 8 91011>>