HomeSort by relevance Sort by last modified time
    Searched defs:prctl (Results 1 - 25 of 27) 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.
33 #include <linux/prctl.h>
43 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
68 prctl(PR_SET_DUMPABLE, 3);
69 printf("prctl(PR_SET_DUMPABLE, 0x3 /* SUID_DUMP_??? */) = %s\n",
72 prctl(PR_SET_DUMPABLE, bogus_dumpable1);
74 printf("prctl(PR_SET_DUMPABLE, SUID_DUMP_USER) = %s\n", errstr);
76 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */)"
81 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
82 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
40 # include <linux/prctl.h>
45 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
78 prctl(options[i].val | bogus_op_bits, 0);
79 printf("prctl(%s, NULL) = %s\n", options[i].str, errstr);
82 prctl(options[i].val | bogus_op_bits, bogus_addr1);
83 printf("prctl(%s, %#llx) = %s\n", options[i].str,
87 prctl(options[i].val | bogus_op_bits, bogus_addr2);
88 printf("prctl(%s, %#llx) = %s\n", options[i].str,
91 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.
33 #include <linux/prctl.h>
43 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
68 prctl(PR_SET_DUMPABLE, 3);
69 printf("prctl(PR_SET_DUMPABLE, 0x3 /* SUID_DUMP_??? */) = %s\n",
72 prctl(PR_SET_DUMPABLE, bogus_dumpable1);
74 printf("prctl(PR_SET_DUMPABLE, SUID_DUMP_USER) = %s\n", errstr);
76 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */)"
81 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
82 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
40 # include <linux/prctl.h>
45 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
78 prctl(options[i].val | bogus_op_bits, 0);
79 printf("prctl(%s, NULL) = %s\n", options[i].str, errstr);
82 prctl(options[i].val | bogus_op_bits, bogus_addr1);
83 printf("prctl(%s, %#llx) = %s\n", options[i].str,
87 prctl(options[i].val | bogus_op_bits, bogus_addr2);
88 printf("prctl(%s, %#llx) = %s\n", options[i].str,
91 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.
33 #include <linux/prctl.h>
43 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
68 prctl(PR_SET_DUMPABLE, 3);
69 printf("prctl(PR_SET_DUMPABLE, 0x3 /* SUID_DUMP_??? */) = %s\n",
72 prctl(PR_SET_DUMPABLE, bogus_dumpable1);
74 printf("prctl(PR_SET_DUMPABLE, SUID_DUMP_USER) = %s\n", errstr);
76 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */)"
81 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
82 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
40 # include <linux/prctl.h>
45 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) function
78 prctl(options[i].val | bogus_op_bits, 0);
79 printf("prctl(%s, NULL) = %s\n", options[i].str, errstr);
82 prctl(options[i].val | bogus_op_bits, bogus_addr1);
83 printf("prctl(%s, %#llx) = %s\n", options[i].str,
87 prctl(options[i].val | bogus_op_bits, bogus_addr2);
88 printf("prctl(%s, %#llx) = %s\n", options[i].str,
91 prctl(options[i].val | bogus_op_bits, (uintptr_t) (ptr + 1))
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
WrapperInit.java 210 Os.prctl(OsConstants.PR_CAP_AMBIENT, OsConstants.PR_CAP_AMBIENT_RAISE, i, 0,
  /external/valgrind/coregrind/
m_libcproc.c 636 /* Support for prctl. */
637 Int VG_(prctl) (Int option, function
642 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Linux.java 130 public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; method in class:Linux
Os.java 126 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; method in interface:Os
ForwardingOs.java 139 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
  /libcore/luni/src/main/java/android/system/
Os.java 378 * See <a href="http://man7.org/linux/man-pages/man2/prctl.2.html">prctl(2)</a>.
380 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/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 379 milliseconds

1 2