OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDT_BEGIN_NODE
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/gpl2/dtc/dist/tests/
root_node.c
33
if (fdt32_to_cpu(nh->tag) !=
FDT_BEGIN_NODE
)
subnode_offset.c
37
if (tag !=
FDT_BEGIN_NODE
)
path_offset.c
37
if (tag !=
FDT_BEGIN_NODE
)
dtbs_equal_ordered.c
92
case
FDT_BEGIN_NODE
:
trees.S
62
FDTLONG(
FDT_BEGIN_NODE
) ; \
/src/sys/external/bsd/libfdt/dist/
fdt.h
55
#define
FDT_BEGIN_NODE
0x1 /* Start node: full name */
fdt.c
149
case
FDT_BEGIN_NODE
:
189
|| (fdt_next_tag(fdt, offset, &offset) !=
FDT_BEGIN_NODE
))
222
case
FDT_BEGIN_NODE
:
239
} while (tag !=
FDT_BEGIN_NODE
);
fdt_sw.c
58
*
fdt_begin_node
()
213
int
fdt_begin_node
(void *fdt, const char *name)
function
225
nh->tag = cpu_to_fdt32(
FDT_BEGIN_NODE
);
fdt_rw.c
352
nh->tag = cpu_to_fdt32(
FDT_BEGIN_NODE
);
fdt_ro.c
877
case
FDT_BEGIN_NODE
:
/src/external/gpl2/dtc/dist/
fdtdump.c
31
TN(
FDT_BEGIN_NODE
),
107
if (tag ==
FDT_BEGIN_NODE
) {
fdtget.c
166
case
FDT_BEGIN_NODE
:
flattree.c
81
bin_emit_cell(e,
FDT_BEGIN_NODE
);
182
fprintf(f, "\t/*
FDT_BEGIN_NODE
*/\n");
183
asm_emit_cell(e,
FDT_BEGIN_NODE
);
763
case
FDT_BEGIN_NODE
:
913
if (val !=
FDT_BEGIN_NODE
)
914
die("Device tree blob doesn't begin with
FDT_BEGIN_NODE
(begins with 0x%08x)\n", val);
Completed in 44 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026