Home
last modified time | relevance | path

Searched refs:_maxargs (Results 1 – 1 of 1) sorted by relevance

/u-boot/include/
A Dcommand.h360 { #_name, _maxargs, _cmd_rep, cmd_discard_repeatable, \
363 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \ argument
365 { #_name, _maxargs, \
371 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \
377 U_BOOT_CMDREP_MKENT_COMPLETE(_name, _maxargs, _cmd_rep, \
394 { #_name, _maxargs, 0 ? _cmd_rep : NULL, NULL, _usage, \
399 { #_name, _maxargs, NULL, 0 ? _cmd : NULL, _usage, \
416 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \
421 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _do_cmd, \
424 #define U_BOOT_SUBCMD_MKENT(_name, _maxargs, _rep, _do_cmd) \ argument
[all …]

Completed in 4 milliseconds