OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nodedepth
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/libfdt/dist/
fdt_ro.c
576
int supernodedepth, int *
nodedepth
)
593
if (
nodedepth
)
594
*
nodedepth
= depth;
613
int
nodedepth
;
local
616
err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &
nodedepth
);
619
return
nodedepth
;
624
int
nodedepth
= fdt_node_depth(fdt, nodeoffset);
local
626
if (
nodedepth
< 0)
627
return
nodedepth
;
629
nodedepth
- 1, NULL)
[
all
...]
fdt_ro.c
576
int supernodedepth, int *
nodedepth
)
593
if (
nodedepth
)
594
*
nodedepth
= depth;
613
int
nodedepth
;
local
616
err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &
nodedepth
);
619
return
nodedepth
;
624
int
nodedepth
= fdt_node_depth(fdt, nodeoffset);
local
626
if (
nodedepth
< 0)
627
return
nodedepth
;
629
nodedepth
- 1, NULL)
[
all
...]
Completed in 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026