Home
last modified time | relevance | path

Searched defs:errf (Results 1 – 7 of 7) sorted by relevance

/third_party/e2fsprogs/lib/et/
Dcom_err.c65 typedef void (*errf) (const char *, errcode_t, const char *, va_list); typedef
/third_party/uboot/u-boot-2020.01/examples/api/
Ddemo.c15 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
/third_party/uboot/u-boot-2020.01/api/
Dapi_net.c23 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
Dapi_storage.c25 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) macro
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h182 #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/
Dtcp.h360 tcp_err_fn errf; member
/third_party/lwip/src/core/
Dtcp.c567 tcp_err_fn errf; in tcp_abandon() local