Home
last modified time | relevance | path

Searched refs:MSG_IGNFLOW (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/ktli/
H A Dt_kutil.c239 MSG_BAND | MSG_IGNFLOW | MSG_HOLDSIG | MSG_IGNERROR, 0); in t_kadvise()
/titanic_50/usr/src/uts/common/sys/
H A Dstropts.h203 #define MSG_IGNFLOW 0x200 /* Ignore flow control */ macro
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c2562 if (!canputnext(wqp) && !(flags & MSG_IGNFLOW)) { in strput()
2567 if (!(flags & MSG_IGNFLOW) && !bcanputnext(wqp, pri)) { in strput()
2599 if (flags & MSG_IGNFLOW) { in strput()
2666 if (!canputnext(wqp) && !(flags & MSG_IGNFLOW)) { in strput()
2671 if (!bcanputnext(wqp, pri) && !(flags & MSG_IGNFLOW)) { in strput()
2683 if (flags & MSG_IGNFLOW) { in strput()
7838 flag |= MSG_IGNFLOW; in strputmsg()
8026 flag |= MSG_IGNFLOW; in kstrputmsg()
8051 if (flag & MSG_IGNFLOW) { in kstrputmsg()
8104 ASSERT(!(flag & MSG_IGNFLOW)); in kstrputmsg()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2763 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in sotpi_shutdown()
2933 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in so_unix_close()
4414 sflag = MSG_IGNFLOW; in sotpi_sendmsg()
5367 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in sotpi_getsockopt()
5475 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in sotpi_setsockopt()
H A Dsockstr.c1600 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in strsock_discon_ind()