Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcommand.h346 #define U_BOOT_SUBCMD_MKENT_COMPLETE(_name, _maxargs, _rep, _do_cmd, \ argument
348 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _do_cmd, \
351 #define U_BOOT_SUBCMD_MKENT(_name, _maxargs, _rep, _do_cmd) \ argument
352 U_BOOT_SUBCMD_MKENT_COMPLETE(_name, _maxargs, _rep, _do_cmd, \