Home
last modified time | relevance | path

Searched defs:errf (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/examples/api/
H A Ddemo.c14 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
/openbmc/u-boot/api/
H A Dapi_net.c23 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
H A Dapi_storage.c25 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro