Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dcommand.h186 _usage, _help, _comp) \ argument
188 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
190 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
193 _usage, _help, _comp);
207 _help, _comp) \ argument
209 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
211 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument
217 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
218 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
220 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
[all …]