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_domain
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
securityfs_if.c
103
const char *domain =
tomoyo_domain
()->domainname->name;
in tomoyo_read_self()
242
domain =
tomoyo_domain
();
in tomoyo_initerface_init()
H
A
D
tomoyo.c
12
*
tomoyo_domain
- Get "struct tomoyo_domain_info" for current thread.
16
struct tomoyo_domain_info *
tomoyo_domain
(void)
in tomoyo_domain()
function
296
return tomoyo_check_open_permission(
tomoyo_domain
(), &file->f_path,
in tomoyo_file_fcntl()
313
return tomoyo_check_open_permission(
tomoyo_domain
(), &f->f_path,
in tomoyo_file_open()
H
A
D
domain.c
566
const struct tomoyo_domain_info *domain =
tomoyo_domain
();
in tomoyo_assign_domain()
705
struct tomoyo_domain_info *old_domain =
tomoyo_domain
();
in tomoyo_find_next_domain()
H
A
D
common.h
1033
struct tomoyo_domain_info *
tomoyo_domain
(void);
1277
return
tomoyo_domain
()->ns;
in tomoyo_current_namespace()
H
A
D
util.c
1009
* @domain: Pointer to "struct tomoyo_domain_info". NULL for
tomoyo_domain
().
1021
domain =
tomoyo_domain
();
in tomoyo_init_request_info()
H
A
D
common.c
942
const struct tomoyo_path_info *domainname =
tomoyo_domain
()->domainname;
in tomoyo_manager()
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
securityfs_if.c
103
const char *domain =
tomoyo_domain
()->domainname->name;
in tomoyo_read_self()
243
domain =
tomoyo_domain
();
in tomoyo_initerface_init()
H
A
D
tomoyo.c
12
*
tomoyo_domain
- Get "struct tomoyo_domain_info" for current thread.
16
struct tomoyo_domain_info *
tomoyo_domain
(void)
in tomoyo_domain()
function
316
return tomoyo_check_open_permission(
tomoyo_domain
(), &file->f_path,
in tomoyo_file_fcntl()
332
return tomoyo_check_open_permission(
tomoyo_domain
(), &f->f_path,
in tomoyo_file_open()
H
A
D
domain.c
564
const struct tomoyo_domain_info *domain =
tomoyo_domain
();
in tomoyo_assign_domain()
703
struct tomoyo_domain_info *old_domain =
tomoyo_domain
();
in tomoyo_find_next_domain()
H
A
D
common.h
1032
struct tomoyo_domain_info *
tomoyo_domain
(void);
1274
return
tomoyo_domain
()->ns;
in tomoyo_current_namespace()
H
A
D
util.c
1014
* @domain: Pointer to "struct tomoyo_domain_info". NULL for
tomoyo_domain
().
1026
domain =
tomoyo_domain
();
in tomoyo_init_request_info()
H
A
D
common.c
934
const struct tomoyo_path_info *domainname =
tomoyo_domain
()->domainname;
in tomoyo_manager()
Completed in 18 milliseconds