/u-boot/tools/ |
A D | dumpimage.h | 27 #define debug(fmt, args...) printf(fmt, ##args) macro 29 #define debug(fmt, args...) macro
|
A D | mkimage.h | 27 #define debug(fmt,args...) printf (fmt ,##args) macro 29 #define debug(fmt,args...) macro
|
A D | relocate-rela.c | 25 static void debug(const char *fmt, ...) in debug() function
|
A D | ifdtool.c | 27 #define debug(fmt, args...) printf(fmt, ##args) macro 29 #define debug(fmt, args...) macro
|
A D | fdtgrep.c | 27 #define debug(a, b...) fprintf(stderr, a, ## b) macro 29 #define debug(a, b...) macro
|
A D | proftool.c | 67 #define debug(fmt, b...) outf(4, fmt, ##b) macro
|
A D | asn1_compiler.c | 315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro
|
/u-boot/tools/binman/ |
A D | binman | 42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
|
A D | main.py | 42 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
|
/u-boot/include/ |
A D | uboot_aes.h | 14 #define debug(...) do {} while (0) macro
|
A D | log.h | 248 #define debug(fmt, args...) \ macro
|
A D | fsl_immap.h | 133 u32 debug[64]; /* debug_1 to debug_64 */ member
|
/u-boot/tools/patman/ |
A D | test_util.py | 141 def RunTestSuites(result, debug, verbosity, test_preserve_dirs, processes, argument
|
/u-boot/lib/ |
A D | fdtdec_common.c | 19 #define debug(...) macro
|
A D | hashtable.c | 27 # define debug(fmt,args...) printf(fmt ,##args) macro 29 # define debug(fmt,args...) macro
|
/u-boot/arch/mips/lib/ |
A D | traps.c | 86 unsigned int debug; in do_ejtag_debug() local
|
/u-boot/common/ |
A D | miiphyutil.c | 29 #define debug(fmt, args...) printf(fmt, ##args) macro 31 #define debug(fmt, args...) macro
|
/u-boot/arch/nds32/cpu/n1213/ |
A D | start.S | 468 debug: label
|
/u-boot/scripts/dtc/ |
A D | dtc.h | 42 #define debug(...) printf(__VA_ARGS__) macro 44 #define debug(...) macro
|
/u-boot/arch/arm/include/asm/ |
A D | processor.h | 75 struct debug_info debug; member
|
/u-boot/drivers/i2c/ |
A D | mvtwsi.c | 64 u32 debug; /* Dummy field for build compatibility with mvebu */ member 81 u32 debug; member
|
/u-boot/drivers/usb/host/ |
A D | sl811-hcd.c | 39 static int debug = 9; variable
|
/u-boot/include/usb/ |
A D | ulpi.h | 194 u8 debug; member
|
/u-boot/scripts/kconfig/ |
A D | qconf.cc | 1074 QString head, debug, help; in menuInfo() local 1129 QString debug; in debug_info() local
|
/u-boot/drivers/bios_emulator/include/x86emu/ |
A D | regs.h | 284 int debug; member
|