/external/ltp/testcases/kernel/syscalls/keyctl/ |
keyctl01.c | 49 TEST(keyctl(KEYCTL_REVOKE, key)); 51 tst_res(TFAIL, "KEYCTL_REVOKE succeeded unexpectedly"); 56 tst_res(TFAIL | TTERRNO, "KEYCTL_REVOKE failed unexpectedly"); 60 tst_res(TPASS | TTERRNO, "KEYCTL_REVOKE failed as expected");
|
keyctl02.c | 21 * keyctl_revoke(), if the revoke happens between keyctl_read() 66 keyctl(KEYCTL_REVOKE, key); 123 ret = keyctl(KEYCTL_REVOKE, key);
|
/external/ltp/testcases/kernel/syscalls/request_key/ |
request_key02.c | 80 if (cmd == KEYCTL_REVOKE) { 101 key2 = init_key("ltp2", KEYCTL_REVOKE);
|
/external/strace/xlat/ |
keyctl_commands.h | 27 #if defined(KEYCTL_REVOKE) || (defined(HAVE_DECL_KEYCTL_REVOKE) && HAVE_DECL_KEYCTL_REVOKE) 29 static_assert((KEYCTL_REVOKE) == (3), "KEYCTL_REVOKE != 3"); 32 # define KEYCTL_REVOKE 3 195 XLAT(KEYCTL_REVOKE),
|
/external/ltp/include/lapi/ |
keyctl.h | 123 #ifndef KEYCTL_REVOKE 124 # define KEYCTL_REVOKE 3
|
/bionic/libc/kernel/uapi/linux/ |
keyctl.h | 42 #define KEYCTL_REVOKE 3
|
/external/kernel-headers/original/uapi/linux/ |
keyctl.h | 43 #define KEYCTL_REVOKE 3 /* revoke a key */
|
/external/strace/tests/ |
keyctl.c | 536 /* KEYCTL_REVOKE */ 537 do_keyctl(ARG_STR(KEYCTL_REVOKE), 540 do_keyctl(ARG_STR(KEYCTL_REVOKE), 543 do_keyctl(ARG_STR(KEYCTL_REVOKE), 546 do_keyctl(ARG_STR(KEYCTL_REVOKE), [all...] |
/external/strace/tests-m32/ |
keyctl.c | 536 /* KEYCTL_REVOKE */ 537 do_keyctl(ARG_STR(KEYCTL_REVOKE), 540 do_keyctl(ARG_STR(KEYCTL_REVOKE), 543 do_keyctl(ARG_STR(KEYCTL_REVOKE), 546 do_keyctl(ARG_STR(KEYCTL_REVOKE), [all...] |
/external/strace/tests-mx32/ |
keyctl.c | 536 /* KEYCTL_REVOKE */ 537 do_keyctl(ARG_STR(KEYCTL_REVOKE), 540 do_keyctl(ARG_STR(KEYCTL_REVOKE), 543 do_keyctl(ARG_STR(KEYCTL_REVOKE), 546 do_keyctl(ARG_STR(KEYCTL_REVOKE), [all...] |
/external/strace/ |
keyctl.c | 351 case KEYCTL_REVOKE:
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
syscall_linux.go | 823 // These commands are KEYCTL_REVOKE, KEYCTL_CHOWN, KEYCTL_CLEAR, KEYCTL_LINK, [all...] |
zerrors_linux_386.go | [all...] |
zerrors_linux_amd64.go | [all...] |
zerrors_linux_arm.go | [all...] |
zerrors_linux_arm64.go | [all...] |
zerrors_linux_mips.go | [all...] |
zerrors_linux_mips64.go | [all...] |
zerrors_linux_mips64le.go | [all...] |
zerrors_linux_mipsle.go | [all...] |
zerrors_linux_ppc64.go | [all...] |
zerrors_linux_ppc64le.go | [all...] |
zerrors_linux_s390x.go | [all...] |