HomeSort by: relevance | last modified time | path
    Searched defs:fixups (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt_overlay.c 207 * @fixup_node: Node offset of the matching local fixups node
328 int fixups; local in function:overlay_update_local_references
330 fixups = fdt_path_offset(fdto, "/__local_fixups__");
331 if (fixups < 0) {
333 if (fixups == -FDT_ERR_NOTFOUND)
336 return fixups;
342 return overlay_update_local_node_references(fdto, 0, fixups,
415 * @property: Property offset in the overlay holding the list of fixups
516 /* We can have overlays without any fixups */
fdt_overlay.c 207 * @fixup_node: Node offset of the matching local fixups node
328 int fixups; local in function:overlay_update_local_references
330 fixups = fdt_path_offset(fdto, "/__local_fixups__");
331 if (fixups < 0) {
333 if (fixups == -FDT_ERR_NOTFOUND)
336 return fixups;
342 return overlay_update_local_node_references(fdto, 0, fixups,
415 * @property: Property offset in the overlay holding the list of fixups
516 /* We can have overlays without any fixups */

Completed in 23 milliseconds