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

/haiku/src/libs/libfdt/
H A Dfdt_overlay.c103 * overlay_phandle_add_offset - Increases a phandle by an offset
109 * overlay_phandle_add_offset() increments a node phandle by a given
116 static int overlay_phandle_add_offset(void *fdt, int node, function
162 ret = overlay_phandle_add_offset(fdto, node, "phandle", delta);
166 ret = overlay_phandle_add_offset(fdto, node, "linux,phandle", delta);

Completed in 80 milliseconds