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:old_domain_info
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
tomoyo.c
20
if (s->
old_domain_info
&& !current->in_execve) {
in tomoyo_domain()
21
atomic_dec(&s->
old_domain_info
->users);
in tomoyo_domain()
22
s->
old_domain_info
= NULL;
in tomoyo_domain()
39
/* Restore
old_domain_info
saved by previous execve() request. */
in tomoyo_cred_prepare()
42
if (s->
old_domain_info
&& !current->in_execve) {
in tomoyo_cred_prepare()
44
s->domain_info = s->
old_domain_info
;
in tomoyo_cred_prepare()
45
s->
old_domain_info
= NULL;
in tomoyo_cred_prepare()
57
/* Clear
old_domain_info
saved by execve() request. */
in tomoyo_bprm_committed_creds()
60
atomic_dec(&s->
old_domain_info
->users);
in tomoyo_bprm_committed_creds()
61
s->
old_domain_info
in tomoyo_bprm_committed_creds()
[all...]
H
A
D
domain.c
874
s->
old_domain_info
= s->domain_info;
in tomoyo_find_next_domain()
H
A
D
common.h
922
struct tomoyo_domain_info *
old_domain_info
;
member
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
tomoyo.c
20
if (s->
old_domain_info
&& !current->in_execve) {
in tomoyo_domain()
21
atomic_dec(&s->
old_domain_info
->users);
in tomoyo_domain()
22
s->
old_domain_info
= NULL;
in tomoyo_domain()
39
/* Restore
old_domain_info
saved by previous execve() request. */
in tomoyo_cred_prepare()
42
if (s->
old_domain_info
&& !current->in_execve) {
in tomoyo_cred_prepare()
44
s->domain_info = s->
old_domain_info
;
in tomoyo_cred_prepare()
45
s->
old_domain_info
= NULL;
in tomoyo_cred_prepare()
57
/* Clear
old_domain_info
saved by execve() request. */
in tomoyo_bprm_committed_creds()
60
atomic_dec(&s->
old_domain_info
->users);
in tomoyo_bprm_committed_creds()
61
s->
old_domain_info
in tomoyo_bprm_committed_creds()
[all...]
H
A
D
domain.c
871
s->
old_domain_info
= s->domain_info;
in tomoyo_find_next_domain()
H
A
D
common.h
922
struct tomoyo_domain_info *
old_domain_info
;
member
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
fsl_pamu_domain.c
140
struct device_domain_info *info, *
old_domain_info
;
in attach_device()
local
148
old_domain_info
= dev_iommu_priv_get(dev);
in attach_device()
149
if (
old_domain_info
&&
old_domain_info
->domain != dma_domain) {
in attach_device()
151
detach_device(dev,
old_domain_info
->domain);
in attach_device()
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
fsl_pamu_domain.c
347
struct device_domain_info *info, *
old_domain_info
;
in attach_device()
local
355
old_domain_info
= dev_iommu_priv_get(dev);
in attach_device()
356
if (
old_domain_info
&&
old_domain_info
->domain != dma_domain) {
in attach_device()
358
detach_device(dev,
old_domain_info
->domain);
in attach_device()
Completed in 11 milliseconds