Home
last modified time | relevance | path

Searched refs:cmdline (Results 101 – 125 of 330) sorted by relevance

12345678910>>...14

/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config/
H A Dphosphor-ipmi-config-set-device-id.sh3 BMCPOS=$(awk -v RS=" " '/^bmcposition=/{print substr($0,13)}' /proc/cmdline)
/openbmc/qemu/hw/cris/
H A Dboot.h7 const char *cmdline; member
/openbmc/linux/arch/mips/dec/prom/
H A DMakefile7 lib-y += init.o memory.o cmdline.o identify.o console.o
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py324 cmdline = open("%s/cmdline" % tmp_dir, "w")
325 cmdline.write("%s %s" % (label_conf, bootloader.append))
326 cmdline.close()
362 cmdline_sz = os.stat(cmdline.name).st_size
392 objcopy_cmd += " --add-section .cmdline=%s" % cmdline.name
/openbmc/u-boot/scripts/basic/
H A Dfixdep.c125 char *cmdline; variable
139 printf("cmd_%s := %s\n\n", target, cmdline); in print_cmdline()
471 cmdline = argv[3]; in main()
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h188 char cmdline[1]; /* this is the minimum size */ member
219 struct tag_cmdline cmdline; member
/openbmc/u-boot/tools/binman/
H A Dbinman29 import cmdline
155 (options, args) = cmdline.ParseArgs(sys.argv)
H A Dbinman.py29 import cmdline
155 (options, args) = cmdline.ParseArgs(sys.argv)
/openbmc/linux/arch/parisc/include/asm/
H A Dkexec.h22 unsigned long cmdline; member
/openbmc/linux/arch/microblaze/include/asm/
H A Dsetup.h19 void machine_early_init(const char *cmdline, unsigned int ram,
/openbmc/linux/tools/perf/util/
H A Dcache.h20 int split_cmdline(char *cmdline, const char ***argv);
/openbmc/linux/drivers/of/
H A Dfdt.c1153 int __init early_init_dt_scan_chosen(char *cmdline) in early_init_dt_scan_chosen() argument
1187 strscpy(cmdline, p, min(l, COMMAND_LINE_SIZE)); in early_init_dt_scan_chosen()
1197 strlcat(cmdline, " ", COMMAND_LINE_SIZE); in early_init_dt_scan_chosen()
1198 strlcat(cmdline, CONFIG_CMDLINE, COMMAND_LINE_SIZE); in early_init_dt_scan_chosen()
1200 strscpy(cmdline, CONFIG_CMDLINE, COMMAND_LINE_SIZE); in early_init_dt_scan_chosen()
1203 if (!((char *)cmdline)[0]) in early_init_dt_scan_chosen()
1204 strscpy(cmdline, CONFIG_CMDLINE, COMMAND_LINE_SIZE); in early_init_dt_scan_chosen()
1208 pr_debug("Command line is: %s\n", (char *)cmdline); in early_init_dt_scan_chosen()
/openbmc/linux/Documentation/admin-guide/
H A Dbootconfig.rst152 Unlike /proc/cmdline, this file shows the key-value style list.
234 key will be passed to kernel cmdline directly. Moreover, the key-value
235 pairs under ``init`` will be passed to init process via the cmdline.
236 The parameters are concatenated with user-given kernel cmdline string
241 [bootconfig params][cmdline params] -- [bootconfig init params][cmdline init params]
252 This will be copied into the kernel cmdline string as the following::
260 The final kernel cmdline will be the following::
/openbmc/linux/arch/powerpc/boot/
H A Dcuboot.c25 loader_info.cmdline = (char *)r6; in cuboot_init()
/openbmc/linux/Documentation/block/
H A Dindex.rst13 cmdline-partition
/openbmc/openbmc/poky/meta/recipes-extended/images/
H A Dcore-image-full-cmdline.bb8 packagegroup-core-full-cmdline \
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dinit20 read CMDLINE < /proc/cmdline
/openbmc/openbmc/poky/meta/recipes-core/psplash/files/
H A Dpsplash-init19 read CMDLINE < /proc/cmdline
/openbmc/qemu/hw/ppc/
H A Dprep.c174 const char *cmdline, in PPC_NVRAM_set_params() argument
190 if (cmdline) { in PPC_NVRAM_set_params()
193 cmdline); in PPC_NVRAM_set_params()
195 NVRAM_set_lword(nvram, 0x44, strlen(cmdline)); in PPC_NVRAM_set_params()
/openbmc/u-boot/include/
H A Dandroid_image.h47 char cmdline[ANDR_BOOT_ARGS_SIZE]; member
/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/
H A Dconf-notes.txt7 core-image-full-cmdline: A small image with more Linux functionality
/openbmc/linux/arch/arm64/kernel/
H A Dmachine_kexec_file.c93 char *cmdline) in load_other_segments() argument
157 initrd_len, cmdline, 0); in load_other_segments()
/openbmc/linux/arch/loongarch/kernel/
H A Drelocate.c173 …char *cmdline = early_ioremap(fw_arg1, COMMAND_LINE_SIZE); /* Boot command line is passed in fw_ar… in relocate_kernel() local
175 strscpy(boot_command_line, cmdline, COMMAND_LINE_SIZE); in relocate_kernel()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py397 cmdline = ''
400 cmdline = p.read()
403 cmdline = re_control_char.sub(' ', cmdline)
406 tcp_ports = cmdline.split("hostfwd=tcp:")[1]
411 ips = re.findall(r"((?:[0-9]{1,3}\.){3}[0-9]{1,3})", cmdline.split("ip=")[1])
414 self.logger.debug("qemu cmdline used:\n{}".format(cmdline))
428 "and output from runqemu:\n%s" % (cmdline, out))
442 "output from runqemu:\n%s" % (cmdline, out))
/openbmc/openbmc-test-automation/lib/
H A Dgen_arg.py361 cmdline = process.as_dict()["cmdline"]
363 optional_dir_path_regex + pgm_name + "( |$)", cmdline[0]
364 ) or re.match(optional_dir_path_regex + pgm_name + "( |$)", cmdline[1])

12345678910>>...14