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:avkey
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ss/
H
A
D
services.c
628
struct avtab_key
avkey
;
in context_struct_compute_av()
local
655
avkey
.target_class = tclass;
in context_struct_compute_av()
656
avkey
.specified = AVTAB_AV | AVTAB_XPERMS;
in context_struct_compute_av()
661
avkey
.source_type = i + 1;
in context_struct_compute_av()
662
avkey
.target_type = j + 1;
in context_struct_compute_av()
664
&
avkey
);
in context_struct_compute_av()
666
node = avtab_search_node_next(node,
avkey
.specified)) {
in context_struct_compute_av()
678
cond_compute_av(&policydb->te_cond_avtab, &
avkey
,
in context_struct_compute_av()
1026
struct avtab_key
avkey
;
in security_compute_xperms_decision()
local
1073
avkey
in security_compute_xperms_decision()
1731
struct avtab_key
avkey
;
security_compute_sid()
local
[all...]
/kernel/linux/linux-6.6/security/selinux/ss/
H
A
D
services.c
620
struct avtab_key
avkey
;
in context_struct_compute_av()
local
647
avkey
.target_class = tclass;
in context_struct_compute_av()
648
avkey
.specified = AVTAB_AV | AVTAB_XPERMS;
in context_struct_compute_av()
653
avkey
.source_type = i + 1;
in context_struct_compute_av()
654
avkey
.target_type = j + 1;
in context_struct_compute_av()
656
&
avkey
);
in context_struct_compute_av()
658
node = avtab_search_node_next(node,
avkey
.specified)) {
in context_struct_compute_av()
670
cond_compute_av(&policydb->te_cond_avtab, &
avkey
,
in context_struct_compute_av()
1011
struct avtab_key
avkey
;
in security_compute_xperms_decision()
local
1058
avkey
in security_compute_xperms_decision()
1708
struct avtab_key
avkey
;
security_compute_sid()
local
[all...]
Completed in 7 milliseconds