Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c242 struct timeval tv64; in ufs_fiosatime() local
244 if (copyin(tvu, &tv64, sizeof (tv64))) in ufs_fiosatime()
246 if (TIMEVAL_OVERFLOW(&tv64)) in ufs_fiosatime()
248 TIMEVAL_TO_TIMEVAL32(&tv, &tv64); in ufs_fiosatime()