OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEYCTL_GET_PERSISTENT
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/uapi/linux/
keyctl.h
70
#define
KEYCTL_GET_PERSISTENT
22
/external/kernel-headers/original/uapi/linux/
keyctl.h
59
#define
KEYCTL_GET_PERSISTENT
22 /* get a user's persistent keyring */
/external/strace/linux/
keyctl.h
59
#define
KEYCTL_GET_PERSISTENT
22 /* get a user's persistent keyring */
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
keyctl.h
70
#define
KEYCTL_GET_PERSISTENT
22
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
keyctl.h
70
#define
KEYCTL_GET_PERSISTENT
22
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
keyctl.h
70
#define
KEYCTL_GET_PERSISTENT
22
/external/strace/xlat/
keyctl_commands.h
70
#if defined(
KEYCTL_GET_PERSISTENT
) || (defined(HAVE_DECL_KEYCTL_GET_PERSISTENT) && HAVE_DECL_KEYCTL_GET_PERSISTENT)
71
XLAT(
KEYCTL_GET_PERSISTENT
),
/external/strace/
keyctl.c
230
keyctl_get_persistent
(struct tcb *tcp, int uid, key_serial_t id)
function
368
case
KEYCTL_GET_PERSISTENT
:
369
return
keyctl_get_persistent
(tcp, tcp->u_arg[1], tcp->u_arg[2]);
Completed in 53 milliseconds