Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-rockchip.c84 bool is_interactive = CMD_FLG_ENABLED(cp, CMD_FLG_INTERACTIVE); in skip_this_cmd()
85 bool is_noreturn = CMD_FLG_ENABLED(cp, CMD_FLG_NORETURN); in skip_this_cmd()
H A Dtest-rockchip.h15 #define CMD_FLG_ENABLED(cmd, mode) (!strcmp((cmd)->usage, mode)) macro