Home
last modified time | relevance | path

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

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