OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subsubnode1_offset
(Results
1 - 4
of
4
) sorted by null
/external/dtc/tests/
node_offset_by_compatible.c
56
int
subsubnode1_offset
, subsubnode2_offset;
local
63
subsubnode1_offset
= fdt_path_offset(fdt, "/subnode@1/subsubnode");
67
|| (
subsubnode1_offset
< 0) || (subsubnode2_offset < 0))
72
check_search(fdt, "subsubnode1",
subsubnode1_offset
, -FDT_ERR_NOTFOUND);
76
if (
subsubnode1_offset
< subsubnode2_offset)
77
check_search(fdt, "subsubnode",
subsubnode1_offset
,
81
subsubnode1_offset
, -FDT_ERR_NOTFOUND);
node_offset_by_prop_value.c
81
int
subsubnode1_offset
, subsubnode2_offset;
local
88
subsubnode1_offset
= fdt_path_offset(fdt, "/subnode@1/subsubnode");
92
|| (
subsubnode1_offset
< 0) || (subsubnode2_offset < 0))
96
subsubnode1_offset
, -FDT_ERR_NOTFOUND);
subnode_offset.c
61
int
subsubnode1_offset
, subsubnode2_offset, subsubnode2_offset2;
local
76
subsubnode1_offset
= check_subnode(fdt, subnode1_offset, "subsubnode");
80
check_property_cell(fdt,
subsubnode1_offset
, "prop-int", TEST_VALUE_1);
path_offset.c
96
int
subsubnode1_offset
, subsubnode2_offset, subsubnode2_offset2;
local
109
subsubnode1_offset
= check_subnode(fdt, subnode1_offset, "subsubnode");
113
check_path_offset(fdt, "/subnode@1/subsubnode",
subsubnode1_offset
);
Completed in 75 milliseconds