/src/sys/external/bsd/libfdt/dist/ |
fdt_overlay.c | 705 const char *target_path; local in function:overlay_symbol_update 783 ret = overlay_get_target(fdt, fdto, fragment, &target_path); 789 if (!target_path) { 795 len = strlen(target_path); 803 if (!target_path) { 805 ret = overlay_get_target(fdt, fdto, fragment, &target_path); 813 if (!target_path) { 818 memcpy(buf, target_path, len + 1);
|
fdt_overlay.c | 705 const char *target_path; local in function:overlay_symbol_update 783 ret = overlay_get_target(fdt, fdto, fragment, &target_path); 789 if (!target_path) { 795 len = strlen(target_path); 803 if (!target_path) { 805 ret = overlay_get_target(fdt, fdto, fragment, &target_path); 813 if (!target_path) { 818 memcpy(buf, target_path, len + 1);
|