Home
last modified time | relevance | path

Searched refs: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
92 errf("open device %d error %d\n", h, rv); in main()
96 errf("open device %d error %d\n", h, rv); in main()
115 errf("open device %d error %d\n", i, rv); in main()
118 errf("could not read from device %d, error %d\n", i, rv); in main()
140 errf("open device %d error %d\n", i, rv); in main()
142 errf("could not send to device %d, error %d\n", i, rv); in main()
148 errf("could not close device %d\n", h); in main()
/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
249 errf("group%d - out of order iteration\n", type); in dev_enum_stor()