D | command.h | 304 _usage, _help, _comp) \ argument 309 _usage, _help, _comp) \ argument 314 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 319 #define U_BOOT_CMDREP_COMPLETE(_name, _maxargs, _cmd_rep, _usage, \ argument 338 _usage, _help, _comp) \ argument 342 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, \ argument 347 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument 351 #define U_BOOT_CMDREP_COMPLETE(_name, _maxargs, _cmd_rep, _usage, \ argument 357 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument 360 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument [all …]
|