Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/ktli/
H A Dt_kspoll.c97 if (events == NULL || ((waitflg & READWAIT) == 0)) in t_kspoll()
/titanic_44/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c140 if ((error = t_kspoll(tiptr, timo, READWAIT, in rtime()
242 error = t_kspoll(tiptr, timo, READWAIT, &type); in rtime()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c476 if (error = t_kspoll(tiptr, 0, READWAIT, eventp)) { in nd_poll()
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c123 waitflg = READWAIT; in nb_getmsg_mlen()
/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h996 #define READWAIT 0x2 /* waiting for read event */ macro
/titanic_44/usr/src/uts/common/os/
H A Dstrsubr.c3010 if ((flag & READWAIT) || (flag & GETWAIT)) { in strwaitq()
3049 if ((flag & READWAIT) && (stp->sd_flag & SNDMREAD)) { in strwaitq()
H A Dstreamio.c1187 waitflag = READWAIT; in strread()