Home
last modified time | relevance | path

Searched refs:MSG_BAND (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kutil.c83 error = kstrputmsg(vp, bp, NULL, 0, 0, MSG_BAND | MSG_HOLDSIG, fmode); in tli_send()
239 MSG_BAND | MSG_IGNFLOW | MSG_HOLDSIG | MSG_IGNERROR, 0); in t_kadvise()
/illumos-gate/usr/src/uts/common/syscall/
H A Dstrcalls.c120 realflags = MSG_BAND|MSG_XPG4; in putmsg()
123 realflags = MSG_BAND; in putmsg()
349 realflags = MSG_BAND|MSG_XPG4; in putmsg32()
352 realflags = MSG_BAND; in putmsg32()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_snd.c191 retval = putpmsg(fd, &ctlbuf, &databuf, band, MSG_BAND); in _tx_snd()
H A Dt_sndv.c217 retval = putpmsg(fd, &ctlbuf, &databuf, band, MSG_BAND); in _tx_sndv()
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h180 #define MSG_BAND 0x04 /* recv messages from specified band */ macro
/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()
2860 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in so_unix_close()
3764 0, MSG_BAND, 0); in sosend_svccmsg()
4016 0, sflag | MSG_BAND, 0); in sosend_svc()
5300 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR|MSG_IGNFLOW, 0); in sotpi_getsockopt()
[all …]
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/io/
H A Dl_strplumb.c174 MSG_BAND | MSG_HOLDSIG | MSG_IGNERROR, 0); in kstr_msg()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c6640 int flg = MSG_BAND; in strgetmsg()
6684 case MSG_BAND: in strgetmsg()
6735 if (!(*flagsp & (MSG_HIPRI|MSG_BAND))) { in strgetmsg()
6866 flg = MSG_BAND; in strgetmsg()
7206 int flg = MSG_BAND; in kstrgetmsg()
7252 case MSG_BAND: in kstrgetmsg()
7275 if (!(flags & (MSG_HIPRI|MSG_BAND))) { in kstrgetmsg()
7522 flg = MSG_BAND; in kstrgetmsg()
7907 case MSG_BAND: in strputmsg()
8097 switch (flag & (MSG_HIPRI|MSG_BAND|MSG_ANY)) { in kstrputmsg()
[all …]
H A Ddriver_lyr.c2192 MSG_BAND | MSG_HOLDSIG | MSG_IGNERROR, 0); in ldi_putmsg()
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1500 if (putpmsg(logfd, &ctl, &dat, 1, MSG_BAND) == -1) in message_save()