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:OSAL_NULL
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
osal_list.h
22
#define
OSAL_NULL
0
macro
228
struct osal_list_head *first =
OSAL_NULL
;
in osal_list_rotate_left()
603
.first =
OSAL_NULL
\
605
#define OSAL_HLIST_HEAD(name) struct osal_hlist_head name = { .first =
OSAL_NULL
}
606
#define INIT_OSAL_HLIST_HEAD(ptr) ((ptr)->first =
OSAL_NULL
)
609
h->next =
OSAL_NULL
;
in INIT_OSAL_HLIST_NODE()
610
h->pprev =
OSAL_NULL
;
in INIT_OSAL_HLIST_NODE()
628
if (next !=
OSAL_NULL
) {
in osal___hlist_del()
652
if (first !=
OSAL_NULL
) {
in osal_hlist_add_head()
676
if (next->next !=
OSAL_NULL
) {
in osal_hlist_add_after()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
osal_list.h
19
#define
OSAL_NULL
0
macro
225
struct osal_list_head *first =
OSAL_NULL
;
in osal_list_rotate_left()
600
.first =
OSAL_NULL
\
602
#define OSAL_HLIST_HEAD(name) struct osal_hlist_head name = { .first =
OSAL_NULL
}
603
#define INIT_OSAL_HLIST_HEAD(ptr) ((ptr)->first =
OSAL_NULL
)
606
h->next =
OSAL_NULL
;
in INIT_OSAL_HLIST_NODE()
607
h->pprev =
OSAL_NULL
;
in INIT_OSAL_HLIST_NODE()
625
if (next !=
OSAL_NULL
) {
in osal___hlist_del()
649
if (first !=
OSAL_NULL
) {
in osal_hlist_add_head()
673
if (next->next !=
OSAL_NULL
) {
in osal_hlist_add_after()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
osal_list.h
19
#define
OSAL_NULL
0
macro
224
struct osal_list_head *first =
OSAL_NULL
;
in osal_list_rotate_left()
599
.first =
OSAL_NULL
\
601
#define OSAL_HLIST_HEAD(name) struct osal_hlist_head name = { .first =
OSAL_NULL
}
602
#define INIT_OSAL_HLIST_HEAD(ptr) ((ptr)->first =
OSAL_NULL
)
605
h->next =
OSAL_NULL
;
in INIT_OSAL_HLIST_NODE()
606
h->pprev =
OSAL_NULL
;
in INIT_OSAL_HLIST_NODE()
624
if (next !=
OSAL_NULL
) {
in osal___hlist_del()
648
if (first !=
OSAL_NULL
) {
in osal_hlist_add_head()
672
if (next->next !=
OSAL_NULL
) {
in osal_hlist_add_after()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H
A
D
osal_list.h
22
#define
OSAL_NULL
(0)
macro
227
struct osal_list_head *first =
OSAL_NULL
;
in osal_list_rotate_left()
598
.first =
OSAL_NULL
\
600
#define OSAL_HLIST_HEAD(name) struct osal_hlist_head name = { .first =
OSAL_NULL
}
601
#define INIT_OSAL_HLIST_HEAD(ptr) ((ptr)->first =
OSAL_NULL
)
604
h->next =
OSAL_NULL
;
in INIT_OSAL_HLIST_NODE()
605
h->pprev =
OSAL_NULL
;
in INIT_OSAL_HLIST_NODE()
623
if (next !=
OSAL_NULL
) {
in osal___hlist_del()
647
if (first !=
OSAL_NULL
) {
in osal_hlist_add_head()
693
old->first =
OSAL_NULL
;
in osal_hlist_move_list()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_proc.c
430
g_msp_dir = osal_proc_create_dir("msp",
OSAL_NULL
, &g_msp_list);
in osal_proc_init()
431
if (g_msp_dir ==
OSAL_NULL
) {
in osal_proc_init()
436
g_hisi_dir = osal_proc_create_dir("hisi",
OSAL_NULL
, &g_hisi_list);
in osal_proc_init()
437
if (g_hisi_dir ==
OSAL_NULL
) {
in osal_proc_init()
448
osal_proc_destory_node("msp",
OSAL_NULL
, &g_msp_list);
in osal_proc_exit()
449
osal_proc_destory_node("hisi",
OSAL_NULL
, &g_hisi_list);
in osal_proc_exit()
Completed in 6 milliseconds