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

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kspoll.c119 error = kstrgetmsg(vp, NULL, NULL, &pri, &pflag, timout, &rval);
H A Dt_kutil.c106 error = kstrgetmsg(vp, bp, NULL, &pri, &pflag, timout, &rval);
/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c198 error = kstrgetmsg(vp, rmp, NULL, &pri, &pflag, timout, &rval);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c947 /* Initialize some kstrgetmsg() constants */
965 * kstrgetmsg() then try to get some, else just process it.
967 * Thereafter, rmp = NULL after the successful kstrgetmsg()
973 error = kstrgetmsg(vp, &rmp, NULL, &pri, &pflag,
H A Dsocktpi.c3038 /* Last mblk_t so return the saved kstrgetmsg() rval/error */
3098 * connected) then SS_CANTRCVMORE is set and we let kstrgetmsg return
3113 * This implementation will sleep (in kstrgetmsg) even if uio_resid
3204 * e.g. in the uiomove in kstrgetmsg.
3215 * Tell kstrgetmsg to not inspect the stream head errors until all
3218 * Also, If uio_fmode indicates nonblocking kstrgetmsg will not block.
3244 /* Already kstrgetmsg()ed saved mblk(s) from NL7C */
3247 error = kstrgetmsg(SOTOV(so), &mp, uiop, &pri, &pflag,
3251 /* kstrgetmsg returns ETIME when timeout expires */
3542 * kstrgetmsg handle
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1226 extern int kstrgetmsg(struct vnode *, mblk_t **, struct uio *,
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c2208 ret = kstrgetmsg(handlep->lh_vp,
H A Dstreamio.c6498 * NOTE: strgetmsg and kstrgetmsg have much of the logic in common.
6606 * functionality of kstrgetmsg() and strgetmsg() into
7063 * NOTE: strgetmsg and kstrgetmsg have much of the logic in common.
7066 kstrgetmsg( function
7093 "kstrgetmsg:%p", vp);
7247 "kstrgetmsg calls strwaitq:%p, %p",
7252 "kstrgetmsg error or done:%p, %p",
7258 "kstrgetmsg awakes:%p, %p", vp, uiop);
7594 * strread, strgetmsg and kstrgetmsg.

Completed in 99 milliseconds