HomeSort by relevance Sort by last modified time
    Searched defs:prctl (Results 1 - 25 of 38) sorted by null

1 2

  /bionic/libc/arch-arm/syscalls/
prctl.S 5 ENTRY(prctl) function
22 END(prctl)
  /bionic/libc/arch-arm64/syscalls/
prctl.S 5 ENTRY(prctl) function
14 END(prctl)
  /bionic/libc/arch-mips/syscalls/
prctl.S 5 ENTRY(prctl) function
19 END(prctl)
  /bionic/libc/arch-mips64/syscalls/
prctl.S 5 ENTRY(prctl) function
25 END(prctl)
  /bionic/libc/arch-x86/syscalls/
prctl.S 5 ENTRY(prctl) function
49 END(prctl)
  /bionic/libc/arch-x86_64/syscalls/
prctl.S 5 ENTRY(prctl) function
16 END(prctl)
  /external/strace/tests/
prctl-dumpable.c 2 * Check decoding of prctl PR_GET_DUMPABLE/PR_SET_DUMPABLE operations.
34 #include <linux/prctl.h>
45 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
70 prctl(PR_SET_DUMPABLE, 3);
71 printf("prctl(PR_SET_DUMPABLE, 0x3 /* SUID_DUMP_??? */) = %s\n",
74 prctl(PR_SET_DUMPABLE, bogus_dumpable1);
76 printf("prctl(PR_SET_DUMPABLE, SUID_DUMP_USER) = %s\n", errstr);
78 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */)"
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
84 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */) = %s\n"
    [all...]
