Home
last modified time | relevance | path

Searched refs:PR_GET_CHILD_SUBREAPER (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dprctl_options.h251 #if defined(PR_GET_CHILD_SUBREAPER) || (defined(HAVE_DECL_PR_GET_CHILD_SUBREAPER) && HAVE_DECL_PR_G…
253 static_assert((PR_GET_CHILD_SUBREAPER) == (37), "PR_GET_CHILD_SUBREAPER != 37");
256 # define PR_GET_CHILD_SUBREAPER 37
409 XLAT(PR_GET_CHILD_SUBREAPER),
Dprctl_options.in36 PR_GET_CHILD_SUBREAPER 37
/external/ltp/include/lapi/
Dprctl.h14 # define PR_GET_CHILD_SUBREAPER 37 macro
/external/libcap/libcap/include/uapi/linux/
Dprctl.h131 #define PR_GET_CHILD_SUBREAPER 37 macro
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl03.c38 TEST(prctl(PR_GET_CHILD_SUBREAPER, &get_val)); in check_get_subreaper()
/external/kernel-headers/original/uapi/linux/
Dprctl.h159 #define PR_GET_CHILD_SUBREAPER 37 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c815 #ifdef PR_GET_CHILD_SUBREAPER
816 { "PR_GET_CHILD_SUBREAPER", (unsigned long) PR_GET_CHILD_SUBREAPER },
/external/strace/
Dprctl.c129 case PR_GET_CHILD_SUBREAPER: in SYS_FUNC()
/external/syzkaller/sys/linux/
Dsys_386.const391 PR_GET_CHILD_SUBREAPER = 37
Dsys_amd64.const391 PR_GET_CHILD_SUBREAPER = 37
Dsys_ppc64le.const391 PR_GET_CHILD_SUBREAPER = 37
Dsys_arm.const391 PR_GET_CHILD_SUBREAPER = 37
Dsys_arm64.const391 PR_GET_CHILD_SUBREAPER = 37
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1025 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_mips64le.go1281 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_ppc64.go1283 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_arm.go1280 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_mips64.go1281 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_ppc64le.go1283 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_arm64.go1283 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_386.go1282 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_mips.go1281 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_s390x.go1280 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_mipsle.go1281 PR_GET_CHILD_SUBREAPER = 0x25 const
Dzerrors_linux_amd64.go1282 PR_GET_CHILD_SUBREAPER = 0x25 const

12