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:get_tz_init_flag
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
tc_client_driver.h
30
bool
get_tz_init_flag
(void);
H
A
D
teek_client_ext.c
26
if (!
get_tz_init_flag
()) return EFAULT;
in teek_update_crl()
H
A
D
teek_client_api.c
327
if (!
get_tz_init_flag
()) return (uint32_t)TEEC_ERROR_BUSY;
in teek_initialize_context()
353
if (!
get_tz_init_flag
()) return;
in teek_finalize_context()
558
if (!
get_tz_init_flag
()) return (uint32_t)TEEC_ERROR_BUSY;
in teek_open_session()
592
if (!
get_tz_init_flag
()) return;
in teek_close_session()
661
if (!
get_tz_init_flag
()) return (uint32_t)TEEC_ERROR_BUSY;
in teek_invoke_command()
705
if (!
get_tz_init_flag
()) return (uint32_t)TEEC_ERROR_BUSY;
in teek_send_secfile()
H
A
D
tz_spi_notify.c
592
if (!
get_tz_init_flag
()) return EFAULT;
in TC_NS_RegisterServiceCallbackFunc()
H
A
D
tzdebug.c
160
if (!
get_tz_init_flag
()) return EFAULT;
in get_tee_meminfo()
H
A
D
tc_client_driver.c
195
bool
get_tz_init_flag
(void)
in get_tz_init_flag()
function
Completed in 6 milliseconds