Home
last modified time | relevance | path

Searched refs:fixup_str (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c490 const char *fixup_str = value; in overlay_fixup_phandle() local
499 fixup_len = fixup_end - fixup_str; in overlay_fixup_phandle()
504 path = fixup_str; in overlay_fixup_phandle()
505 sep = memchr(fixup_str, ':', fixup_len); in overlay_fixup_phandle()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_overlay.c431 const char *fixup_str = value; in overlay_fixup_phandle() local
440 fixup_len = fixup_end - fixup_str; in overlay_fixup_phandle()
445 path = fixup_str; in overlay_fixup_phandle()
446 sep = memchr(fixup_str, ':', fixup_len); in overlay_fixup_phandle()