Home
last modified time | relevance | path

Searched refs:KEYCTL_SESSION_TO_PARENT (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Dkeyctl_commands.h132 #if defined(KEYCTL_SESSION_TO_PARENT) || (defined(HAVE_DECL_KEYCTL_SESSION_TO_PARENT) && HAVE_DECL_…
134 static_assert((KEYCTL_SESSION_TO_PARENT) == (18), "KEYCTL_SESSION_TO_PARENT != 18");
137 # define KEYCTL_SESSION_TO_PARENT 18
210 XLAT(KEYCTL_SESSION_TO_PARENT),
Dkeyctl_commands.in19 KEYCTL_SESSION_TO_PARENT 18
/external/syzkaller/sys/linux/
Dkey_386.const21 KEYCTL_SESSION_TO_PARENT = 18
Dkey_amd64.const21 KEYCTL_SESSION_TO_PARENT = 18
Dkey_ppc64le.const21 KEYCTL_SESSION_TO_PARENT = 18
Dkey_arm.const21 KEYCTL_SESSION_TO_PARENT = 18
Dkey_arm64.const21 KEYCTL_SESSION_TO_PARENT = 18
Dkey.txt41 keyctl$session_to_parent(code const[KEYCTL_SESSION_TO_PARENT])
/external/kernel-headers/original/uapi/linux/
Dkeyctl.h58 #define KEYCTL_SESSION_TO_PARENT 18 /* apply session keyring to parent process */ macro
/external/strace/
Dkeyctl.c334 if (cmd != KEYCTL_SESSION_TO_PARENT) in SYS_FUNC()
398 case KEYCTL_SESSION_TO_PARENT: in SYS_FUNC()
/external/e2fsprogs/misc/
De4crypt.c64 #define KEYCTL_SESSION_TO_PARENT 18 macro
815 ret = keyctl(KEYCTL_SESSION_TO_PARENT, NULL); in do_new_session()
/external/f2fs-tools/tools/
Df2fscrypt.c90 #define KEYCTL_SESSION_TO_PARENT 18 macro
856 ret = keyctl(KEYCTL_SESSION_TO_PARENT, NULL); in do_new_session()
/external/strace/tests-mx32/
Dkeyctl.c926 do_keyctl(ARG_STR(KEYCTL_SESSION_TO_PARENT), 0UL); in main()
/external/strace/tests/
Dkeyctl.c926 do_keyctl(ARG_STR(KEYCTL_SESSION_TO_PARENT), 0UL); in main()
/external/strace/tests-m32/
Dkeyctl.c926 do_keyctl(ARG_STR(KEYCTL_SESSION_TO_PARENT), 0UL); in main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go896 KEYCTL_SESSION_TO_PARENT = 0x12 const
Dzerrors_linux_s390x.go896 KEYCTL_SESSION_TO_PARENT = 0x12 const
Dzerrors_linux_arm.go896 KEYCTL_SESSION_TO_PARENT = 0x12 const
Dzerrors_linux_ppc64le.go896 KEYCTL_SESSION_TO_PARENT = 0x12 const
Dzerrors_linux_mips64.go896 KEYCTL_SESSION_TO_PARENT = 0x12 const
Dzerrors_linux_ppc64.go896 KEYCTL_SESSION_TO_PARENT = 0x12 const
Dzerrors_linux_amd64.go897 KEYCTL_SESSION_TO_PARENT = 0x12 const
Dzerrors_linux_mips64le.go896 KEYCTL_SESSION_TO_PARENT = 0x12 const
Dzerrors_linux_386.go897 KEYCTL_SESSION_TO_PARENT = 0x12 const
Dzerrors_linux_mips.go896 KEYCTL_SESSION_TO_PARENT = 0x12 const

12