Home
last modified time | relevance | path

Searched refs:closetime (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c5698 int closetime; in strioctl() local
5700 error = strcopyin((void *)arg, &closetime, sizeof (int), in strioctl()
5704 if (closetime < 0) in strioctl()
5707 stp->sd_closetime = closetime; in strioctl()
5713 int closetime; in strioctl() local
5715 closetime = stp->sd_closetime; in strioctl()
5716 return (strcopyout(&closetime, (void *)arg, sizeof (int), in strioctl()
H A Dstrsubr.c8157 strsetwputhooks(vnode_t *vp, uint_t flags, clock_t closetime) in strsetwputhooks() argument
8162 stp->sd_closetime = closetime; in strsetwputhooks()