Searched refs:closetime (Results 1 – 2 of 2) sorted by relevance
5572 int closetime; in strioctl() local5574 error = strcopyin((void *)arg, &closetime, sizeof (int), in strioctl()5578 if (closetime < 0) in strioctl()5581 stp->sd_closetime = closetime; in strioctl()5587 int closetime; in strioctl() local5589 closetime = stp->sd_closetime; in strioctl()5590 return (strcopyout(&closetime, (void *)arg, sizeof (int), in strioctl()
8124 strsetwputhooks(vnode_t *vp, uint_t flags, clock_t closetime) in strsetwputhooks() argument8129 stp->sd_closetime = closetime; in strsetwputhooks()