Home
last modified time | relevance | path

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

/u-boot/examples/api/
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); 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()
/u-boot/api/
A Dapi_net.c23 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
A Dapi_storage.c27 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
247 errf("group%d - out of order iteration\n", type); in dev_enum_stor()

Completed in 7 milliseconds