Home
last modified time | relevance | path

Searched refs:KEYCTL_SETPERM (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dkeyctl_commands.h41 #if defined(KEYCTL_SETPERM) || (defined(HAVE_DECL_KEYCTL_SETPERM) && HAVE_DECL_KEYCTL_SETPERM)
43 static_assert((KEYCTL_SETPERM) == (5), "KEYCTL_SETPERM != 5");
46 # define KEYCTL_SETPERM 5
197 XLAT(KEYCTL_SETPERM),
Dkeyctl_commands.in6 KEYCTL_SETPERM 5
/external/ltp/include/lapi/
Dkeyctl.h127 #ifndef KEYCTL_SETPERM
128 # define KEYCTL_SETPERM 5 macro
/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl05.c128 TEST(keyctl(KEYCTL_SETPERM, keyid, KEY_POS_ALL)); in test_update_nonupdatable()
176 TEST(keyctl(KEYCTL_SETPERM, keyid, perm)); in test_update_setperm_race()
/external/syzkaller/sys/linux/
Dkey_arm.const22 KEYCTL_SETPERM = 5
Dkey_amd64.const22 KEYCTL_SETPERM = 5
Dkey_ppc64le.const22 KEYCTL_SETPERM = 5
Dkey_arm64.const22 KEYCTL_SETPERM = 5
Dkey_386.const22 KEYCTL_SETPERM = 5
Dkey.txt34 keyctl$setperm(code const[KEYCTL_SETPERM], key key, perm flags[key_perm])
/external/ltp/testcases/kernel/syscalls/request_key/
Drequest_key04.c43 TEST(keyctl(KEYCTL_SETPERM, KEY_SPEC_SESSION_KEYRING, in do_test()
/external/kernel-headers/original/uapi/linux/
Dkeyctl.h45 #define KEYCTL_SETPERM 5 /* set perms on a key */ macro
/external/strace/tests/
Dkeyctl.c565 do_keyctl(ARG_STR(KEYCTL_SETPERM), in main()
590 do_keyctl(ARG_STR(KEYCTL_SETPERM), in main()
594 do_keyctl(ARG_STR(KEYCTL_SETPERM), in main()
/external/strace/tests-m32/
Dkeyctl.c565 do_keyctl(ARG_STR(KEYCTL_SETPERM), in main()
590 do_keyctl(ARG_STR(KEYCTL_SETPERM), in main()
594 do_keyctl(ARG_STR(KEYCTL_SETPERM), in main()
/external/strace/tests-mx32/
Dkeyctl.c565 do_keyctl(ARG_STR(KEYCTL_SETPERM), in main()
590 do_keyctl(ARG_STR(KEYCTL_SETPERM), in main()
594 do_keyctl(ARG_STR(KEYCTL_SETPERM), in main()
/external/strace/
Dkeyctl.c377 case KEYCTL_SETPERM: in SYS_FUNC()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux.go879 _, err := KeyctlInt(KEYCTL_SETPERM, id, int(perm), 0, 0)
Dzerrors_linux_mips64le.go897 KEYCTL_SETPERM = 0x5 const
Dzerrors_linux_ppc64.go897 KEYCTL_SETPERM = 0x5 const
Dzerrors_linux_arm.go897 KEYCTL_SETPERM = 0x5 const
Dzerrors_linux_mips64.go897 KEYCTL_SETPERM = 0x5 const
Dzerrors_linux_ppc64le.go897 KEYCTL_SETPERM = 0x5 const
Dzerrors_linux_arm64.go900 KEYCTL_SETPERM = 0x5 const
Dzerrors_linux_386.go898 KEYCTL_SETPERM = 0x5 const
Dzerrors_linux_mips.go897 KEYCTL_SETPERM = 0x5 const

12