Searched defs:errf (Results 1 – 7 of 7) sorted by relevance
| /third_party/e2fsprogs/lib/et/ |
| D | com_err.c | 65 typedef void (*errf) (const char *, errcode_t, const char *, va_list); typedef
|
| /third_party/uboot/u-boot-2020.01/examples/api/ |
| D | demo.c | 15 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
|
| /third_party/uboot/u-boot-2020.01/api/ |
| D | api_net.c | 23 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
|
| D | api_storage.c | 25 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
|
| /third_party/lwip/src/include/lwip/priv/ |
| D | tcp_priv.h | 182 #define TCP_EVENT_ERR(last_state,errf,arg,err) do { if (last_state != SYN_RCVD) { \ argument 233 #define TCP_EVENT_ERR(last_state,errf,arg,err) \ argument
|
| /third_party/lwip/src/include/lwip/ |
| D | tcp.h | 360 tcp_err_fn errf; member
|
| /third_party/lwip/src/core/ |
| D | tcp.c | 567 tcp_err_fn errf; in tcp_abandon() local
|