Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kutil.c239 MSG_BAND | MSG_IGNFLOW | MSG_HOLDSIG | MSG_IGNERROR, 0); in t_kadvise()
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h199 #define MSG_IGNERROR 0x80 /* Ignore stream head errors */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c174 MSG_BAND | MSG_HOLDSIG | MSG_IGNERROR, 0); in kstr_msg()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1059 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sotpi_bindlisten()
1400 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sotpi_unbind()
1574 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sodisconnect()
1889 0, 0, MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sotpi_accept()
2004 0, 0, MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sotpi_accept()
2478 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sotpi_connect()
2703 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in sotpi_shutdown()
2860 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in so_unix_close()
5300 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in sotpi_getsockopt()
5408 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in sotpi_setsockopt()
H A Dsockstr.c625 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in do_tinfo()
688 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in do_tcapability()
1600 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in strsock_discon_ind()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c7234 (flags & (MSG_IGNERROR|MSG_DELAYERROR)) == 0) { in kstrgetmsg()
7327 (flags & (MSG_IGNERROR|MSG_DELAYERROR)) == MSG_DELAYERROR) { in kstrgetmsg()
7356 (MSG_HOLDSIG|MSG_IGNERROR|MSG_IPEEK|MSG_DELAYERROR)) { in kstrgetmsg()
7359 if (flags & MSG_IGNERROR) in kstrgetmsg()
8081 if ((stp->sd_flag & STPLEX) || !(flag & MSG_IGNERROR)) { in kstrputmsg()
8245 if (flag & (MSG_HOLDSIG|MSG_IGNERROR)) { in kstrputmsg()
8248 if (flag & MSG_IGNERROR) in kstrputmsg()
H A Ddriver_lyr.c2192 MSG_BAND | MSG_HOLDSIG | MSG_IGNERROR, 0); in ldi_putmsg()