Home
last modified time | relevance | path

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

12

/openbmc/u-boot/doc/
H A DREADME.commands8 U_BOOT_CMD(name, maxargs, repeatable, command, "usage", "help")
9 U_BOOT_CMD_COMPLETE(name, maxargs, repeatable, command, "usage, "help", comp)
13 maxargs: The maximum number of arguments this function takes including
37 * U_BOOT_CMD_MKENT(name, maxargs, repeatable, command, "usage", "help")
38 * U_BOOT_CMD_MKENTCOMPLETE(name, maxargs, repeatable, command, "usage, "help",
/openbmc/u-boot/board/xilinx/zynqmp/
H A Dcmds.c71 if (argc != cmdtp->maxargs) in do_zynqmp_mmio_read()
92 if (argc != cmdtp->maxargs) in do_zynqmp_mmio_write()
112 if (argc != cmdtp->maxargs) in do_zynqmp_tcm_init()
/openbmc/u-boot/test/py/tests/
H A Dtest_hush_if_test.py102 maxargs = int(config.get('config_sys_maxargs', '0'))
104 if args > maxargs:
/openbmc/u-boot/cmd/
H A Dfpga.c39 debug("%s %d, %d\n", __func__, argc, cmdtp->maxargs); in do_fpga_check_params()
41 if (argc != cmdtp->maxargs) { in do_fpga_check_params()
404 if (argc > fpga_cmd->maxargs) { in do_fpga_wrapper()
H A Ddm.c74 if (!test_cmd || argc > test_cmd->maxargs) in do_dm()
H A Ddtimg.c117 if (!cp || argc > cp->maxargs) in do_dtimg()
H A Ddemo.c101 if ((!demo_cmd || argc > demo_cmd->maxargs) || in do_demo()
H A Dpinmux.c135 if (!cmd || argc > cmd->maxargs) in do_pinmux()
H A Dqfw.c178 if (!fwcfg_cmd || argc > fwcfg_cmd->maxargs) in do_qemu_fw()
H A Dpmic.c203 if (cmd == NULL || argc > cmd->maxargs) in do_pmic()
H A Defi.c247 if (!efi_cmd || argc > efi_cmd->maxargs) in do_efi()
H A Davb.c364 if (!cp || argc > cp->maxargs) in do_avb()
H A Dmmc.c257 if (cp == NULL || argc > cp->maxargs) in do_mmcrpmb()
917 if (cp == NULL || argc > cp->maxargs) in do_mmcops()
H A Dregulator.c440 if (cmd == NULL || argc > cmd->maxargs) in do_regulator()
/openbmc/openbmc/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
/openbmc/u-boot/drivers/gpio/
H A Dpca953x.c214 if (!c || !((argc == (c->maxargs)) || in do_pca953x()
216 (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()
/openbmc/u-boot/drivers/misc/
H A Dds4510.c265 if (!c || !((argc == (c->maxargs)) || in do_ds4510()
267 (argc == (c->maxargs - 1))))) { in do_ds4510()
/openbmc/u-boot/include/
H A Dcommand.h31 int maxargs; /* maximum number of arguments */ member
252 if (!subcmd || argc - 1 > subcmd->maxargs) \
/openbmc/u-boot/board/synopsys/emsdp/
H A Demsdp.c125 if (c == NULL || argc > c->maxargs) in do_emsdp()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/
H A Drdist_6.1.5.bb21 file://rdist-6.1.5-maxargs.patch \
/openbmc/linux/tools/bpf/bpftool/
H A Dmain.c276 static int make_args(char *line, char *n_argv[], int maxargs, int cmd_nb) in make_args() argument
289 if (n_argc >= (maxargs - 1)) { in make_args()
/openbmc/u-boot/cmd/x86/
H A Dfsp.c138 if (!fsp_cmd || argc > fsp_cmd->maxargs) in do_fsp()
/openbmc/u-boot/board/xilinx/zynq/
H A Dcmds.c488 if (!zynq_cmd || argc != zynq_cmd->maxargs) in do_zynq()
/openbmc/u-boot/common/
H A Dcommand.c585 if (argc > cmdtp->maxargs) in cmd_process()

12