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:booldatum
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ss/
H
A
D
conditional.c
187
struct cond_bool_datum *
booldatum
;
in cond_index_bool()
local
189
booldatum
= datum;
in cond_index_bool()
192
if (!
booldatum
->value ||
booldatum
->value > p->p_bools.nprim)
in cond_index_bool()
195
p->sym_val_to_name[SYM_BOOLS][
booldatum
->value - 1] = key;
in cond_index_bool()
196
p->bool_val_to_struct[
booldatum
->value - 1] =
booldatum
;
in cond_index_bool()
211
struct cond_bool_datum *
booldatum
;
in cond_read_bool()
local
216
booldatum
= kzalloc(sizeof(*
booldatum
), GFP_KERNE
in cond_read_bool()
451
struct cond_bool_datum *
booldatum
= datum;
cond_write_bool()
local
702
struct cond_bool_datum *
booldatum
, **cond_bool_array;
cond_bools_index()
local
[all...]
H
A
D
services.c
3162
struct cond_bool_datum *
booldatum
;
in security_preserve_bools()
local
3169
booldatum
= symtab_search(&newpolicy->policydb.p_bools,
in security_preserve_bools()
3171
if (
booldatum
)
in security_preserve_bools()
3172
booldatum
->state = bvalues[i];
in security_preserve_bools()
/kernel/linux/linux-6.6/security/selinux/ss/
H
A
D
conditional.c
187
struct cond_bool_datum *
booldatum
;
in cond_index_bool()
local
189
booldatum
= datum;
in cond_index_bool()
192
if (!
booldatum
->value ||
booldatum
->value > p->p_bools.nprim)
in cond_index_bool()
195
p->sym_val_to_name[SYM_BOOLS][
booldatum
->value - 1] = key;
in cond_index_bool()
196
p->bool_val_to_struct[
booldatum
->value - 1] =
booldatum
;
in cond_index_bool()
211
struct cond_bool_datum *
booldatum
;
in cond_read_bool()
local
216
booldatum
= kzalloc(sizeof(*
booldatum
), GFP_KERNE
in cond_read_bool()
452
struct cond_bool_datum *
booldatum
= datum;
cond_write_bool()
local
702
struct cond_bool_datum *
booldatum
, **cond_bool_array;
cond_bools_index()
local
[all...]
H
A
D
services.c
3117
struct cond_bool_datum *
booldatum
;
in security_preserve_bools()
local
3124
booldatum
= symtab_search(&newpolicy->policydb.p_bools,
in security_preserve_bools()
3126
if (
booldatum
)
in security_preserve_bools()
3127
booldatum
->state = bvalues[i];
in security_preserve_bools()
Completed in 14 milliseconds