Home
last modified time | relevance | path

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

/titanic_44/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()
238 (void) kstrputmsg(vp, mp, NULL, 0, 0, in t_kadvise()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1085 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_bindlisten()
1431 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_unbind()
1605 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sodisconnect()
1920 error = kstrputmsg(SOTOV(nso), mp, NULL, in sotpi_accept()
2068 error = kstrputmsg(SOTOV(so), mp, NULL, in sotpi_accept()
2537 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_connect()
2762 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_shutdown()
2932 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in so_unix_close()
3805 error = kstrputmsg(SOTOV(so), mp, uiop, len, 0, MSG_BAND, 0); in sosend_dgramcmsg()
3919 error = kstrputmsg(SOTOV(so), mp, uiop, iosize, in sosend_svccmsg()
[all …]
H A Dsockstr.c624 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in do_tinfo()
687 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in do_tcapability()
1599 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in strsock_discon_ind()
/titanic_44/usr/src/uts/common/io/
H A Dl_strplumb.c175 (void) kstrputmsg(vp, smp, NULL, 0, 0, in kstr_msg()
/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h1224 extern int kstrputmsg(struct vnode *, mblk_t *, struct uio *, ssize_t,
/titanic_44/usr/src/uts/common/os/
H A Ddriver_lyr.c2174 ret = kstrputmsg(handlep->lh_vp, smp, NULL, 0, 0, in ldi_putmsg()
H A Dstreamio.c7925 kstrputmsg( in kstrputmsg() function