HomeSort by relevance Sort by last modified time
    Searched refs:prctl (Results 151 - 175 of 264) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
unistd.h 74 /* IMPORTANT: See comment under <sys/prctl.h> about this declaration */
75 extern int prctl(int option, ...);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
unistd.h 74 /* IMPORTANT: See comment under <sys/prctl.h> about this declaration */
75 extern int prctl(int option, ...);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
unistd.h 74 /* IMPORTANT: See comment under <sys/prctl.h> about this declaration */
75 extern int prctl(int option, ...);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
unistd.h 74 /* IMPORTANT: See comment under <sys/prctl.h> about this declaration */
75 extern int prctl(int option, ...);
  /external/android-clat/
clatd.c 34 #include <linux/prctl.h>
224 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 38 #include <sys/prctl.h>
430 prctl(PR_SET_NAME, (unsigned long)"bt_hc_worker", 0, 0, 0);
userial.c 39 #include <sys/prctl.h>
246 prctl(PR_SET_NAME, (unsigned long)"userial_read", 0, 0, 0);
btsnoop.c 33 #include <sys/prctl.h>
559 prctl(PR_SET_NAME, (unsigned long)"BtsnoopExtParser", 0, 0, 0);
  /external/wpa_supplicant_8/src/utils/
os_unix.c 15 #include <linux/prctl.h>
273 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /frameworks/av/media/libstagefright/
AACWriter.cpp 30 #include <sys/prctl.h>
309 prctl(PR_SET_NAME, (unsigned long)"AACWriterThread", 0, 0, 0);
  /frameworks/native/cmds/dumpstate/
dumpstate.c 29 #include <linux/prctl.h>
403 if (prctl(PR_SET_KEEPCAPS, 1) < 0) {
404 ALOGE("prctl(PR_SET_KEEPCAPS) failed: %s\n", strerror(errno));
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 32 #include <sys/prctl.h>
488 rc = prctl(PR_CAPBSET_DROP, i, 0, 0, 0);
601 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0))
638 rc = prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0);
665 int rc = prctl(PR_SET_SECUREBITS,
  /external/iputils/ninfod/
ninfod.c 120 # include <sys/prctl.h>
540 if (prctl(PR_SET_KEEPCAPS, 1) < 0) {
541 DEBUG(LOG_ERR, "prctl: %s\n", strerror(errno));
579 if (prctl(PR_SET_KEEPCAPS, 0) < 0) {
580 DEBUG(LOG_ERR, "prctl: %s\n", strerror(errno));
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 36 #include <sys/prctl.h>
126 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /frameworks/native/cmds/installd/
installd.c 18 #include <linux/prctl.h>
485 if (prctl(PR_SET_KEEPCAPS, 1) < 0) {
486 ALOGE("prctl(PR_SET_KEEPCAPS) failed: %s\n", strerror(errno));
  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.cc 10 #include <sys/prctl.h>
sandbox_bpf_unittest.cc 8 #include <sys/prctl.h>
34 // Workaround for Android's prctl.h file.
514 // prctl(PR_CAPBSET_DROP, -1) is never valid. The kernel will always
527 // Handle prctl() inside an UnsafeTrap()
541 !prctl(PR_CAPBSET_DROP, -1, (void*)NULL, (void*)NULL, (void*)NULL));
545 prctl(PR_CAPBSET_DROP, -2, (void*)NULL, (void*)NULL, (void*)NULL) == -1);
547 // And verify that other uses of prctl() work just fine.
557 // Finally, verify that system calls other than prctl() are completely
809 // Allow prctl(PR_SET_DUMPABLE) and prctl(PR_GET_DUMPABLE), bu
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 15 #include <sys/prctl.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
th-lock.c 75 #include <sys/prctl.h>
  /external/iputils/
ping_common.h 22 #include <sys/prctl.h>
  /external/openssl/crypto/threads/
th-lock.c 75 #include <sys/prctl.h>
  /frameworks/base/core/jni/
com_android_internal_os_ZygoteInit.cpp 31 #include <sys/prctl.h>
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 44 #include <sys/prctl.h>
519 prctl(PR_SET_NAME, (unsigned long)"uipc-main", 0, 0, 0);
  /external/chromium_org/v8/src/
platform-posix.cc 49 #include <sys/prctl.h> // for prctl
593 prctl(PR_SET_NAME,
  /external/e2fsprogs/lib/ext2fs/
test_io.c 26 #include <sys/prctl.h>
163 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)

Completed in 545 milliseconds

1 2 3 4 5 67 8 91011