/openbmc/linux/scripts/dtc/ |
H A D | util.h | 17 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) macro 19 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 23 #define PRINTF(i, j) macro
|
/openbmc/u-boot/cmd/ |
H A D | reiser.c | 27 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 29 #define PRINTF(fmt,args...) macro
|
H A D | yaffs2.c | 22 #define PRINTF(fmt, args...) printf(fmt, ##args) macro 24 #define PRINTF(fmt, args...) do { } while (0) macro
|
H A D | fdc.c | 19 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 21 #define PRINTF(fmt,args...) macro
|
/openbmc/u-boot/drivers/fpga/ |
H A D | cyclon2.c | 14 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 16 #define PRINTF(fmt,args...) macro
|
H A D | ACEX1K.c | 16 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 18 #define PRINTF(fmt,args...) macro
|
H A D | virtex2.c | 22 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 24 #define PRINTF(fmt,args...) macro
|
H A D | spartan2.c | 12 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 14 #define PRINTF(fmt,args...) macro
|
H A D | spartan3.c | 17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 19 #define PRINTF(fmt,args...) macro
|
/openbmc/u-boot/scripts/dtc/ |
H A D | util.h | 29 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 32 #define PRINTF(i, j) macro
|
/openbmc/u-boot/disk/ |
H A D | part_iso.c | 17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 19 #define PRINTF(fmt,args...) macro
|
H A D | part_amiga.c | 17 #define PRINTF(fmt, args...) printf(fmt ,##args) macro 19 #define PRINTF(fmt, args...) macro
|
H A D | part.c | 18 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 20 #define PRINTF(fmt,args...) macro
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | queue.c | 21 #define PRINTF(a,b,c) macro
|
/openbmc/linux/tools/accounting/ |
H A D | procacct.c | 67 #define PRINTF(fmt, arg...) { \ macro
|
H A D | getdelays.c | 55 #define PRINTF(fmt, arg...) { \ macro
|
/openbmc/u-boot/lib/ |
H A D | Kconfig | 36 config PRINTF config
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | comminf.h | 21 #define PRINTF(i, ...) \ macro
|