Searched refs:sprintf (Results 251 - 275 of 294) sorted by relevance

<<1112

/u-boot/drivers/mmc/
H A Domap_hsmmc.c1815 sprintf(prop_name, "pinctrl-%d", index);
1847 sprintf(str, "%s-%s", #mode, priv->hw_rev); \
/u-boot/tools/
H A Difdtool.c478 sprintf(msg, fmt, fname);
/u-boot/drivers/net/octeon/
H A Docteon_eth.c192 sprintf(tmp_name, "%s_fpa_alloc_%d",
/u-boot/board/synopsys/hsdk/
H A Dhsdk.c880 sprintf(mask, "%s%s%s%s",
/u-boot/drivers/clk/
H A Dclk_versaclock.c819 sprintf(child_name, "OUT%d", clk_out->num + 1);
/u-boot/drivers/ata/
H A Dsata_sil.c594 sprintf(sata->name, "SATA#%d", dev);
H A Dsata_mv.c949 sprintf(priv->name, "SATA%d", port);
/u-boot/drivers/mtd/nand/spi/
H A Dcore.c1204 sprintf(mtd->name, "spi-nand%d", spi_nand_idx++);
/u-boot/drivers/net/fm/
H A Deth.c736 sprintf(mac_name, "fm%d-mac%d", fm + 1, num + 1);
/u-boot/drivers/net/
H A Deepro100.c823 sprintf(name, "eepro100#%u", card_number++);
H A Ddesignware.c686 sprintf(name, "eth_designware#%u", num_cards++);
H A Dsh_eth.c752 sprintf(bb_miiphy_buses[0].name, dev->name);
/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c984 sprintf(eth_name, "DPMAC%d@%s", dpmac_id,
/u-boot/drivers/pci/
H A Dpci_mvebu.c638 sprintf(pcie->name, "pcie%d.%d", pcie->port, pcie->lane);
/u-boot/drivers/nvme/
H A Dnvme.c907 sprintf(name, "blk#%d", i);
/u-boot/drivers/xen/
H A Dpvblock.c137 sprintf(nodename, "device/vbd/%d", devid);
/u-boot/drivers/block/
H A Dide.c1035 sprintf(name, "blk#%d", i);
/u-boot/boot/
H A Dbootm.c820 sprintf(buf, "%s %s", cmdline, NULL_CONSOLE);
/u-boot/cmd/
H A Dmmc.c430 sprintf(dest, "0x" LBAF, sparse.start * sparse.blksz);
/u-boot/net/
H A Dnfs.c934 sprintf(nfs_path, "/nfsroot/%02X%02X%02X%02X.img",
/u-boot/fs/fat/
H A Dfat.c1440 sprintf(uuid_str, "%02X%02X-%02X%02X", id[3], id[2], id[1], id[0]);
/u-boot/fs/ubifs/
H A Dubifs.c527 sprintf(buf, "%s/%s",
/u-boot/common/
H A Dcli_hush_upstream.c2409 sprintf(G.epoch_buf, fmt, (unsigned long long)tv.tv_sec,
7594 sprintf(arith_buf, ARITH_FMT, res);
7903 sprintf(param_buf, NOMMU_HACK_FMT
10554 sprintf(full_var, "%s=%s", var, val);
12277 sprintf(s, "+%s", optstring);
12663 dst += sprintf(dst, " -%u", (int)pi->pgrp);
12674 dst += sprintf(dst, " %u", (int)cmd->pid);
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c2216 p += sprintf(dev_info, "%s%sOneNAND%s %dMB %sV 16-bit (0x%02x)",
2222 sprintf(p, "\nOneNAND version = 0x%04x", version);
/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c1705 ret = sprintf(buf, "%s\n", otg_state_string(musb->xceiv->state));
1774 return sprintf(buf, "Vbus %s, timeout %lu msec\n",

Completed in 386 milliseconds

<<1112