Home
last modified time | relevance | path

Searched refs:MSG_DONTWAIT (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/io/ksocket/
H A Dksocket.c381 MSG_DONTWAIT | MSG_USERSPACE); in ksocket_recv()
434 MSG_DONTWAIT | MSG_USERSPACE); in ksocket_recvfrom()
491 MSG_DONTWAIT | MSG_USERSPACE); in ksocket_recvmsg()
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c551 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in sosctp_recvmsg()
696 (flags & MSG_DONTWAIT)) { in sosctp_uiomove()
822 (flags & MSG_DONTWAIT)) { in sosctp_sendmsg()
867 if (flags & MSG_DONTWAIT) { in sosctp_sendmsg()
983 if (msg->msg_flags & MSG_DONTWAIT) { in sosctp_seq_sendmsg()
1062 (flags & MSG_DONTWAIT)) { in sosctp_seq_sendmsg()
H A Dsocksdp.c452 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in sosdp_recvmsg()
462 flags |= MSG_DONTWAIT; in sosdp_recvmsg()
514 flags |= MSG_DONTWAIT; in sosdp_sendmsg()
/titanic_41/usr/src/stand/lib/sock/
H A Dsocket.c527 n = recvfrom(s, buf, nbyte, MSG_DONTWAIT, NULL, NULL); in socket_read()
822 if ((flags & ~MSG_DONTWAIT) != 0) { in recvfrom()
877 if ((flags & MSG_DONTWAIT) == 0) in recvfrom()
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Drpc.c367 MSG_DONTWAIT, (struct sockaddr *)from_who, in brpc_call()
H A Dclnt_budp.c336 (int)cu->cu_recvsz, MSG_DONTWAIT,
/titanic_41/usr/src/uts/common/sys/
H A Dsocket.h419 #define MSG_DONTWAIT 0x80 /* Don't block for this recv */ macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c380 dontblock = (flags & MSG_DONTWAIT) || in so_sendmsg()
497 dontblock = (msg->msg_flags & MSG_DONTWAIT) || in so_sendmblk_impl()
1646 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in so_recvmsg()
H A Dsockcommon_subr.c933 (flags & MSG_DONTWAIT)) { in so_dequeue_msg()
H A Dsocktpi.c3200 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in sotpi_recvmsg()
3223 if (flags & MSG_DONTWAIT) in sotpi_recvmsg()
H A Dsocksyscalls.c858 MSG_DONTWAIT | MSG_XPG4_2); in recvit()
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c469 (msg_flags & MSG_DONTWAIT)) in rdsv3_recvmsg()
H A Dsend.c945 int nonblock = msg->msg_flags & MSG_DONTWAIT; in rdsv3_sendmsg()
/titanic_41/usr/src/stand/lib/inet/
H A Ddhcpv4.c382 (int)dhcp_buf_size, MSG_DONTWAIT, NULL, in inet()