Searched refs:propoff (Results 1 – 1 of 1) sorted by relevance
718 int propoff, nameoff, r; in copy_properties() local721 for (propoff = fdt_first_property_offset(pfdt, nodeoff); in copy_properties()722 propoff >= 0; in copy_properties()723 propoff = fdt_next_property_offset(pfdt, propoff)) { in copy_properties()725 if (!(prop = fdt_get_property_by_offset(pfdt, propoff, NULL))) { in copy_properties()736 return (propoff != -FDT_ERR_NOTFOUND)? propoff : 0; in copy_properties()
Completed in 4 milliseconds