Home
last modified time | relevance | path

Searched refs:kstrputmsg (Results 1 – 7 of 7) 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()
238 (void) kstrputmsg(vp, mp, NULL, 0, 0, in t_kadvise()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1059 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_bindlisten()
1400 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_unbind()
1574 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sodisconnect()
1889 error = kstrputmsg(SOTOV(nso), mp, NULL, in sotpi_accept()
2004 error = kstrputmsg(SOTOV(so), mp, NULL, in sotpi_accept()
2478 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_connect()
2703 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in sotpi_shutdown()
2860 (void) kstrputmsg(SOTOV(so), mp, NULL, 0, 0, in so_unix_close()
3638 error = kstrputmsg(SOTOV(so), mp, uiop, len, 0, MSG_BAND, 0); in sosend_dgramcmsg()
3762 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()
/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c173 (void) kstrputmsg(vp, smp, NULL, 0, 0, in kstr_msg()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1243 extern int kstrputmsg(struct vnode *, mblk_t *, struct uio *, ssize_t,
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c2191 ret = kstrputmsg(handlep->lh_vp, smp, NULL, 0, 0, in ldi_putmsg()
H A Dstreamio.c8051 kstrputmsg( in kstrputmsg() function