Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Daisimage.c11 #define IS_FNC_EXEC(c) (cmd_table[c].AIS_cmd == AIS_CMD_FNLOAD) macro
151 ptr += cmd_table[id].nargs + IS_FNC_EXEC(id) + 1; in aisimage_print_header()
167 if (IS_FNC_EXEC(cmd)) in ais_insert_cmd_header()