Searched defs:tvu (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c216 struct timeval *tvu, /* struct timeval in userland */
234 if (tvu == NULL) {
238 if (copyin(tvu, &tv, sizeof (tv)))
243 if (copyin(tvu, &tv64, sizeof (tv64)))
214 ufs_fiosatime( struct vnode *vp, struct timeval *tvu, int flag, struct cred *cr) argument

Completed in 45 milliseconds