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:g_hookCb
(Results
1 - 3
of
3
) sorted by relevance
/kernel/uniproton/src/om/hook/
H
A
D
prt_hook_init.c
19
OS_SEC_BSS union TagMhookCb
g_hookCb
[OS_HOOK_TYPE_TOTAL];
variable
37
g_hookCb
[hookIndex].num += modInfo->maxNum[hookIndex];
in OsHookRegister()
48
g_hookCb
[hookType].num += incCnt;
in OsMhookReserve()
62
hookCnt =
g_hookCb
[hookIndex].num;
in OsHookConfigInit()
88
hookCnt =
g_hookCb
[hookIndex].num;
in OsHookConfigInit()
93
g_hookCb
[hookIndex].mulHook = hooks;
in OsHookConfigInit()
114
mHook =
g_hookCb
[hookType].mulHook;
in OsMhookAdd()
177
mHook =
g_hookCb
[hookType].mulHook;
in OsMhookDel()
217
while ((del >=
g_hookCb
[hookType].mulHook) && (*del == OS_MHOOK_NODE_DEAD)) {
in OsMhookDel()
273
if (
g_hookCb
[hookTyp
in OsShookReg()
[all...]
/kernel/uniproton/src/om/cpup/
H
A
D
prt_cpup_warn.c
39
if ((warn == FALSE) && (
g_hookCb
[OS_HOOK_CPUP_WARN].sigHook != NULL)) {
in OsCpupWarn()
47
if (
g_hookCb
[OS_HOOK_CPUP_WARN].sigHook != NULL) {
in OsCpupWarn()
/kernel/uniproton/src/om/include/
H
A
D
prt_hook_external.h
67
OsVoidFunc *hook =
g_hookCb
[(hookType)].mulHook; \
76
funcType pfn = (funcType)
g_hookCb
[(hookType)].sigHook; \
149
extern union TagMhookCb
g_hookCb
[OS_HOOK_TYPE_TOTAL];
Completed in 2 milliseconds