Home
last modified time | relevance | path

Searched refs:typename (Results 1 – 4 of 4) sorted by relevance

/u-boot/cmd/x86/
A Dhob.c79 const char *typename; in show_hob_details() local
81 typename = res->type > 0 && res->type <= RES_MAX_MEM_TYPE ? in show_hob_details()
86 res->type, typename); in show_hob_details()
A Dmtrr.c64 const char *typename = argv[0]; in do_mtrr_set() local
74 if (*typename == *mtrr_type_name[i]) in do_mtrr_set()
78 printf("Invalid type name %s\n", typename); in do_mtrr_set()
/u-boot/tools/
A Dfit_image.c216 const char *typename; in fit_write_images() local
225 snprintf(str, sizeof(str), "%s-1", typename); in fit_write_images()
228 fdt_property_string(fdt, FIT_TYPE_PROP, typename); in fit_write_images()
253 typename = genimg_get_type_short_name(cont->type); in fit_write_images()
263 fdt_property_string(fdt, FIT_TYPE_PROP, typename); in fit_write_images()
307 const char *typename; in fit_write_configs() local
318 typename = genimg_get_type_short_name(cont->type); in fit_write_configs()
326 snprintf(str, sizeof(str), "%s-1", typename); in fit_write_configs()
327 fdt_property_string(fdt, typename, str); in fit_write_configs()
342 snprintf(str, sizeof(str), "%s-1", typename); in fit_write_configs()
[all …]
/u-boot/lib/efi_loader/
A Defi_device_path_to_text.c195 const char *typename = in dp_msging() local
200 s += sprintf(s, "%s(%u)", typename, sddp->slot_number); in dp_msging()

Completed in 6 milliseconds