Home
last modified time | relevance | path

Searched refs:PR_GET_PDEATHSIG (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/tests-m32/
Dprctl-pdeathsig.c36 #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/
Dprctl-pdeathsig.c36 #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/
Dprctl-pdeathsig.c36 #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/
Dprctl_options.h13 #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),
Dprctl_options.in2 PR_GET_PDEATHSIG 2
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl01.c27 TEST(prctl(PR_GET_PDEATHSIG, &get_sig)); in verify_prctl()
/external/libcap/libcap/include/uapi/linux/
Dprctl.h7 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */ macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h10 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c839 #ifdef PR_GET_PDEATHSIG
840 { "PR_GET_PDEATHSIG", (unsigned long) PR_GET_PDEATHSIG },
/external/strace/
Dprctl.c159 case PR_GET_PDEATHSIG: in SYS_FUNC()
/external/syzkaller/sys/linux/
Dsys_386.const399 PR_GET_PDEATHSIG = 2
Dsys_amd64.const399 PR_GET_PDEATHSIG = 2
Dsys_ppc64le.const399 PR_GET_PDEATHSIG = 2
Dsys_arm.const399 PR_GET_PDEATHSIG = 2
Dsys_arm64.const399 PR_GET_PDEATHSIG = 2
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1034 PR_GET_PDEATHSIG = 0x2 const
Dzerrors_linux_mips64le.go1290 PR_GET_PDEATHSIG = 0x2 const
Dzerrors_linux_ppc64.go1292 PR_GET_PDEATHSIG = 0x2 const
Dzerrors_linux_arm.go1289 PR_GET_PDEATHSIG = 0x2 const
Dzerrors_linux_mips64.go1290 PR_GET_PDEATHSIG = 0x2 const
Dzerrors_linux_ppc64le.go1292 PR_GET_PDEATHSIG = 0x2 const
Dzerrors_linux_arm64.go1292 PR_GET_PDEATHSIG = 0x2 const
Dzerrors_linux_386.go1291 PR_GET_PDEATHSIG = 0x2 const
Dzerrors_linux_mips.go1290 PR_GET_PDEATHSIG = 0x2 const
Dzerrors_linux_s390x.go1289 PR_GET_PDEATHSIG = 0x2 const

12