Home
last modified time | relevance | path

Searched refs:send_err (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c718 void *send_err; in lzc_send_wrapper() local
720 pthread_join(send_thread, &send_err); in lzc_send_wrapper()
721 if (err == 0 && send_err != 0) in lzc_send_wrapper()
722 errno = err = (uintptr_t)send_err; in lzc_send_wrapper()
/freebsd/contrib/wpa/src/common/
H A Dwpa_ctrl.c531 goto send_err; in wpa_ctrl_request()
536 send_err: in wpa_ctrl_request()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c19042 uint32_t cts, uint32_t ms_cts, struct timeval *tv, long tot_len, int *send_err) in rack_fast_output() argument
19428 *send_err = error; in rack_fast_output()