Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dbootm.c15 char *commandline = env_get("bootargs"); in do_bootm_linux() local
42 debug("bootargs=%s @ 0x%lx\n", commandline, (ulong)&commandline); in do_bootm_linux()
53 kernel(NIOS_MAGIC, initrd_start, initrd_end, commandline); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dbootm.c29 static void setup_commandline_tag(bd_t *bd, char *commandline);
47 char *commandline = env_get("bootargs"); in do_bootm_linux() local
97 setup_commandline_tag(bd, commandline); in do_bootm_linux()
162 static void setup_commandline_tag(bd_t *bd, char *commandline) in setup_commandline_tag() argument
166 if (!commandline) in setup_commandline_tag()
170 for (p = commandline; *p == ' '; p++) in setup_commandline_tag()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c152 static void setup_commandline_tag(bd_t *bd, char *commandline) in setup_commandline_tag() argument
156 if (!commandline) in setup_commandline_tag()
160 for (p = commandline; *p == ' '; p++); in setup_commandline_tag()
235 char *commandline = env_get("bootargs"); in boot_prep_linux() local
251 setup_commandline_tag(gd->bd, commandline); in boot_prep_linux()
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dbootm.c25 char *commandline = env_get("bootargs"); in do_bootm_linux() local
82 thekernel(commandline, rd_data_start, (ulong)of_flat_tree); in do_bootm_linux()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Datags_compat.c78 char commandline[COMMAND_LINE_SIZE]; member
198 tag->hdr.size = (strlen(params->commandline) + 3 + in build_tag_list()
200 strcpy(tag->u.cmdline.cmdline, params->commandline); in build_tag_list()
/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Dbootm.c139 char *commandline = env_get("bootargs"); in do_bootm_linux() local
158 params = setup_commandline_tag(params, commandline); in do_bootm_linux()
/OK3568_Linux_fs/buildroot/package/quotatool/
H A DConfig.in5 the commandline.
/OK3568_Linux_fs/kernel/arch/parisc/
H A Ddefpalo.conf15 --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D140-mips_disable_devicetree_support.patch56 - * passed through UHI will use commandline in the DTB and
71 + * passed through UHI will use commandline in the DTB and
111 /* This is a legacy method for commandline passing used
/OK3568_Linux_fs/buildroot/package/putty/
H A DConfig.in7 activated, only the commandline tools plink, pscp, psftp,
/OK3568_Linux_fs/buildroot/package/gflags/
H A DConfig.in6 commandline flags processing. It includes built-in support for
/OK3568_Linux_fs/buildroot/package/genimage/
H A DConfig.in.host10 environment variables, the config file or commandline
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/swig/swig/
H A Ddeterminism.patch1 Remove the compiler commandline/platform from the compiled binary as this
/OK3568_Linux_fs/buildroot/package/tio/
H A DConfig.in6 straightforward commandline interface to easily connect to
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.h46 char commandline[256]; member
/OK3568_Linux_fs/yocto/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…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-11.3.inc51 file://0020-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch \
54 file://0023-Re-introduce-spe-commandline-options.patch \
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/package/omxplayer/
H A DConfig.in23 OMXPlayer is a commandline OMX player for the Raspberry
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py63 def runCommand(self, commandline, ro_only = False): argument
64 command = commandline.pop(0)
90 result = command_method(self, commandline)
106 self.currentAsyncCommand = (command, commandline)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0023-Re-introduce-spe-commandline-options.patch4 Subject: [PATCH] Re-introduce spe commandline options
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/stunnel/
H A Dstunnel_5.65.bb29 # stunnel3 is a Perl wrapper to allow use of the legacy stunnel 3.x commandline
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/p7zip/
H A Dp7zip_16.02.bb1 SUMMARY = "7-zip is a commandline utility handling 7z archives."
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dadb.mk11 adb_SRC_FILES += commandline.c
/OK3568_Linux_fs/buildroot/package/linphone/
H A DConfig.in29 Linphone support in Buildroot is limited to the commandline

123