Home
last modified time | relevance | path

Searched refs:command_line (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Deventreplay.py47 def runCommand(self, command_line): argument
49 name = command_line[0]
52 var_name = command_line[1]
60 flaglist = command_line[1]
75 self.eventmask = command_line[-1]
79 raise Exception("Command %s not implemented" % command_line[0])
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dcopy-before-write89 command_line='qemu-io cbw "write 0 1M"')
93 command_line='qemu-io access "read 0 1M"')
152 command_line='qemu-io cbw "write 0 1M"')
156 command_line='qemu-io access "read 0 1M"')
262 command_line='qemu-io cbw "write 0 512K"')
267 command_line='qemu-io cbw "write 512K 512K"')
271 command_line='qemu-io access "read 0 1M"')
H A Dluks-detached-header271 command_line='qemu-io luks-1-format "write -P 40 0 64k"',
277 command_line='qemu-io luks-1-format "read -P 40 0 64k"',
285 command_line=cmd
292 command_line=cmd
300 command_line=cmd
307 command_line=cmd
H A Dreopen-file76 command_line='qemu-io format "write -P 42 0 64k"')
80 command_line='qemu-io format "read -P 42 0 64k"')
/openbmc/u-boot/arch/x86/lib/
H A Dzimage.c45 static void build_command_line(char *command_line, int auto_boot) in build_command_line() argument
49 command_line[0] = '\0'; in build_command_line()
58 sprintf(command_line, "console=ttyS0,%s ", in build_command_line()
64 strcat(command_line, "auto "); in build_command_line()
67 strcat(command_line, env_command_line); in build_command_line()
69 printf("Kernel command line: \"%s\"\n", command_line); in build_command_line()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0006-warn-for-uses-of-system-directories-when-cross-linki.patch12 command_line.error_poison_system_directories.
14 command_line.error_poison_system_directories.
27 command_line.poison_system_directories.
29 command_line.poison_system_directories.
193 + if (command_line.poison_system_directories
199 + if (command_line.error_poison_system_directories)
229 command_line.warn_mismatch = true;
230 command_line.warn_search_mismatch = true;
231 command_line.check_section_addresses = -1;
232 + command_line.poison_system_directories = true;
[all …]
H A D0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch21 && command_line.rpath == NULL)
31 rpath = command_line.rpath;
/openbmc/qemu/tests/functional/
H A Dtest_arm_integratorcp.py75 self.vm.cmd('human-monitor-command', command_line='stop')
77 command_line='screendump %s' % screendump_path)
H A Dtest_ppc64_powernv.py25 def do_test_linux_boot(self, command_line = KERNEL_COMMON_COMMAND_LINE): argument
31 '-append', command_line)
H A Dtest_version.py24 command_line='info version')
H A Dtest_mips64el_malta.py157 self.vm.cmd('human-monitor-command', command_line='stop')
159 command_line='screendump %s' % screendump_path)
H A Dtest_s390x_ccw_virtio.py164 self.vm.cmd('human-monitor-command', command_line='balloon 96')
167 self.vm.cmd('human-monitor-command', command_line='balloon 128')
H A Dtest_m68k_nextcube.py36 command_line='screendump %s' % screenshot_path)
/openbmc/qemu/tests/qemu-iotests/
H A D24672 command_line="block_resize drive0 70G")
93 command_line="block_resize drive0 50G")
H A D283140 command_line='qemu-io backup-filter "write 0 1M"')
H A D216105 command_line='qemu-io node0 "read 0 64M"'))
H A D31099 command_line='qemu-io node0 "read 0 5M"'))
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c157 g_free(node->command_line); in destroy_node()
272 node->command_line = g_strconcat("-M ", machine, ",", args, NULL); in build_machine_cmd_line()
274 node->command_line = g_strconcat("-M ", machine, " ", NULL); in build_machine_cmd_line()
291 node->command_line = g_strconcat(" -device ", name, NULL); in build_driver_cmd_line()
804 g_free(node->command_line); in qos_delete_cmd_line()
805 node->command_line = NULL; in qos_delete_cmd_line()
846 node->type, node->command_line, in qos_dump_graph()
H A Dqgraph_internal.h60 char *command_line; /* used to start QEMU at test execution */ member
/openbmc/qemu/monitor/
H A Dqmp-cmds.c162 char *qmp_human_monitor_command(const char *command_line, bool has_cpu_index, in qmp_human_monitor_command() argument
179 handle_hmp_command(&hmp, command_line); in qmp_human_monitor_command()
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_property.h35 char *command_line; member
/openbmc/qemu/tests/functional/qemu_test/
H A Dutils.py17 res = vm.cmd('human-monitor-command', command_line='info usernet')
/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c133 if (path->command_line && etype == QEDGE_CONSUMED_BY) { in walk_path()
134 g_string_append(cmd_line, path->command_line); in walk_path()
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch40 @@ -504,7 +504,7 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash)
49 @@ -577,18 +577,6 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash)
/openbmc/qemu/tests/qtest/
H A Dqos-test.c256 if (path->command_line && etype == QEDGE_CONSUMED_BY) { in walk_path()
257 g_string_append(cmd_line, path->command_line); in walk_path()

12