Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h193 clock_t sd_closetime; /* time to wait to drain q in close */ member
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c381 stp->sd_closetime = STRTIMOUT; in stropen()
701 if (!(flag & (FNDELAY|FNONBLOCK)) && (stp->sd_closetime > 0)) { in strclose()
719 stp->sd_closetime, 0) <= 0) { in strclose()
5581 stp->sd_closetime = closetime; in strioctl()
5589 closetime = stp->sd_closetime; in strioctl()
H A Dstrsubr.c8129 stp->sd_closetime = closetime; in strsetwputhooks()