Searched refs:prop_offset (Results 1 – 2 of 2) sorted by relevance
30 PropIterator(int prop_offset, const unsigned char* dtb) in PropIterator() argument32 mInitialPropOffset(prop_offset), in PropIterator()
238 int prop_offset = ::fdt_first_property_offset(mDtb, mNodeOffset); in get_props() local239 if (prop_offset < 0) { in get_props()243 assert(prop_offset == -FDT_ERR_NOTFOUND); in get_props()249 sp<PropIterator> iter = sp<PropIterator>::make(prop_offset, mDtb); in get_props()