Home
last modified time | relevance | path

Searched refs:cmdbuf (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/fastboot/
A Dfb_command.c426 char cmdbuf[32]; in oem_format() local
433 sprintf(cmdbuf, "gpt write mmc %x $partitions", mmc_dev); in oem_format()
434 if (run_command(cmdbuf, 0)) in oem_format()
449 char cmdbuf[32]; in oem_partconf() local
459 snprintf(cmdbuf, sizeof(cmdbuf), "mmc partconf %x %s 0", mmc_dev, cmd_parameter); in oem_partconf()
460 printf("Execute: %s\n", cmdbuf); in oem_partconf()
461 if (run_command(cmdbuf, 0)) in oem_partconf()
475 char cmdbuf[32]; in oem_bootbus() local
485 snprintf(cmdbuf, sizeof(cmdbuf), "mmc bootbus %x %s", mmc_dev, cmd_parameter); in oem_bootbus()
486 printf("Execute: %s\n", cmdbuf); in oem_bootbus()
[all …]
/u-boot/common/
A Dcli_simple.c185 char cmdbuf[CONFIG_SYS_CBSIZE]; /* working copy of cmd */ in cli_simple_run_command() local
189 char *str = cmdbuf; in cli_simple_run_command()
211 strcpy(cmdbuf, cmd); in cli_simple_run_command()
A Dcli_hush.c249 char *cmdbuf; /* buffer various argv's point into */ member
/u-boot/drivers/usb/gadget/
A Df_fastboot.c511 char *cmdbuf = req->buf; in rx_handler_command() local
519 cmdbuf[req->actual] = '\0'; in rx_handler_command()
520 cmd = fastboot_handle_command(cmdbuf, response); in rx_handler_command()
556 *cmdbuf = '\0'; in rx_handler_command()
A Df_rockusb.c897 char *cmdbuf = req->buf; in rx_handler_command() local
930 *cmdbuf = '\0'; in rx_handler_command()
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.c1740 char cmdbuf[60]; in stm32prog_end_phase() local
1742 sprintf(cmdbuf, "mmc bootbus %d 0 0 0; mmc partconf %d 1 %d 0", in stm32prog_end_phase()
1745 if (run_command(cmdbuf, 0)) { in stm32prog_end_phase()
1746 stm32prog_err("commands '%s' failed", cmdbuf); in stm32prog_end_phase()
1815 char cmdbuf[40]; in part_delete() local
1863 sprintf(cmdbuf, "mtd erase %s 0x%llx 0x%llx", in part_delete()
1865 if (run_command(cmdbuf, 0)) { in part_delete()
1868 part->name, part->id, cmdbuf); in part_delete()
/u-boot/drivers/mtd/
A Dcfi_flash.c225 static void flash_make_cmd(flash_info_t *info, u32 cmd, void *cmdbuf) in flash_make_cmd() argument
234 uchar *cp = (uchar *) cmdbuf; in flash_make_cmd()

Completed in 23 milliseconds