Home
last modified time | relevance | path

Searched refs:sd_closetime (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h200 clock_t sd_closetime; /* time to wait to drain q in close */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c429 stp->sd_closetime = STRTIMOUT; in stropen()
755 if (!(flag & (FNDELAY|FNONBLOCK)) && (stp->sd_closetime > 0)) { in strclose()
773 stp->sd_closetime, 0) <= 0) { in strclose()
5707 stp->sd_closetime = closetime; in strioctl()
5715 closetime = stp->sd_closetime; in strioctl()
H A Dstrsubr.c8162 stp->sd_closetime = closetime; in strsetwputhooks()