Searched refs:U_BOOT_CMD_COMPLETE (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/cmd/ |
D | conitrace.c | 47 U_BOOT_CMD_COMPLETE(
|
D | nvedit.c | 1442 U_BOOT_CMD_COMPLETE( 1451 U_BOOT_CMD_COMPLETE( 1466 U_BOOT_CMD_COMPLETE( 1484 U_BOOT_CMD_COMPLETE( 1518 U_BOOT_CMD_COMPLETE(
|
/third_party/uboot/u-boot-2020.01/include/ |
D | command.h | 314 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ macro 347 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ macro 358 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
|
D | exception.h | 54 U_BOOT_CMD_COMPLETE(
|
/third_party/uboot/u-boot-2020.01/doc/ |
D | README.commands | 6 U_BOOT_CMD_COMPLETE macro to fill in a cmd_tbl_t struct. 9 U_BOOT_CMD_COMPLETE(name, maxargs, repeatable, command, "usage, "help", comp)
|