Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dtime.h140 #define TIMEVAL64_TO_TIMESPEC(tv, ts){ … macro
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c7475 TIMEVAL64_TO_TIMESPEC(&tv[0], &tsp[0]); in getutimes()
7476 TIMEVAL64_TO_TIMESPEC(&tv[1], &tsp[1]); in getutimes()