Home
last modified time | relevance | path

Searched refs:SBLOCKWAIT (Results 1 – 7 of 7) sorted by relevance

/src/sys/netlink/
H A Dnetlink_domain.c580 error = SOCK_IO_SEND_LOCK(so, SBLOCKWAIT(flags)); in nl_sosend()
690 error = SOCK_IO_RECV_LOCK(so, SBLOCKWAIT(flags)); in nl_soreceive()
/src/sys/dev/hyperv/hvsock/
H A Dhv_sock.c650 error = SOCK_IO_RECV_LOCK(so, SBLOCKWAIT(flags)); in hvs_trans_soreceive()
807 error = SOCK_IO_SEND_LOCK(so, SBLOCKWAIT(flags)); in hvs_trans_sosend()
/src/sys/sys/
H A Dsocketvar.h339 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro
/src/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1085 error = SOCK_IO_SEND_LOCK(so, SBLOCKWAIT(flags)); in sdp_sosend()
1247 error = SOCK_IO_RECV_LOCK(so, SBLOCKWAIT(flags)); in sdp_sorecv()
/src/sys/kern/
H A Duipc_usrreq.c1171 error = SOCK_IO_SEND_LOCK(so, SBLOCKWAIT(flags)); in uipc_sosend_stream_or_seqpacket()
1420 error = SOCK_IO_RECV_LOCK(so, SBLOCKWAIT(flags)); in uipc_soreceive_stream_or_seqpacket()
2013 error = SOCK_IO_SEND_LOCK(so, SBLOCKWAIT(flags)); in uipc_sosend_dgram()
2256 error = SOCK_IO_RECV_LOCK(so, SBLOCKWAIT(flags)); in uipc_soreceive_dgram()
H A Duipc_socket.c2630 error = SOCK_IO_SEND_LOCK(so, SBLOCKWAIT(flags));
3287 error = SOCK_IO_RECV_LOCK(so, SBLOCKWAIT(flags));
3512 error = SOCK_IO_RECV_LOCK(so, SBLOCKWAIT(flags));
/src/sys/netinet/
H A Dsctputil.c5600 error = SOCK_IO_RECV_LOCK(so, SBLOCKWAIT(in_flags)); in sctp_sorecvmsg()