Home
last modified time | relevance | path

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

/u-boot/include/
A Dcommand.h419 #define U_BOOT_SUBCMD_MKENT_COMPLETE(_name, _maxargs, _rep, _do_cmd, \ argument
421 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _do_cmd, \
424 #define U_BOOT_SUBCMD_MKENT(_name, _maxargs, _rep, _do_cmd) \ argument
425 U_BOOT_SUBCMD_MKENT_COMPLETE(_name, _maxargs, _rep, _do_cmd, \

Completed in 3 milliseconds