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:transit
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
domain.c
115
if (new_entry->cond->
transit
&&
in tomoyo_update_domain()
518
* @
transit
: True if
transit
to domain found or created.
525
const bool
transit
)
in tomoyo_assign_domain()
532
if (
transit
) {
in tomoyo_assign_domain()
555
if (
transit
&& tomoyo_namespace_jump(domainname))
in tomoyo_assign_domain()
565
if (
transit
) {
in tomoyo_assign_domain()
588
if (entry &&
transit
) {
in tomoyo_assign_domain()
803
* Calculate domain to
transit
to.
in tomoyo_find_next_domain()
833
* Needn't to
transit
fro
in tomoyo_find_next_domain()
524
tomoyo_assign_domain(const char *domainname, const bool
transit
)
tomoyo_assign_domain()
argument
[all...]
H
A
D
condition.c
364
a->grant_log == b->grant_log && a->
transit
== b->
transit
&&
in tomoyo_same_condition()
461
e->
transit
= tomoyo_get_domainname(param);
in tomoyo_get_transit_preference()
477
e->
transit
= tomoyo_get_name(tomoyo_read_token(param));
in tomoyo_get_transit_preference()
479
if (e->
transit
)
in tomoyo_get_transit_preference()
673
e.
transit
= NULL;
in tomoyo_get_condition()
702
tomoyo_put_name(e.
transit
);
in tomoyo_get_condition()
H
A
D
common.h
661
const struct tomoyo_path_info *
transit
; /* Maybe NULL. */
member
1032
const bool
transit
);
H
A
D
file.c
617
r->matched_acl->cond->
transit
: NULL;
in tomoyo_execute_permission()
H
A
D
common.c
1239
if (cond->
transit
) {
in tomoyo_print_condition()
1241
tomoyo_set_string(head, cond->
transit
->name);
in tomoyo_print_condition()
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
domain.c
115
if (new_entry->cond->
transit
&&
in tomoyo_update_domain()
516
* @
transit
: True if
transit
to domain found or created.
523
const bool
transit
)
in tomoyo_assign_domain()
530
if (
transit
) {
in tomoyo_assign_domain()
553
if (
transit
&& tomoyo_namespace_jump(domainname))
in tomoyo_assign_domain()
563
if (
transit
) {
in tomoyo_assign_domain()
586
if (entry &&
transit
) {
in tomoyo_assign_domain()
800
* Calculate domain to
transit
to.
in tomoyo_find_next_domain()
830
* Needn't to
transit
fro
in tomoyo_find_next_domain()
522
tomoyo_assign_domain(const char *domainname, const bool
transit
)
tomoyo_assign_domain()
argument
[all...]
H
A
D
condition.c
364
a->grant_log == b->grant_log && a->
transit
== b->
transit
&&
in tomoyo_same_condition()
461
e->
transit
= tomoyo_get_domainname(param);
in tomoyo_get_transit_preference()
477
e->
transit
= tomoyo_get_name(tomoyo_read_token(param));
in tomoyo_get_transit_preference()
479
if (e->
transit
)
in tomoyo_get_transit_preference()
673
e.
transit
= NULL;
in tomoyo_get_condition()
702
tomoyo_put_name(e.
transit
);
in tomoyo_get_condition()
H
A
D
common.h
661
const struct tomoyo_path_info *
transit
; /* Maybe NULL. */
member
1031
const bool
transit
);
H
A
D
file.c
617
r->matched_acl->cond->
transit
: NULL;
in tomoyo_execute_permission()
H
A
D
common.c
1231
if (cond->
transit
) {
in tomoyo_print_condition()
1233
tomoyo_set_string(head, cond->
transit
->name);
in tomoyo_print_condition()
Completed in 19 milliseconds