Home
last modified time | relevance | path

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

/u-boot/include/
A Dlog.h197 #define log(_cat, _level, _fmt, _args...) ({ \ argument
203 pr_fmt(_fmt), ##_args); \
218 #define log(_cat, _level, _fmt, _args...) ({ \ argument
222 printf(_fmt, ##_args); \
/u-boot/tools/binman/etype/
A Dmkimage.py132 self._args = fdt_util.GetArgs(self._node, 'args')
187 args += self._args + [output_fname]

Completed in 7 milliseconds