Searched refs:errf (Results 1 - 3 of 3) sorted by relevance

/u-boot/examples/api/
H A Ddemo.c15 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
93 errf("open device %d error %d\n", h, rv);
97 errf("open device %d error %d\n", h, rv);
116 errf("open device %d error %d\n", i, rv);
119 errf("could not read from device %d, error %d\n", i, rv);
141 errf("open device %d error %d\n", i, rv);
143 errf("could not send to device %d, error %d\n", i, rv);
149 errf("could not close device %d\n", h);
/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.c27 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
240 errf("group%d - out of order iteration\n", type);

Completed in 89 milliseconds