Lines Matching refs:sprintf
755 sprintf(command_errbuf, "Could not find root node !"); in fdt_fixup_memory()
845 sprintf(command_errbuf, "Could not fixup '/memory' node : " in fdt_fixup_memory()
882 sprintf(command_errbuf, "Could not fixup '/memory' node.\n"); in fdt_fixup_memory()
1071 sprintf(command_errbuf, "no address specified"); in fdt_cmd_addr()
1144 sprintf(line, "\nFlattened device tree header (%p):\n", fdtp); in fdt_cmd_hdr()
1147 sprintf(line, " magic = 0x%08x\n", fdt_magic(fdtp)); in fdt_cmd_hdr()
1150 sprintf(line, " size = %d\n", fdt_totalsize(fdtp)); in fdt_cmd_hdr()
1153 sprintf(line, " off_dt_struct = 0x%08x\n", in fdt_cmd_hdr()
1157 sprintf(line, " off_dt_strings = 0x%08x\n", in fdt_cmd_hdr()
1161 sprintf(line, " off_mem_rsvmap = 0x%08x\n", in fdt_cmd_hdr()
1165 sprintf(line, " version = %d\n", ver); in fdt_cmd_hdr()
1168 sprintf(line, " last compatible version = %d\n", in fdt_cmd_hdr()
1173 sprintf(line, " boot_cpuid = %d\n", in fdt_cmd_hdr()
1179 sprintf(line, " size_dt_strings = %d\n", in fdt_cmd_hdr()
1185 sprintf(line, " size_dt_struct = %d\n", in fdt_cmd_hdr()
1330 sprintf(tmp, "\"%s\"%s", d, in fdt_data_str()
1386 sprintf(tmp, "0x%08x%s", fdt32_to_cpu(*c), in fdt_data_cell()
1435 sprintf(tmp, "0x%02x%s", d[i], i < len - 1 ? " " : ""); in fdt_data_bytes()
1494 sprintf(line, "%s\n", name); in fdt_prop()
1511 sprintf(command_errbuf, "could not allocate space for string"); in fdt_prop()
1516 sprintf(line, "%s" FDT_PROP_SEP "%s\n", name, buf); in fdt_prop()
1546 sprintf(command_errbuf, "property already exists!"); in fdt_modprop()
1550 sprintf(command_errbuf, "property does not exist!"); in fdt_modprop()
1585 sprintf(command_errbuf, in fdt_modprop()
1588 sprintf(command_errbuf, in fdt_modprop()
1612 sprintf(command_errbuf, "could not allocate space " in fdt_merge_strings()
1652 sprintf(command_errbuf, "name not specified"); in fdt_extract_nameloc()
1722 sprintf(command_errbuf, "could not process " in fdt_cmd_prop()
1787 sprintf(command_errbuf, "no node/property name specified"); in fdt_cmd_rm()
1810 sprintf(command_errbuf, "could not delete node"); in fdt_cmd_rm()
1825 sprintf(command_errbuf, "no node name specified"); in fdt_cmd_mknode()
1836 sprintf(command_errbuf, in fdt_cmd_mknode()
1839 sprintf(command_errbuf, in fdt_cmd_mknode()
1852 sprintf(line, "%s\n", cwd); in fdt_cmd_pwd()
1872 sprintf(line, "reg#%d: (start: 0x%jx, size: 0x%jx)\n", in fdt_cmd_mres()