Searched refs:MSG_DONTWAIT (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 381 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 D | socksctp.c | 551 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 D | socksdp.c | 452 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 D | socket.c | 527 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 D | rpc.c | 367 MSG_DONTWAIT, (struct sockaddr *)from_who, in brpc_call()
|
H A D | clnt_budp.c | 336 (int)cu->cu_recvsz, MSG_DONTWAIT,
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | socket.h | 419 #define MSG_DONTWAIT 0x80 /* Don't block for this recv */ macro
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_sops.c | 380 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 D | sockcommon_subr.c | 933 (flags & MSG_DONTWAIT)) { in so_dequeue_msg()
|
H A D | socktpi.c | 3200 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in sotpi_recvmsg() 3223 if (flags & MSG_DONTWAIT) in sotpi_recvmsg()
|
H A D | socksyscalls.c | 858 MSG_DONTWAIT | MSG_XPG4_2); in recvit()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rds_recv.c | 469 (msg_flags & MSG_DONTWAIT)) in rdsv3_recvmsg()
|
H A D | send.c | 945 int nonblock = msg->msg_flags & MSG_DONTWAIT; in rdsv3_sendmsg()
|
/titanic_41/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 382 (int)dhcp_buf_size, MSG_DONTWAIT, NULL, in inet()
|