Searched refs:cmd_string (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/fastboot/ |
H A D | fb_command.c | 99 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 D | ipmi_utils.py | 93 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 D | fastboot.h | 122 int fastboot_handle_command(char *cmd_string, char *response);
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-brcmstb.c | 93 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()
|