Searched refs:strpoll (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcons.c495 return (strpoll(rconsvp->v_stream, events, anyyet, reventsp,
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1125 extern int strpoll(register struct stdata *, short, int, short *,
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1867 return (strpoll(stp, events, anyyet, reventsp, phpp));
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c2228 error = strpoll(vp->v_stream, events, anyyet,
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6234 return (strpoll(vp->v_stream, events, anyyet,
6244 * Check for errors without calling strpoll if the caller wants them.
6267 error = strpoll(vp->v_stream, events, anyyet,
6277 * If strpoll() returned without events, SR_POLLIN is guaranteed
6286 * If the T_CONN_IND hasn't arrived by the time strpoll() returns,
6303 * and if set, re-calls strpoll() to ensure the late arriving
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c1992 ret = strpoll(vp->v_stream, events, anyyet, reventsp, phpp);
H A Dstreamio.c629 * Needed so that strpoll will return non-zero for this fd.
1562 * is modified by strpoll().
1843 * by strpoll() under sd_lock.
8162 * strpoll handles the consolidation private events:
8177 strpoll( function

Completed in 112 milliseconds