Searched refs:strwaitq (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c184 * in strwaitq() to await the arrival of new data.
1222 "strread calls strwaitq:%p, %p, %p",
1224 if ((error = strwaitq(stp, waitflag, uiop->uio_resid,
2804 * but only in strwaitq. The other routines use uio_fmode
2847 if ((error = strwaitq(stp, waitflag, (ssize_t)0,
5224 if ((error = strwaitq(stp, WRITEWAIT, (ssize_t)0,
5310 if ((error = strwaitq(stp, GETWAIT, (ssize_t)0,
6673 "strgetmsg calls strwaitq:%p, %p",
6675 if (((error = strwaitq(stp, GETWAIT, (ssize_t)0, fmode, -1,
7217 * do the strwaitq
[all...]
H A Dstrsubr.c2999 strwaitq(stdata_t *stp, int flag, ssize_t count, int fmode, clock_t timout, function
3091 "strwaitq sleeps (2):%p, %X, %lX, %X, %p",
3098 "strwaitq awakes(2):%X, %X, %X, %X, %X",
3102 "strwaitq interrupt #2:%p, %X, %lX, %X, %p",
3115 "strwaitq timeout:%p, %X, %lX, %X, %p",
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1002 * and copy modes name space. These flags allow strwaitq
1012 * STR_PEEK is used to inform strwaitq that the reader is peeking at data
1014 * STR_DELAYERR is used to inform strwaitq that it should not check errors
1018 #define STR_NOSIG 0x10 /* Ignore signals during strdoioctl/strwaitq */
1019 #define STR_NOERROR 0x20 /* Ignore errors during strdoioctl/strwaitq */
1141 extern int strwaitq(stdata_t *, int, ssize_t, int, clock_t, int *);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4568 error = strwaitq(stp, waitflag, (ssize_t)0, tempmode, -1,
4834 * strwaitq() until write is permitted, otherwise,

Completed in 408 milliseconds