Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:KEYCTL_REVOKE
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/request_key/
H
A
D
request_key02.c
70
if (cmd ==
KEYCTL_REVOKE
) {
in init_key()
91
key2 = init_key("ltp2",
KEYCTL_REVOKE
);
in setup()
/third_party/ltp/testcases/kernel/syscalls/keyctl/
H
A
D
keyctl02.c
54
keyctl(
KEYCTL_REVOKE
, key);
in do_revoke()
116
ret = keyctl(
KEYCTL_REVOKE
, key);
in do_test()
H
A
D
keyctl01.c
37
TEST(keyctl(
KEYCTL_REVOKE
, key));
in do_test()
39
tst_res(TFAIL, "
KEYCTL_REVOKE
succeeded unexpectedly");
in do_test()
44
tst_res(TFAIL | TTERRNO, "
KEYCTL_REVOKE
failed unexpectedly");
in do_test()
48
tst_res(TPASS | TTERRNO, "
KEYCTL_REVOKE
failed as expected");
in do_test()
/third_party/ltp/include/lapi/
H
A
D
keyctl.h
111
#ifndef
KEYCTL_REVOKE
112
# define
KEYCTL_REVOKE
3
macro
/third_party/ltp/testcases/kernel/watchqueue/
H
A
D
wqueue03.c
35
keyctl(
KEYCTL_REVOKE
, key);
in run()
H
A
D
wqueue09.c
61
keyctl(
KEYCTL_REVOKE
, key);
in cleanup()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3093
pub const
KEYCTL_REVOKE
: u32 = 3;
consts
Completed in 14 milliseconds