Searched refs:errf (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/et/ |
D | com_err.c | 65 typedef void (*errf) (const char *, errcode_t, const char *, va_list); typedef 67 errf com_err_hook = default_com_err_proc; 88 errf set_com_err_hook(errf new_proc) in set_com_err_hook() 90 errf x = com_err_hook; in set_com_err_hook() 100 errf reset_com_err_hook(void) { in reset_com_err_hook() 101 errf x = com_err_hook; in reset_com_err_hook()
|
/external/u-boot/examples/api/ |
D | demo.c | 14 #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()
|
/external/u-boot/api/ |
D | api_storage.c | 25 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro 244 errf("group%d - out of order iteration\n", type); in dev_enum_stor()
|
D | api_net.c | 23 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
|