Searched defs:DEBUGF (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | cramfs.c | 29 # define DEBUGF(fmt, args...) printf(fmt ,##args) macro 31 # define DEBUGF(fmt, args...) macro
|
H A D | jffs2.c | 97 # define DEBUGF(fmt, args...) printf(fmt ,##args) macro 99 # define DEBUGF(fmt, args...) macro
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_nand_1pass.c | 21 # define DEBUGF(fmt,args...) printf(fmt ,##args) macro 23 # define DEBUGF(fmt,args...) macro
|
H A D | jffs2_1pass.c | 140 # define DEBUGF(fmt,args...) printf(fmt ,##args) macro 142 # define DEBUGF(fmt,args...) macro
|