Home
last modified time | relevance | path

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

/onnv-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()
238 (void) kstrputmsg(vp, mp, NULL, 0, 0, in t_kadvise()
/onnv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1083 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_bindlisten()
1429 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_unbind()
1603 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sodisconnect()
1918 error = kstrputmsg(SOTOV(nso), mp, NULL, in sotpi_accept()
2066 error = kstrputmsg(SOTOV(so), mp, NULL, in sotpi_accept()
2535 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_connect()
2760 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_shutdown()
2930 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in so_unix_close()
3801 error = kstrputmsg(SOTOV(so), mp, uiop, len, 0, MSG_BAND, 0); in sosend_dgramcmsg()
3915 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()
/onnv-gate/usr/src/uts/common/io/
H A Dl_strplumb.c175 (void) kstrputmsg(vp, smp, NULL, 0, 0, in kstr_msg()
/onnv-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1224 extern int kstrputmsg(struct vnode *, mblk_t *, struct uio *, ssize_t,
/onnv-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c2165 ret = kstrputmsg(handlep->lh_vp, smp, NULL, 0, 0, in ldi_putmsg()
H A Dstreamio.c7925 kstrputmsg( in kstrputmsg() function