Lines Matching refs:uname
170 char *uname; in fit_print_contents() local
234 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL); in fit_print_contents()
235 if (uname) in fit_print_contents()
236 printf("%s Default Configuration: '%s'\n", p, uname); in fit_print_contents()
1995 const char *uname; in fit_conf_get_prop_node_index() local
1999 uname = fdt_stringlist_get(fit, noffset, prop_name, index, &len); in fit_conf_get_prop_node_index()
2000 if (uname == NULL) in fit_conf_get_prop_node_index()
2003 return fit_image_get_node(fit, uname); in fit_conf_get_prop_node_index()
2027 const char *uname; in fit_conf_print() local
2039 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print()
2041 if (uname == NULL) in fit_conf_print()
2044 printf("%s\n", uname); in fit_conf_print()
2047 uname = fdt_getprop(fit, noffset, FIT_RAMDISK_PROP, NULL); in fit_conf_print()
2048 if (uname) in fit_conf_print()
2049 printf("%s Init Ramdisk: %s\n", p, uname); in fit_conf_print()
2051 uname = fdt_getprop(fit, noffset, FIT_FIRMWARE_PROP, NULL); in fit_conf_print()
2052 if (uname) in fit_conf_print()
2053 printf("%s Firmware: %s\n", p, uname); in fit_conf_print()
2056 uname = fdt_stringlist_get(fit, noffset, FIT_FDT_PROP, in fit_conf_print()
2057 fdt_index, NULL), uname; in fit_conf_print()
2064 printf("%s\n", uname); in fit_conf_print()
2067 uname = fdt_getprop(fit, noffset, FIT_FPGA_PROP, NULL); in fit_conf_print()
2068 if (uname) in fit_conf_print()
2069 printf("%s FPGA: %s\n", p, uname); in fit_conf_print()
2073 uname = fdt_stringlist_get(fit, noffset, FIT_LOADABLE_PROP, in fit_conf_print()
2074 loadables_index, NULL), uname; in fit_conf_print()
2081 printf("%s\n", uname); in fit_conf_print()
2503 const char *uname; in boot_get_fdt_fit() local
2564 uname = fit_get_name(fit, noffset, NULL); in boot_get_fdt_fit()
2573 uname = NULL; in boot_get_fdt_fit()
2576 debug("%d: using uname=%s uconfig=%s\n", i, uname, uconfig); in boot_get_fdt_fit()
2579 addr, &uname, &uconfig, in boot_get_fdt_fit()
2584 printf("load of %s failed\n", uname); in boot_get_fdt_fit()
2588 uname, ovload, ovlen); in boot_get_fdt_fit()