| /openbmc/openbmc/poky/meta/recipes-extended/packagegroups/ |
| H A D | packagegroup-core-full-cmdline.bb | 11 packagegroup-core-full-cmdline \ 12 packagegroup-core-full-cmdline-utils \ 13 packagegroup-core-full-cmdline-extended \ 14 packagegroup-core-full-cmdline-dev-utils \ 15 packagegroup-core-full-cmdline-multiuser \ 16 packagegroup-core-full-cmdline-initscripts \ 17 packagegroup-core-full-cmdline-sys-services \ 20 RDEPENDS:packagegroup-core-full-cmdline = "\ 21 packagegroup-core-full-cmdline-utils \ 22 packagegroup-core-full-cmdline-extended \ [all …]
|
| /openbmc/qemu/tests/qtest/ |
| H A D | cxl-test.c | 123 g_autoptr(GString) cmdline = g_string_new(NULL); in cxl_t3d_deprecated() 128 g_string_printf(cmdline, QEMU_PXB_CMD QEMU_RP QEMU_T3D_DEPRECATED, in cxl_t3d_deprecated() 131 qtest_start(cmdline->str); in cxl_t3d_deprecated() 138 g_autoptr(GString) cmdline = g_string_new(NULL); in cxl_t3d_persistent() 143 g_string_printf(cmdline, QEMU_PXB_CMD QEMU_RP QEMU_T3D_PMEM, in cxl_t3d_persistent() 146 qtest_start(cmdline->str); in cxl_t3d_persistent() 153 g_autoptr(GString) cmdline = g_string_new(NULL); in cxl_t3d_volatile() 155 g_string_printf(cmdline, QEMU_PXB_CMD QEMU_RP QEMU_T3D_VMEM); in cxl_t3d_volatile() 157 qtest_start(cmdline->str); in cxl_t3d_volatile() 163 g_autoptr(GString) cmdline = g_string_new(NULL); in cxl_t3d_volatile_lsa() [all …]
|
| H A D | test-x86-cpuid-compat.c | 47 const char *cmdline; member 59 qtest_start(args->cmdline); in test_cpuid_prop() 75 char *cmdline; in add_cpuid_test() local 81 cmdline = g_strdup_printf("-cpu %s", cpu); in add_cpuid_test() 84 save = cmdline; in add_cpuid_test() 85 cmdline = g_strdup_printf("%s,%s", cmdline, cpufeat); in add_cpuid_test() 89 save = cmdline; in add_cpuid_test() 90 cmdline = g_strdup_printf("-machine %s %s", machine, cmdline); in add_cpuid_test() 93 args->cmdline = cmdline; in add_cpuid_test() 103 const char *cmdline; member [all …]
|
| H A D | cmsdk-apb-watchdog-test.c | 86 g_autofree gchar *cmdline = g_strdup_printf("-machine %s", args->machine); in test_watchdog() local 87 qtest_start(cmdline); in test_watchdog() 127 g_autofree gchar *cmdline = g_strdup_printf("-machine %s", args->machine); in test_clock_change() local 128 qtest_start(cmdline); in test_clock_change() 178 g_autofree gchar *cmdline = g_strdup_printf("-machine %s", args->machine); in test_watchdog_reset() local 179 qtest_start(cmdline); in test_watchdog_reset() 231 g_autofree gchar *cmdline = g_strdup_printf("-machine %s", args->machine); in test_watchdog_inten() local 232 qtest_start(cmdline); in test_watchdog_inten() 312 g_autofree gchar *cmdline = g_strdup_printf("-machine %s", args->machine); in test_watchdog_inten_luminary() local 313 qtest_start(cmdline); in test_watchdog_inten_luminary()
|
| H A D | i440fx-test.c | 36 char *cmdline; in test_start_get_bus() local 38 cmdline = g_strdup_printf("-machine pc -smp %d", s->num_cpus); in test_start_get_bus() 39 qtest_start(cmdline); in test_start_get_bus() 40 g_free(cmdline); in test_start_get_bus() 314 char *fw_pathname, *cmdline; in test_i440fx_firmware() local 322 cmdline = g_strdup_printf("-S %s%s", fixture->is_bios in test_i440fx_firmware() 326 g_test_message("qemu cmdline: %s", cmdline); in test_i440fx_firmware() 327 qtest_start(cmdline); in test_i440fx_firmware() 328 g_free(cmdline); in test_i440fx_firmware()
|
| /openbmc/qemu/qga/ |
| H A D | service-win32.c | 106 GString *cmdline; in ga_install_service() local 115 cmdline = g_string_new(""); in ga_install_service() 117 g_string_append_printf(cmdline, "%s -d", in ga_install_service() 121 g_string_append_printf(cmdline, " -p %s", win_escape_arg(path, esc)); in ga_install_service() 124 g_string_append_printf(cmdline, " -l %s -v", in ga_install_service() 128 g_string_append_printf(cmdline, " -t %s", in ga_install_service() 132 g_debug("service's cmdline: %s", cmdline->str); in ga_install_service() 142 SERVICE_ERROR_NORMAL, cmdline->str, NULL, NULL, NULL, NULL, NULL); in ga_install_service() 157 g_string_free(cmdline, TRUE); in ga_install_service()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/ |
| H A D | 0002-POSIX_SPAWN_USEVFORK-is-not-linux-specific-but-glibc.patch | 8 cmdline.cc:206:12: error: use of undeclared identifier 'POSIX_SPAWN_USEVFORK' 14 libtest/cmdline.cc | 2 +- 17 diff --git a/libtest/cmdline.cc b/libtest/cmdline.cc 19 --- a/libtest/cmdline.cc 20 +++ b/libtest/cmdline.cc
|
| /openbmc/qemu/roms/ |
| H A D | edk2-build.py | 73 cmdline = [ 'git', 'describe', '--tags', '--abbrev=8', 75 result = subprocess.run(cmdline, cwd = coredir, 116 def build_run(cmdline, name, section, silent = False, nologs = False): argument 124 result = subprocess.run(cmdline, check = False, 134 print(cmdline) 142 print(cmdline, flush = True) 143 result = subprocess.run(cmdline, check = False) 170 cmdline = [ 176 subprocess.run(cmdline, check = True) 182 cmdline = [ 'build' ] [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | check_sparse.py | 13 def cmdline_for_sparse(sparse, cmdline): argument 18 for x in cmdline: 52 cmdline = shlex.split(cmd['command']) variable 53 cmd = cmdline_for_sparse(sparse, cmdline) 54 print('REAL_CC=%s' % shlex.quote(cmdline[0]), 56 sparse_env['REAL_CC'] = cmdline[0]
|
| H A D | modinfo-collect.py | 53 cmdline = process_command(src, command) 54 print("MODINFO_DEBUG cmd", cmdline) 55 result = subprocess.run(cmdline, stdout = subprocess.PIPE,
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/ |
| H A D | 0001-feat-dracut-install-split-ldd-command-arguments-for-.patch | 36 + char **cmdline = NULL; 38 + /* Account for at least 2 elements plus the terminating NULL in cmdline */ 54 + cmdline = malloc(args * sizeof(char *)); 55 + memset(cmdline, 0, args * sizeof(char *)); 65 + cmdline[idx] = malloc(pos - start + 1); 66 + memcpy(cmdline[idx], ldd + start, pos - start); 67 + cmdline[idx][pos - start] = 0; 78 + cmdline[idx++] = fullsrcpath; 79 + cmdline[idx] = NULL; 85 + execvp(cmdline[0], cmdline);
|
| /openbmc/u-boot/lib/libavb/ |
| H A D | avb_cmdline.c | 18 const char* cmdline, in avb_sub_cmdline() argument 62 ret = avb_replace(cmdline, replace_str[n], guid_buf); in avb_sub_cmdline() 108 if (slot_data->cmdline != NULL) { in cmdline_append_option() 109 offset = avb_strlen(slot_data->cmdline); in cmdline_append_option() 120 avb_memcpy(new_cmdline, slot_data->cmdline, offset - 1); in cmdline_append_option() 126 if (slot_data->cmdline != NULL) { in cmdline_append_option() 127 avb_free(slot_data->cmdline); in cmdline_append_option() 129 slot_data->cmdline = new_cmdline; in cmdline_append_option() 339 slot_data->cmdline, "$(ANDROID_VERITY_MODE)", dm_verity_mode); in avb_append_options() 340 avb_free(slot_data->cmdline); in avb_append_options() [all …]
|
| /openbmc/openbmc/poky/meta/conf/distro/include/ |
| H A D | no-gplv3.inc | 8 # Settings for full-cmdline 9 RDEPENDS:packagegroup-core-full-cmdline-utils:remove = "bash bc coreutils cpio ed findutils gawk gr… 10 RDEPENDS:packagegroup-core-full-cmdline-dev-utils:remove = "diffutils m4 make patch" 11 RDEPENDS:packagegroup-core-full-cmdline-multiuser:remove = "gzip" 22 IMAGE_FEATURES:remove:pn-core-image-full-cmdline = "package-management" 23 CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline += "rpm"
|
| /openbmc/u-boot/arch/sh/lib/ |
| H A D | zimageboot.c | 21 char *cmdline; in do_sh_zimageboot() local 43 cmdline = (char *)param + COMMAND_LINE; in do_sh_zimageboot() 51 strcpy(cmdline, bootargs); in do_sh_zimageboot()
|
| H A D | bootm.c | 41 static unsigned long sh_check_cmd_arg(char *cmdline, char *key, int base) in sh_check_cmd_arg() argument 44 char *p = strstr(cmdline, key); in sh_check_cmd_arg() 60 char *cmdline = (char *)param + COMMAND_LINE; in do_bootm_linux() local 78 strcpy(cmdline, bootargs); in do_bootm_linux()
|
| /openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
| H A D | metric.cpp | 85 std::string cmdline; member 96 return std::tie(negTime, cmdline, tcomm) < in operator <() 97 std::tie(negOtherTime, other.cmdline, other.tcomm); in operator <() 124 entry.cmdline = getCmdLine(pid); in getProcStatMetric() 143 others.cmdline = "(Others)"; in getProcStatMetric() 172 std::string fullCmdline = entry.cmdline; in getProcStatMetric() 190 .sidx_cmdline = obj.getStringID(others.cmdline), in getProcStatMetric() 214 std::string cmdline; member 223 return std::tie(negFdCount, cmdline, tcomm) < in operator <() 224 std::tie(negOtherFdCount, other.cmdline, other.tcomm); in operator <() [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp.py | 202 cmdline = params.parseActions() 203 if not cmdline: 206 if 'msg' in cmdline and cmdline['msg']: 207 print(cmdline['msg']) 209 cmdline = cmdline['action'] 210 if not cmdline or cmdline[0] != "generateDotGraph": 213 ret, error = server.runCommand(["generateDepTreeEvent", cmdline[1], cmdline[2]]) 215 print("Error running command '%s': %s" % (cmdline, error)) 218 print("Error running command '%s': returned %s" % (cmdline, ret))
|
| /openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/ |
| H A D | 0001-Add-system-reset-status-support.patch | 77 + char *cmdline; 86 + cmdline = getenv("bootargs"); 89 + buf_len = (cmdline ? strlen(cmdline) : 0) 102 + if (cmdline) 104 + char *start = strstr(cmdline, key); 106 + /* Check for full word match. Match should be start of cmdline 108 + if (start && ((start == cmdline) || (*(start - 1) == ' '))) 110 + strncat(buf, cmdline, (start - cmdline)); 114 + * Skip the found substring, mark the tail of cmdline. 124 + strcat(buf, cmdline);
|
| /openbmc/u-boot/common/ |
| H A D | image-android.c | 69 if (*hdr->cmdline) { in android_image_get_kernel() 70 printf("Kernel command line: %s\n", hdr->cmdline); in android_image_get_kernel() 71 len += strlen(hdr->cmdline); in android_image_get_kernel() 89 if (*hdr->cmdline) in android_image_get_kernel() 90 strcat(newbootargs, hdr->cmdline); in android_image_get_kernel() 201 printf("%scmdline: %s\n", p, hdr->cmdline); in android_print_contents()
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | qmp_shell.py | 289 def _build_cmd(self, cmdline: str) -> Optional[QMPMessage]: 297 cmdargs = re.findall(argument_regex, cmdline) 344 def _execute_cmd(self, cmdline: str) -> bool: 346 qmpcmd = self._build_cmd(cmdline) 402 cmdline = input(self.prompt) 407 if cmdline == '': 412 return self._execute_cmd(cmdline) 471 def _cmd_passthrough(self, cmdline: str, 476 'command-line': cmdline, 481 def _execute_cmd(self, cmdline: str) -> bool: [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-replication.c | 176 char *cmdline; in start_primary() local 178 cmdline = g_strdup_printf("driver=replication,mode=primary,node-name=xxx," in start_primary() 182 opts = qemu_opts_parse_noisily(&qemu_drive_opts, cmdline, false); in start_primary() 183 g_free(cmdline); in start_primary() 292 char *cmdline; in start_secondary() local 295 cmdline = g_strdup_printf("file.filename=%s,driver=qcow2," in start_secondary() 298 opts = qemu_opts_parse_noisily(&qemu_drive_opts, cmdline, false); in start_secondary() 299 g_free(cmdline); in start_secondary() 315 cmdline = g_strdup_printf("driver=replication,mode=secondary,top-id=%s," in start_secondary() 324 opts = qemu_opts_parse_noisily(&qemu_drive_opts, cmdline, false); in start_secondary() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0006-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch | 4 Subject: [PATCH] RH: add wwids from kernel cmdline mpath.wwids with -A 7 /proc/cmdline for mpath.wwid=<WWID> options, and adds any wwids it finds 44 + f = fopen("/proc/cmdline", "re"); 46 + condlog(0, "can't open /proc/cmdline : %s", strerror(errno)); 52 + condlog(0, "read of /proc/cmdline failed : %s", 55 + condlog(0, "couldn't read /proc/cmdline");
|
| /openbmc/u-boot/arch/xtensa/lib/ |
| H A D | bootm.c | 58 char *cmdline) in setup_commandline_tag() argument 62 if (!cmdline) in setup_commandline_tag() 65 len = strlen(cmdline); in setup_commandline_tag() 69 strcpy((char *)params->data, cmdline); in setup_commandline_tag() 72 BP_TAG_COMMAND_LINE, params->size, cmdline); in setup_commandline_tag()
|
| /openbmc/qemu/hw/microblaze/ |
| H A D | boot.c | 47 uint32_t cmdline; member 60 env->regs[5] = boot_info.cmdline; in main_cpu_reset() 203 boot_info.cmdline = high + 4096; in microblaze_load_kernel() 205 pstrcpy_targphys("cmdline", boot_info.cmdline, 256, kernel_cmdline); in microblaze_load_kernel() 208 boot_info.fdt = boot_info.cmdline + 4096; in microblaze_load_kernel()
|
| /openbmc/qemu/semihosting/ |
| H A D | config.c | 60 const char *cmdline; /* concatenated argv */ member 91 if (semihosting.cmdline == NULL && semihosting.argc > 0) { in semihosting_get_cmdline() 92 semihosting.cmdline = g_strjoinv(" ", (gchar **)semihosting.argv); in semihosting_get_cmdline() 94 return semihosting.cmdline; in semihosting_get_cmdline()
|