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:tomoyo_env_acl
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
environ.c
21
const struct
tomoyo_env_acl
*acl =
in tomoyo_check_env_acl()
69
* tomoyo_same_env_acl - Check for duplicated "struct
tomoyo_env_acl
" entry.
79
const struct
tomoyo_env_acl
*p1 = container_of(a, typeof(*p1), head);
in tomoyo_same_env_acl()
80
const struct
tomoyo_env_acl
*p2 = container_of(b, typeof(*p2), head);
in tomoyo_same_env_acl()
86
* tomoyo_write_env - Write "struct
tomoyo_env_acl
" list.
96
struct
tomoyo_env_acl
e = { .head.type = TOMOYO_TYPE_ENV_ACL };
in tomoyo_write_env()
H
A
D
gc.c
208
struct
tomoyo_env_acl
*entry =
in tomoyo_del_acl()
H
A
D
common.h
757
struct
tomoyo_env_acl
{
struct
H
A
D
common.c
1566
struct
tomoyo_env_acl
*ptr =
in tomoyo_print_entry()
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
environ.c
21
const struct
tomoyo_env_acl
*acl =
in tomoyo_check_env_acl()
69
* tomoyo_same_env_acl - Check for duplicated "struct
tomoyo_env_acl
" entry.
79
const struct
tomoyo_env_acl
*p1 = container_of(a, typeof(*p1), head);
in tomoyo_same_env_acl()
80
const struct
tomoyo_env_acl
*p2 = container_of(b, typeof(*p2), head);
in tomoyo_same_env_acl()
86
* tomoyo_write_env - Write "struct
tomoyo_env_acl
" list.
96
struct
tomoyo_env_acl
e = { .head.type = TOMOYO_TYPE_ENV_ACL };
in tomoyo_write_env()
H
A
D
gc.c
208
struct
tomoyo_env_acl
*entry =
in tomoyo_del_acl()
H
A
D
common.h
757
struct
tomoyo_env_acl
{
struct
H
A
D
common.c
1558
struct
tomoyo_env_acl
*ptr =
in tomoyo_print_entry()
Completed in 24 milliseconds