Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dconitrace.c47 U_BOOT_CMD_COMPLETE(
H A Dnvedit.c1302 U_BOOT_CMD_COMPLETE(
1311 U_BOOT_CMD_COMPLETE(
1325 U_BOOT_CMD_COMPLETE(
1343 U_BOOT_CMD_COMPLETE(
1369 U_BOOT_CMD_COMPLETE(
/openbmc/u-boot/include/
H A Dcommand.h296 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ macro
329 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ macro
340 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
/openbmc/u-boot/doc/
H A DREADME.commands6 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)