Searched refs:errf (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/examples/api/ |
| H A D | demo.c | 15 #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); in main() 97 errf("open device %d error %d\n", h, rv); in main() 116 errf("open device %d error %d\n", i, rv); in main() 119 errf("could not read from device %d, error %d\n", i, rv); in main() 141 errf("open device %d error %d\n", i, rv); in main() 143 errf("could not send to device %d, error %d\n", i, rv); in main() 149 errf("could not close device %d\n", h); in main()
|
| /OK3568_Linux_fs/u-boot/api/ |
| H A D | api_storage.c | 26 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro 245 errf("group%d - out of order iteration\n", type); in dev_enum_stor()
|
| H A D | api_net.c | 26 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
|