Home
last modified time | relevance | path

Searched refs:READWAIT (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kspoll.c95 if (events == NULL || ((waitflg & READWAIT) == 0)) in t_kspoll()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c141 if ((error = t_kspoll(tiptr, timo, READWAIT, in rtime()
243 error = t_kspoll(tiptr, timo, READWAIT, &type); in rtime()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ktli.c284 if (events == NULL || ((waitflg & READWAIT) == 0)) in t_kspoll()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c490 if (error = t_kspoll(tiptr, 0, READWAIT, eventp)) { in nd_poll()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c117 waitflg = READWAIT; in nb_getmsg_mlen()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1014 #define READWAIT 0x2 /* waiting for read event */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3035 if ((flag & READWAIT) || (flag & GETWAIT)) { in strwaitq()
3074 if ((flag & READWAIT) && (stp->sd_flag & SNDMREAD)) { in strwaitq()
H A Dstreamio.c1257 waitflag = READWAIT; in strread()