Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c216 struct timeval *tvu, /* struct timeval in userland */ in ufs_fiosatime() argument
234 if (tvu == NULL) { in ufs_fiosatime()
238 if (copyin(tvu, &tv, sizeof (tv))) in ufs_fiosatime()
243 if (copyin(tvu, &tv64, sizeof (tv64))) in ufs_fiosatime()