Searched refs:strwrite (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcons.c419 * strwrite modifies uio so need to make copy.
424 (void) strwrite(vsconsvp, &uiod.d_uio, cred);
428 return (strwrite(rconsvp, uio, cred));
H A Diwscons.c306 error = strwrite(lp->wl_vp, uio, cred);
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h308 * Options and flags for strwrite/strputmsg (sd_wput_opt)
311 #define SW_RECHECK_ERR 0x00000002 /* Recheck errors in strwrite loop */
332 #define SH_RECHECK_ERR 0x00000200 /* Recheck errors in strwrite loop */
1129 extern int strwrite(struct vnode *, struct uio *, cred_t *);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c3958 * with strwrite semantics and BSD sockets semantics.
4185 * with strwrite semantics and BSD sockets semantics.
4232 return (strwrite(SOTOV(so), uiop, cr));
4464 error = strwrite(SOTOV(so), uiop, cr);
4493 * kstrwritemp() has very similar semantics as that of strwrite().
4495 * does not do any copy as done in strwrite() from user buffers to
4526 * do..while loop below to emulate what strwrite() does.
4689 * all and we fallback to either strwrite() or kstrputmsg()
4716 * For connected, let strwrite() handle the blocking case.
4720 return (strwrite(SOTO
[all...]
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1081 error = strwrite(vp, uiop, crp);
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1101 return (strwrite(vp, uiop, cr));
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c1808 ret = strwrite(vp, uiop, credp);
H A Dstreamio.c187 * the behavior of strwrite(), strwsrv(), and WSLEEP
404 * strwrite will send SIGPIPE if the other
2720 strwrite(struct vnode *vp, struct uio *uiop, cred_t *crp) function
2769 TRACE_1(TR_FAC_STREAMS_FR, TR_STRWRITE_IN, "strwrite in:q %p", wqp);
2778 "strwrite out:q %p out %d error %d",
2784 "strwrite out:q %p out %d error %d",
2846 "strwrite wait:q %p wait", wqp);
2857 "strwrite wake:q %p awakes", wqp);
2866 "strwrite resid:q %p uiop %p", wqp, uiop);
2889 "strwrite ou
[all...]

Completed in 122 milliseconds