Home
last modified time | relevance | path

Searched defs:PRINTF (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dutil.h17 #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 Dreiser.c27 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
29 #define PRINTF(fmt,args...) macro
H A Dyaffs2.c22 #define PRINTF(fmt, args...) printf(fmt, ##args) macro
24 #define PRINTF(fmt, args...) do { } while (0) macro
H A Dfdc.c19 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
21 #define PRINTF(fmt,args...) macro
/openbmc/u-boot/drivers/fpga/
H A Dcyclon2.c14 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
16 #define PRINTF(fmt,args...) macro
H A DACEX1K.c16 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
18 #define PRINTF(fmt,args...) macro
H A Dvirtex2.c22 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
24 #define PRINTF(fmt,args...) macro
H A Dspartan2.c12 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
14 #define PRINTF(fmt,args...) macro
H A Dspartan3.c17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
19 #define PRINTF(fmt,args...) macro
/openbmc/u-boot/scripts/dtc/
H A Dutil.h29 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro
32 #define PRINTF(i, j) macro
/openbmc/u-boot/disk/
H A Dpart_iso.c17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
19 #define PRINTF(fmt,args...) macro
H A Dpart_amiga.c17 #define PRINTF(fmt, args...) printf(fmt ,##args) macro
19 #define PRINTF(fmt, args...) macro
H A Dpart.c18 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
20 #define PRINTF(fmt,args...) macro
/openbmc/linux/drivers/net/fddi/skfp/
H A Dqueue.c21 #define PRINTF(a,b,c) macro
/openbmc/linux/tools/accounting/
H A Dprocacct.c67 #define PRINTF(fmt, arg...) { \ macro
H A Dgetdelays.c55 #define PRINTF(fmt, arg...) { \ macro
/openbmc/u-boot/lib/
H A DKconfig36 config PRINTF config
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h21 #define PRINTF(i, ...) \ macro