Searched refs:errf (Results 1 – 5 of 5) 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/syslinux/core/lwip/src/include/lwip/ |
D | tcp_impl.h | 208 #define TCP_EVENT_ERR(errf,arg,err) lwip_tcp_event((arg), NULL, \ argument 259 #define TCP_EVENT_ERR(errf,arg,err) \ 261 if((errf) != NULL) \ 262 (errf)((arg),(err)); \
|
D | tcp.h | 258 tcp_err_fn errf; member
|
/external/syslinux/core/lwip/src/core/ |
D | tcp.c | 324 tcp_err_fn errf; in tcp_abandon() local 345 errf = pcb->errf; in tcp_abandon() 361 TCP_EVENT_ERR(errf, errf_arg, ERR_ABRT); in tcp_abandon() 920 TCP_EVENT_ERR(pcb->errf, pcb->callback_arg, ERR_ABRT); in tcp_slowtmr() 1320 pcb->errf = err; in tcp_err()
|
D | tcp_in.c | 328 TCP_EVENT_ERR(pcb->errf, pcb->callback_arg, ERR_RST); in tcp_input()
|