Searched refs:fixups (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/libfdt/
H A Dfdt_overlay.c205 * @fixup_node: Node offset of the matching local fixups node
327 int fixups; local
329 fixups = fdt_path_offset(fdto, "/__local_fixups__");
330 if (fixups < 0) {
332 if (fixups == -FDT_ERR_NOTFOUND)
335 return fixups;
341 return overlay_update_local_node_references(fdto, 0, fixups,
414 * @property: Property offset in the overlay holding the list of fixups
515 /* We can have overlays without any fixups */

Completed in 32 milliseconds