Searched refs:subnode_offset (Results 1 – 1 of 1) sorted by relevance
183 int subnode_offset = in get_subnode() local185 if (subnode_offset < 0) { in get_subnode()189 assert(subnode_offset == -FDT_ERR_NOTFOUND); in get_subnode()194 sp<Node> subnode = sp<Node>::make(subnode_offset, mDtb); in get_subnode()210 int subnode_offset = ::fdt_first_subnode(mDtb, mNodeOffset); in get_subnodes() local211 if (subnode_offset < 0) { in get_subnodes()215 assert(subnode_offset == -FDT_ERR_NOTFOUND); in get_subnodes()221 sp<NodeIterator> iter = sp<NodeIterator>::make(subnode_offset, mDtb); in get_subnodes()