Home
last modified time | relevance | path

Searched refs:cmd_string (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/fastboot/
H A Dfb_command.c99 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command() argument
104 cmd_parameter = cmd_string; in fastboot_handle_command()
108 if (!strcmp(commands[i].command, cmd_string)) { in fastboot_handle_command()
119 pr_err("command %s not recognized.\n", cmd_string); in fastboot_handle_command()
/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.py93 cmd_string, ipmi_cmd_type="inband", print_output=1, ignore_err=0, **options argument
117 cmd_buf = IPMI_INBAND_CMD + " " + cmd_string
123 cmd_buf = ic.create_ipmi_ext_command_string(cmd_string, **options)
/openbmc/u-boot/include/
H A Dfastboot.h122 int fastboot_handle_command(char *cmd_string, char *response);
/openbmc/linux/drivers/i2c/busses/
H A Di2c-brcmstb.c93 static char const *cmd_string[] = { variable
304 cmd_string[cmd]); in brcmstb_send_i2c_cmd()
312 cmd_string[cmd]); in brcmstb_send_i2c_cmd()
376 dev_dbg(dev->device, "%s failure", cmd_string[cmd]); in brcmstb_i2c_xfer_bsc_data()