Searched refs:_maxargs (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/include/ |
H A D | command.h | 287 { #_name, _maxargs, _cmd_rep, cmd_discard_repeatable, \ 290 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \ argument 292 { #_name, _maxargs, \ 298 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \ 304 U_BOOT_CMDREP_MKENT_COMPLETE(_name, _maxargs, _cmd_rep, \ 321 { #_name, _maxargs, 0 ? _cmd_rep : NULL, NULL, _usage, \ 326 { #_name, _maxargs, NULL, 0 ? _cmd : NULL, _usage, \ 343 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \ 348 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _do_cmd, \ 351 #define U_BOOT_SUBCMD_MKENT(_name, _maxargs, _rep, _do_cmd) \ argument [all …]
|