Home
last modified time | relevance | path

Searched refs:maxargs (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_hush_if_test.py103 maxargs = int(config.get('config_sys_maxargs', '0'))
105 if args > maxargs:
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.commands6 U_BOOT_CMD(name,maxargs,repeatable,command,"usage","help")
9 maxargs: the maximum number of arguments this function takes
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dpca953x.c215 if (!c || !((argc == (c->maxargs)) || in do_pca953x()
217 (argc == (c->maxargs - 1))))) { in do_pca953x()
H A Dtca642x.c237 !((argc == (c->maxargs)) || in do_tca642x()
239 (argc == (c->maxargs - 1))))) { in do_tca642x()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-maxargs.patch6 --- rdist-6.1.5/src/setargs.c.maxargs 1998-11-10 05:15:56.000000000 +0100
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dds4510.c266 if (!c || !((argc == (c->maxargs)) || in do_ds4510()
268 (argc == (c->maxargs - 1))))) { in do_ds4510()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dcmd_dm.c86 if (!test_cmd || argc > test_cmd->maxargs) in do_dm()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dmain.c202 static int make_args(char *line, char *n_argv[], int maxargs, int cmd_nb) in make_args() argument
215 if (n_argc >= (maxargs - 1)) { in make_args()
/OK3568_Linux_fs/u-boot/cmd/
H A Ddtimg.c118 if (!cp || argc > cp->maxargs) in do_dtimg()
H A Ddemo.c102 if ((!demo_cmd || argc > demo_cmd->maxargs) || in do_demo()
H A Dqfw.c179 if (!fwcfg_cmd || argc > fwcfg_cmd->maxargs) in do_qemu_fw()
H A Dpmic.c197 if (cmd == NULL || argc > cmd->maxargs) in do_pmic()
H A Defi.c245 if (!efi_cmd || argc > efi_cmd->maxargs) in do_efi()
H A Dmmc.c393 if (cp == NULL || argc > cp->maxargs) in do_mmcrpmb()
979 if (cp == NULL || argc > cp->maxargs) in do_mmcops()
H A Dregulator.c441 if (cmd == NULL || argc > cmd->maxargs) in do_regulator()
H A Dboot_android.c623 if (cp == NULL || argc > cp->maxargs) in do_boot_avb()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/
H A Drdist_6.1.5.bb21 file://rdist-6.1.5-maxargs.patch \
/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dcmd_fsp.c119 if (!fsp_cmd || argc > fsp_cmd->maxargs) in do_fsp()
/OK3568_Linux_fs/u-boot/include/
H A Dcommand.h32 int maxargs; /* maximum number of arguments */ member
/OK3568_Linux_fs/u-boot/common/
H A Dcommand.c518 if (argc > cmdtp->maxargs) in cmd_process()
/OK3568_Linux_fs/u-boot/spl/lib/
H A D.string.o.cmd
H A D.linux_string.o.cmd
/OK3568_Linux_fs/u-boot/spl/
H A D.u-boot-spl.lds.cmd
/OK3568_Linux_fs/u-boot/
H A D.u-boot.lds.cmd
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A D.lowlevel_init.o.cmd

12345678910>>...29