prctl-securebits.c 2 * Check decoding of prctl PR_GET_SECUREBITS/PR_SET_SECUREBITS operations.
33 #include <linux/prctl.h>
46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
65 prctl(PR_SET_SECUREBITS, 0);
66 printf("prctl(PR_SET_SECUREBITS, 0) = %s\n", errstr);
68 prctl(PR_SET_SECUREBITS, bits1);
69 printf("prctl(PR_SET_SECUREBITS, SECBIT_NOROOT|SECBIT_NOROOT_LOCKED|"
76 prctl(PR_SET_SECUREBITS, bits2);
77 printf("prctl(PR_SET_SECUREBITS, %#llx /* SECBIT_??? */)"
81 prctl(PR_SET_SECUREBITS, bits3)
    [all...]
prctl-arg2-intptr.c 2 * Check decoding of prctl operations which use arg2 as pointer to an integer
41 # include <linux/prctl.h>
46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
79 prctl(options[i].val | bogus_op_bits, 0);
80 printf("prctl(%s, NULL) = %s\n", options[i].str, errstr);
83 prctl(options[i].val | bogus_op_bits, bogus_addr1);
84 printf("prctl(%s, %#llx) = %s\n", options[i].str,
88 prctl(options[i].val | bogus_op_bits, bogus_addr2);
89 printf("prctl(%s, %#llx) = %s\n", options[i].str,
92 prctl(options[i].val | bogus_op_bits, (uintptr_t) (ptr + 1))
    [all...]
  /external/strace/tests-m32/
prctl-dumpable.c 2 * Check decoding of prctl PR_GET_DUMPABLE/PR_SET_DUMPABLE operations.
34 #include <linux/prctl.h>
45 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
70 prctl(PR_SET_DUMPABLE, 3);
71 printf("prctl(PR_SET_DUMPABLE, 0x3 /* SUID_DUMP_??? */) = %s\n",
74 prctl(PR_SET_DUMPABLE, bogus_dumpable1);
76 printf("prctl(PR_SET_DUMPABLE, SUID_DUMP_USER) = %s\n", errstr);
78 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */)"
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
84 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */) = %s\n"
    [all...]
prctl-securebits.c 2 * Check decoding of prctl PR_GET_SECUREBITS/PR_SET_SECUREBITS operations.
33 #include <linux/prctl.h>
46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
65 prctl(PR_SET_SECUREBITS, 0);
66 printf("prctl(PR_SET_SECUREBITS, 0) = %s\n", errstr);
68 prctl(PR_SET_SECUREBITS, bits1);
69 printf("prctl(PR_SET_SECUREBITS, SECBIT_NOROOT|SECBIT_NOROOT_LOCKED|"
76 prctl(PR_SET_SECUREBITS, bits2);
77 printf("prctl(PR_SET_SECUREBITS, %#llx /* SECBIT_??? */)"
81 prctl(PR_SET_SECUREBITS, bits3)
    [all...]
prctl-arg2-intptr.c 2 * Check decoding of prctl operations which use arg2 as pointer to an integer
41 # include <linux/prctl.h>
46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
79 prctl(options[i].val | bogus_op_bits, 0);
80 printf("prctl(%s, NULL) = %s\n", options[i].str, errstr);
83 prctl(options[i].val | bogus_op_bits, bogus_addr1);
84 printf("prctl(%s, %#llx) = %s\n", options[i].str,
88 prctl(options[i].val | bogus_op_bits, bogus_addr2);
89 printf("prctl(%s, %#llx) = %s\n", options[i].str,
92 prctl(options[i].val | bogus_op_bits, (uintptr_t) (ptr + 1))
    [all...]
  /external/strace/tests-mx32/
prctl-dumpable.c 2 * Check decoding of prctl PR_GET_DUMPABLE/PR_SET_DUMPABLE operations.
34 #include <linux/prctl.h>
45 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
70 prctl(PR_SET_DUMPABLE, 3);
71 printf("prctl(PR_SET_DUMPABLE, 0x3 /* SUID_DUMP_??? */) = %s\n",
74 prctl(PR_SET_DUMPABLE, bogus_dumpable1);
76 printf("prctl(PR_SET_DUMPABLE, SUID_DUMP_USER) = %s\n", errstr);
78 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */)"
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
84 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */) = %s\n"
    [all...]
prctl-securebits.c 2 * Check decoding of prctl PR_GET_SECUREBITS/PR_SET_SECUREBITS operations.
33 #include <linux/prctl.h>
46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
65 prctl(PR_SET_SECUREBITS, 0);
66 printf("prctl(PR_SET_SECUREBITS, 0) = %s\n", errstr);
68 prctl(PR_SET_SECUREBITS, bits1);
69 printf("prctl(PR_SET_SECUREBITS, SECBIT_NOROOT|SECBIT_NOROOT_LOCKED|"
76 prctl(PR_SET_SECUREBITS, bits2);
77 printf("prctl(PR_SET_SECUREBITS, %#llx /* SECBIT_??? */)"
81 prctl(PR_SET_SECUREBITS, bits3)
    [all...]
prctl-arg2-intptr.c 2 * Check decoding of prctl operations which use arg2 as pointer to an integer
41 # include <linux/prctl.h>
46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
79 prctl(options[i].val | bogus_op_bits, 0);
80 printf("prctl(%s, NULL) = %s\n", options[i].str, errstr);
83 prctl(options[i].val | bogus_op_bits, bogus_addr1);
84 printf("prctl(%s, %#llx) = %s\n", options[i].str,
88 prctl(options[i].val | bogus_op_bits, bogus_addr2);
89 printf("prctl(%s, %#llx) = %s\n", options[i].str,
92 prctl(options[i].val | bogus_op_bits, (uintptr_t) (ptr + 1))
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
WebViewZygoteInit.java 143 Os.prctl(OsConstants.PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
WrapperInit.java 216 Os.prctl(OsConstants.PR_CAP_AMBIENT, OsConstants.PR_CAP_AMBIENT_RAISE, i, 0,
  /external/valgrind/coregrind/
m_libcproc.c 625 /* Support for prctl. */
626 Int VG_(prctl) (Int option, function
631 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Linux.java 132 public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; method in class:Linux
Os.java 128 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; method in interface:Os
ForwardingOs.java 141 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(option, arg2, arg3, arg4, arg5); }; method in class:ForwardingOs
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 75 dumpable = Os.prctl(OsConstants.PR_GET_DUMPABLE, 0, 0, 0, 0);
76 Os.prctl(OsConstants.PR_SET_DUMPABLE, 1, 0, 0, 0);
81 Os.prctl(OsConstants.PR_SET_DUMPABLE, dumpable, 0, 0, 0);
    [all...]
  /libcore/luni/src/main/java/android/system/
Os.java 382 * See <a href="http://man7.org/linux/man-pages/man2/prctl.2.html">prctl(2)</a>.
384 public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, arg2, arg3, arg4, arg5); }; method in class:Os
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 

Completed in 2039 milliseconds

1 2