Home
last modified time | relevance | path

Searched refs:commandline (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/u-boot/arch/nios2/lib/
H A Dbootm.c14 char *commandline = env_get("bootargs"); in do_bootm_linux() local
41 debug("bootargs=%s @ 0x%lx\n", commandline, (ulong)&commandline); in do_bootm_linux()
52 kernel(NIOS_MAGIC, initrd_start, initrd_end, commandline); in do_bootm_linux()
/openbmc/u-boot/arch/nds32/lib/
H A Dbootm.c27 static void setup_commandline_tag(bd_t *bd, char *commandline);
45 char *commandline = env_get("bootargs"); in do_bootm_linux() local
95 setup_commandline_tag(bd, commandline); in do_bootm_linux()
160 static void setup_commandline_tag(bd_t *bd, char *commandline) in setup_commandline_tag() argument
164 if (!commandline) in setup_commandline_tag()
168 for (p = commandline; *p == ' '; p++) in setup_commandline_tag()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dstub-out-fastdeploy.patch5 --- a/system/core/adb/client/commandline.cpp
6 +++ b/system/core/adb/client/commandline.cpp
10 #include "commandline.h"
20 #include "commandline.h"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dstub-out-fastdeploy.patch5 --- a/system/core/adb/client/commandline.cpp
6 +++ b/system/core/adb/client/commandline.cpp
10 #include "commandline.h"
20 #include "commandline.h"
/openbmc/u-boot/arch/microblaze/lib/
H A Dbootm.c22 char *commandline = env_get("bootargs"); in do_bootm_linux() local
80 thekernel(commandline, rd_data_start, (ulong)of_flat_tree); in do_bootm_linux()
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c146 static void setup_commandline_tag(bd_t *bd, char *commandline) in setup_commandline_tag() argument
150 if (!commandline) in setup_commandline_tag()
154 for (p = commandline; *p == ' '; p++); in setup_commandline_tag()
229 char *commandline = env_get("bootargs"); in boot_prep_linux() local
245 setup_commandline_tag(gd->bd, commandline); in boot_prep_linux()
/openbmc/openbmc/meta-google/recipes-kernel/linux/files/
H A Dgbmc.cfg1 # Appended gBMC kernel commandline
5 # We still have commandline users of /dev/mem
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/flatpak/
H A Dflatpak-xdg-utils_1.0.6.bb1 DESCRIPTION = "This repository contains a number of commandline utilities for use inside Flatpak sa…
/openbmc/u-boot/arch/xtensa/lib/
H A Dbootm.c138 char *commandline = env_get("bootargs"); in do_bootm_linux() local
157 params = setup_commandline_tag(params, commandline); in do_bootm_linux()
/openbmc/phosphor-time-manager/
H A Dmeson.options13 # Value can be assigned from commandline to below variables
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D140-mips_disable_devicetree_support.patch54 - * passed through UHI will use commandline in the DTB and
82 + * passed through UHI will use commandline in the DTB and
112 /* This is a legacy method for commandline passing used
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gflags/
H A Dgflags_2.2.2.bb1 DESCRIPTION = "The gflags package contains a C++ library that implements commandline flags processi…
/openbmc/openbmc/poky/meta/recipes-devtools/swig/swig/
H A Ddeterminism.patch6 Remove the compiler commandline/platform from the compiled binary as this
/openbmc/openbmc/poky/meta/recipes-support/libical/libical/
H A D0001-cmake-Do-not-export-CC-into-gir-compiler.patch6 this helps cross compilers where full compiler commandline defines the
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0019-Re-introduce-spe-commandline-options.patch4 Subject: [PATCH] Re-introduce spe commandline options
H A D0006-cpp-honor-sysroot.patch8 rather than the --sysroot option specified on the commandline. If access to that directory is
H A D0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch4 Subject: [PATCH] Add ssp_nonshared to link commandline for musl targets
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/
H A Dstunnel_5.74.bb29 # stunnel3 is a Perl wrapper to allow use of the legacy stunnel 3.x commandline
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dadb.mk11 adb_SRC_FILES += commandline.c
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-15.1.inc66 file://0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch \
67 file://0019-Re-introduce-spe-commandline-options.patch \
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h75 char commandline[COMMAND_LINE_SIZE]; member
/openbmc/openbmc/meta-ibm/recipes-phosphor/console/
H A Dobmc-console_%.bbappend7 # Install configuration for the servers and clients. Keep commandline
/openbmc/qemu/docs/system/
H A Dmulti-process.rst64 - Example commandline for QEMU is as follows:
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py65 def runCommand(self, commandline, process_server, ro_only=False): argument
66 command = commandline.pop(0)
91 result = command_method(self, commandline)
105 if not process_server.set_async_cmd((command, commandline)):
/openbmc/qemu/docs/devel/
H A Dluks-detached-header.rst100 Shell commandline::
112 Qemu commandline::

12