Lines Matching refs:_help
412 _usage, _help, _comp) \ argument
414 _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
417 _usage, _help, _comp) \ argument
420 _cmd, _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
422 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
425 _usage, _help, _comp)
428 _help, _comp) \ argument
431 _usage, _help, _comp)
454 _usage, _help, _comp) \ argument
456 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
459 _help, _comp) \ argument
461 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
463 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument
468 _help, _comp) \ argument
473 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
474 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
476 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
478 _usage, _help, NULL)
489 #define U_BOOT_CMD_WITH_SUBCMDS(_name, _usage, _help, ...) \ argument
492 _usage, _help, complete_##_name)