Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c8000 struct timeval old_tv; in getutimes() local
8002 microtime(&old_tv); in getutimes()
8003 TIMEVAL_TO_TIMESPEC(&old_tv, &tsp[0]); in getutimes()