Searched refs:PR_GET_PDEATHSIG (Results 1 – 25 of 29) sorted by relevance
12
/external/strace/tests-m32/ |
D | prctl-pdeathsig.c | 36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG 58 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, NULL); in main() 61 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig + 1); in main() 65 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig); in main()
|
/external/strace/tests-mx32/ |
D | prctl-pdeathsig.c | 36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG 58 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, NULL); in main() 61 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig + 1); in main() 65 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig); in main()
|
/external/strace/tests/ |
D | prctl-pdeathsig.c | 36 #if defined __NR_prctl && defined PR_GET_PDEATHSIG && defined PR_SET_PDEATHSIG 58 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, NULL); in main() 61 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig + 1); in main() 65 rc = syscall(__NR_prctl, PR_GET_PDEATHSIG, pdeathsig); in main()
|
/external/strace/xlat/ |
D | prctl_options.h | 13 #if defined(PR_GET_PDEATHSIG) || (defined(HAVE_DECL_PR_GET_PDEATHSIG) && HAVE_DECL_PR_GET_PDEATHSIG) 15 static_assert((PR_GET_PDEATHSIG) == (2), "PR_GET_PDEATHSIG != 2"); 18 # define PR_GET_PDEATHSIG 2 375 XLAT(PR_GET_PDEATHSIG),
|
D | prctl_options.in | 2 PR_GET_PDEATHSIG 2
|
/external/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl01.c | 27 TEST(prctl(PR_GET_PDEATHSIG, &get_sig)); in verify_prctl()
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 7 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 10 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */ macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 839 #ifdef PR_GET_PDEATHSIG 840 { "PR_GET_PDEATHSIG", (unsigned long) PR_GET_PDEATHSIG },
|
/external/strace/ |
D | prctl.c | 159 case PR_GET_PDEATHSIG: in SYS_FUNC()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 399 PR_GET_PDEATHSIG = 2
|
D | sys_amd64.const | 399 PR_GET_PDEATHSIG = 2
|
D | sys_ppc64le.const | 399 PR_GET_PDEATHSIG = 2
|
D | sys_arm.const | 399 PR_GET_PDEATHSIG = 2
|
D | sys_arm64.const | 399 PR_GET_PDEATHSIG = 2
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1034 PR_GET_PDEATHSIG = 0x2 const
|
D | zerrors_linux_mips64le.go | 1290 PR_GET_PDEATHSIG = 0x2 const
|
D | zerrors_linux_ppc64.go | 1292 PR_GET_PDEATHSIG = 0x2 const
|
D | zerrors_linux_arm.go | 1289 PR_GET_PDEATHSIG = 0x2 const
|
D | zerrors_linux_mips64.go | 1290 PR_GET_PDEATHSIG = 0x2 const
|
D | zerrors_linux_ppc64le.go | 1292 PR_GET_PDEATHSIG = 0x2 const
|
D | zerrors_linux_arm64.go | 1292 PR_GET_PDEATHSIG = 0x2 const
|
D | zerrors_linux_386.go | 1291 PR_GET_PDEATHSIG = 0x2 const
|
D | zerrors_linux_mips.go | 1290 PR_GET_PDEATHSIG = 0x2 const
|
D | zerrors_linux_s390x.go | 1289 PR_GET_PDEATHSIG = 0x2 const
|
12