Searched refs:PRINTF (Results 1 - 11 of 11) sorted by relevance

/u-boot/disk/
H A Dpart_amiga.c17 #define PRINTF(fmt, args...) printf(fmt ,##args) macro
19 #define PRINTF(fmt, args...) macro
148 PRINTF("Rigid disk block suspect at %d, checking checksum\n",i);
151 PRINTF("FOUND\n");
158 PRINTF("Done scanning, no RDB found\n");
180 PRINTF("Scanning for BOOT from 0 to %d\n", limit);
190 PRINTF("BOOT block at %d, checking checksum\n", i);
193 PRINTF("Found valid bootcode block\n");
201 PRINTF("No boot code found on disk\n");
214 PRINTF("part_test_amig
[all...]
H A Dpart_iso.c18 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
20 #define PRINTF(fmt,args...) macro
83 PRINTF(" Lastsect:%08lx\n",lastsect);
85 PRINTF("Reading block %d\n", i);
105 PRINTF(" Boot Entry at: %08lX\n",bootaddr);
198 PRINTF(" part %d found @ %lx size %lx\n",part_num,info->start,info->size);
H A Dpart.c22 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
24 #define PRINTF(fmt,args...) macro
325 PRINTF("## Testing for valid %s partition ##\n", drv->name);
353 PRINTF("## Driver %s does not have the get_info() method\n",
358 PRINTF("## Valid %s partition found ##\n", drv->name);
/u-boot/scripts/dtc/
H A Dutil.h29 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro
32 #define PRINTF(i, j) macro
41 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...)
74 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
H A Dsrcpos.h110 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix,
112 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
H A Ddtc-lexer.l64 static void PRINTF(1, 2) lexical_error(const char *fmt, ...);
H A Dchecks.c75 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti,
/u-boot/lib/
H A Dpanic.c43 #if CONFIG_IS_ENABLED(PRINTF)
H A Dtiny-printf.c329 #if CONFIG_IS_ENABLED(PRINTF)
H A Dvsprintf.c814 #if CONFIG_IS_ENABLED(PRINTF)
/u-boot/cmd/
H A Dyaffs2.c22 #define PRINTF(fmt, args...) printf(fmt, ##args) macro
24 #define PRINTF(fmt, args...) do { } while (0) macro

Completed in 65 milliseconds