Searched refs:sprintf (Results 126 - 150 of 294) sorted by relevance

1234567891011>>

/u-boot/tools/
H A Dupdate_octeon_header.c311 sprintf(tmp_board_name, "cust_%s", board_name + offset);
322 sprintf(tmp_board_name, "cust_private_%s",
/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_interactive.c338 sprintf(string, "invalid argument %s",
345 sprintf(string, "invalid nb of args %d, max %d",
/u-boot/drivers/gpio/
H A Dmxc_gpio.c297 sprintf(name, "GPIO%d_", banknum);
299 sprintf(name, "GPIO%d_", banknum + 1);
/u-boot/drivers/misc/
H A Dk3_avs.c244 sprintf(pname, "vdd-supply-%d", vd->id);
249 sprintf(pname, "ti,default-opp-%d", vd->id);
/u-boot/board/purism/librem5/
H A Dlibrem5.c433 sprintf(rev_str, "%u", rev);
440 sprintf(fdt_str, "freescale/imx8mq-librem5-r%u.dtb", dtb_rev);
/u-boot/common/
H A Dsplash_source.c225 sprintf(cmd, "ubi part %s", location->mtdpart);
230 sprintf(cmd, "ubifsmount %s", location->ubivol);
/u-boot/board/congatec/cgtqmx8/
H A Dcgtqmx8.c429 sprintf(command, "hdp load 0x%x", IMX_HDMI_FIRMWARE_LOAD_ADDR);
432 sprintf(command, "hdprx load 0x%x",
/u-boot/board/vscom/baltos/
H A Dboard.c53 sprintf(buf, "dip_s%d", i + 1);
350 sprintf(model, "%d", header.SystemId);
/u-boot/test/
H A Dunicode_ut.c115 sprintf(buf, "%8.6ls", c2);
121 sprintf(buf, "%8.6ls", c4);
127 sprintf(buf, "%-8.2ls", c4);
134 sprintf(buf, "%ls", i1);
138 sprintf(buf, "%ls", i2);
142 sprintf(buf, "%ls", i3);
/u-boot/cmd/
H A Dmtdparts.c215 sprintf(buf, "%llug", size/SIZE_GB);
217 sprintf(buf, "%llum", size/SIZE_MB);
219 sprintf(buf, "%lluk", size/SIZE_KB);
221 sprintf(buf, "%llu", size);
279 sprintf(buf, "%s%d,%d", MTD_DEV_TYPE(current_mtd_dev->id->type),
308 sprintf(mtd_dev, "%s%d", MTD_DEV_TYPE(type), num);
2020 sprintf(tmpbuf, "%s:%s(%s)%s",
H A Dfdt.c83 sprintf(buf, "0x%08X", fdt32_to_cpu(*(fdt32_t *)nodep));
93 sprintf(buf, "0x%08X", fdt32_to_cpu(*(nodec + index)));
101 sprintf(buf + (i * 2), "%08x",
H A Dubi.c138 len += sprintf(str + len, "%d", ubi->volumes[i]->vol_id) + 1;
511 sprintf(ubi_mtd_param_buffer, "%s", info->name);
513 sprintf(ubi_mtd_param_buffer, "%s,%s", info->name,
H A Dnet.c166 sprintf(file_addr, "%lx", addr);
264 sprintf(tmp, "%d", net_ntp_time_offset);
/u-boot/boot/
H A Dpxe_utils.c77 sprintf(outbuf, "01-%02x-%02x-%02x-%02x-%02x-%02x",
124 sprintf(addr_buf, "%lx", file_addr);
185 sprintf(path, PXELINUX_DIR "%s", file);
564 sprintf(ip_str, " ip=%s:%s:%s:%s",
1487 sprintf(label->num, "%d", i++);
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfdt.c488 sprintf(subnode_str, "pfe-%s-firmware", pename);
489 sprintf(prop_str, "fsl,pfe-%s-firmware", pename);
490 sprintf(phandle_str, "fsl,%s-firmware", pename);
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c199 len = sprintf(buf, "fsl,mpc%s-l2-cache-controller",
203 len = sprintf(buf, "fsl,%c%s-l2-cache-controller",
209 * sprintf wrote. This is how a device tree stores multiple
212 len += sprintf(buf + len, "cache") + 1;
/u-boot/board/xilinx/common/
H A Dboard.c416 sprintf(var, "board_%s", name);
418 sprintf(var, "card%d_%s", index, name);
492 sprintf(uuid, "%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x",
/u-boot/drivers/ddr/altera/
H A Dsdram_arria10.c651 sprintf(name, "%s", firewall_table[i].prop_name);
655 sprintf(name, "altr,%s", firewall_table[i].prop_name);
/u-boot/env/
H A Dcommon.c177 sprintf(str, "%lx", value);
209 sprintf(buf, "%pM", enetaddr);
/u-boot/drivers/i2c/
H A Dnx_i2c.c92 sprintf(name, "%s.%d", DEV_NAME_I2C, index);
105 sprintf(name, "%s.%d", DEV_NAME_I2C, bus->bus_num);
/u-boot/board/freescale/common/
H A Dsys_eeprom.c535 sprintf(ethaddr, "%02X:%02X:%02X:%02X:%02X:%02X",
542 sprintf(enetvar, i ? "eth%daddr" : "ethaddr", i);
/u-boot/scripts/kconfig/
H A Dconfdata.c155 sprintf(fullname, "%s/%s", env, name);
675 sprintf(str2, "\"%s\"", str);
807 sprintf(newname, "%s%s", dirname, basename);
810 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
/u-boot/board/synopsys/hsdk/
H A Denv-lib.c56 sprintf(command, "%s_%u", map[index].env_name, i);
/u-boot/board/freescale/ls1043ardb/
H A Dls1043ardb.c295 sprintf(new_name, "ethernet-phy@%x", new_addr);
/u-boot/lib/
H A Duuid.c359 sprintf(uuid_str, format, uuid_bin[char_order[i]]);

Completed in 341 milliseconds

1234567891011>>