Home
last modified time | relevance | path

Searched defs:_usage (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dcommand.h286 _usage, _help, _comp) \ argument
291 _usage, _help, _comp) \ argument
296 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
301 #define U_BOOT_CMDREP_COMPLETE(_name, _maxargs, _cmd_rep, _usage, \ argument
320 _usage, _help, _comp) \ argument
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
333 #define U_BOOT_CMDREP_COMPLETE(_name, _maxargs, _cmd_rep, _usage, \ argument
339 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
342 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
[all …]