Home
last modified time | relevance | path

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

/boot/
A Dfdt_support.c146 char tmp[256]; /* long enough */ in fdt_fixup_stdout() local
163 memcpy(tmp, path, len); in fdt_fixup_stdout()
421 fdt32_t tmp = cpu_to_fdt32(val); in do_fixup_by_path_u32() local
422 do_fixup_by_path(fdt, path, prop, &tmp, sizeof(tmp), create); in do_fixup_by_path_u32()
450 fdt32_t tmp = cpu_to_fdt32(val); in do_fixup_by_prop_u32() local
473 fdt32_t tmp = cpu_to_fdt32(val); in do_fixup_by_compat_u32() local
626 char *tmp, *end; in fdt_fixup_ethernet() local
682 tmp = env_get(mac); in fdt_fixup_ethernet()
683 if (!tmp) in fdt_fixup_ethernet()
687 mac_addr[j] = tmp ? in fdt_fixup_ethernet()
[all …]
A Dbootdev-uclass.c710 unsigned long tmp; in bootdev_setup_iter() local
712 if (strict_strtoul(part, 0, &tmp)) { in bootdev_setup_iter()
718 iter->part = tmp; in bootdev_setup_iter()

Completed in 23 milliseconds