Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcommand.h290 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \ argument
293 _rep ? cmd_always_repeatable : cmd_never_repeatable, \
296 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
298 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \
324 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, \ argument
329 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument
339 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
340 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
342 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
343 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \
[all …]