Searched refs:MSG_BAND (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/ktli/ |
H A D | t_kutil.c | 83 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()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 123 realflags = MSG_BAND|MSG_XPG4; in putmsg() 126 realflags = MSG_BAND; in putmsg() 352 realflags = MSG_BAND|MSG_XPG4; in putmsg32() 355 realflags = MSG_BAND; in putmsg32()
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | t_snd.c | 193 retval = putpmsg(fd, &ctlbuf, &databuf, band, MSG_BAND); in _tx_snd()
|
H A D | t_sndv.c | 217 retval = putpmsg(fd, &ctlbuf, &databuf, band, MSG_BAND); in _tx_sndv()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stropts.h | 182 #define MSG_BAND 0x04 /* recv messages from specified band */ macro
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 1086 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sotpi_bindlisten() 1432 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sotpi_unbind() 1606 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sodisconnect() 1921 0, 0, MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sotpi_accept() 2069 0, 0, MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sotpi_accept() 2538 MSG_BAND|MSG_HOLDSIG|MSG_IGNERROR, 0); in sotpi_connect() 2763 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() 3805 error = kstrputmsg(SOTOV(so), mp, uiop, len, 0, MSG_BAND, 0); in sosend_dgramcmsg() 3920 0, MSG_BAND, 0); in sosend_svccmsg() [all …]
|
H A D | sockstr.c | 625 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()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | l_strplumb.c | 176 MSG_BAND | MSG_HOLDSIG | MSG_IGNERROR, 0); in kstr_msg()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 6558 case MSG_BAND: in strgetmsg() 6609 if (!(*flagsp & (MSG_HIPRI|MSG_BAND))) { in strgetmsg() 6638 } else if ((*flagsp & MSG_BAND) && q_first != NULL && in strgetmsg() 6740 flg = MSG_BAND; in strgetmsg() 7119 switch (flags & (MSG_HIPRI|MSG_ANY|MSG_BAND)) { in kstrgetmsg() 7126 case MSG_BAND: in kstrgetmsg() 7149 if (!(flags & (MSG_HIPRI|MSG_BAND))) { in kstrgetmsg() 7177 } else if ((flags & MSG_BAND) && q_first != NULL && in kstrgetmsg() 7396 flg = MSG_BAND; in kstrgetmsg() 7781 case MSG_BAND: in strputmsg() [all …]
|
H A D | driver_lyr.c | 2175 MSG_BAND | MSG_HOLDSIG | MSG_IGNERROR, 0); in ldi_putmsg()
|
/titanic_41/usr/src/cmd/savecore/ |
H A D | savecore.c | 1499 if (putpmsg(logfd, &ctl, &dat, 1, MSG_BAND) == -1) in message_save()
|