Lines Matching refs:uname

167 	char *uname;  in fit_print_contents()  local
231 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL); in fit_print_contents()
232 if (uname) in fit_print_contents()
233 printf("%s Default Configuration: '%s'\n", p, uname); in fit_print_contents()
1846 const char *uname; in fit_conf_get_prop_node_index() local
1850 uname = fdt_stringlist_get(fit, noffset, prop_name, index, &len); in fit_conf_get_prop_node_index()
1851 if (uname == NULL) in fit_conf_get_prop_node_index()
1854 return fit_image_get_node(fit, uname); in fit_conf_get_prop_node_index()
1878 const char *uname; in fit_conf_print() local
1890 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print()
1892 if (uname == NULL) in fit_conf_print()
1895 printf("%s\n", uname); in fit_conf_print()
1898 uname = fdt_getprop(fit, noffset, FIT_RAMDISK_PROP, NULL); in fit_conf_print()
1899 if (uname) in fit_conf_print()
1900 printf("%s Init Ramdisk: %s\n", p, uname); in fit_conf_print()
1902 uname = fdt_getprop(fit, noffset, FIT_FIRMWARE_PROP, NULL); in fit_conf_print()
1903 if (uname) in fit_conf_print()
1904 printf("%s Firmware: %s\n", p, uname); in fit_conf_print()
1907 uname = fdt_stringlist_get(fit, noffset, FIT_FDT_PROP, in fit_conf_print()
1908 fdt_index, NULL), uname; in fit_conf_print()
1915 printf("%s\n", uname); in fit_conf_print()
1918 uname = fdt_getprop(fit, noffset, FIT_FPGA_PROP, NULL); in fit_conf_print()
1919 if (uname) in fit_conf_print()
1920 printf("%s FPGA: %s\n", p, uname); in fit_conf_print()
1924 uname = fdt_stringlist_get(fit, noffset, FIT_LOADABLE_PROP, in fit_conf_print()
1925 loadables_index, NULL), uname; in fit_conf_print()
1932 printf("%s\n", uname); in fit_conf_print()
2330 const char *uname; in boot_get_fdt_fit() local
2391 uname = fit_get_name(fit, noffset, NULL); in boot_get_fdt_fit()
2400 uname = NULL; in boot_get_fdt_fit()
2403 debug("%d: using uname=%s uconfig=%s\n", i, uname, uconfig); in boot_get_fdt_fit()
2406 addr, &uname, &uconfig, in boot_get_fdt_fit()
2411 printf("load of %s failed\n", uname); in boot_get_fdt_fit()
2415 uname, ovload, ovlen); in boot_get_fdt_fit()