Home
last modified time | relevance | path

Searched refs:cmd_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddump.py128 cmd_name = cmd.split()[0]
133 filename = self._construct_filename(cmd_name)
135 output = self.runner.run_monitor(cmd_name, cmd_data)
137 output = self.runner.run_monitor(cmd_name)
138 self._write_dump(cmd_name, output)
141 print("Failed to dump QMP CMD: %s with\nException: %s" % (cmd_name, e))
/openbmc/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c992 char cmd_name[sizeof(kbd_command_prefix) + 1]; in preboot_keys() local
994 sprintf(cmd_name, "%s%c", kbd_command_prefix, *suffix); in preboot_keys()
995 cmd = env_get(cmd_name); in preboot_keys()
/openbmc/qemu/hw/arm/
H A Dtrace-events41 smmuv3_cmdq_consume_error(const char *cmd_name, uint8_t cmd_error) "Error on %s command execution: …