Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dtime.h142 #define TIMEVAL64_TO_TIMESPEC(tv, ts){ … macro
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_syscalls.c8041 TIMEVAL64_TO_TIMESPEC(&tv[0], &tsp[0]); in getutimes()
8042 TIMEVAL64_TO_TIMESPEC(&tv[1], &tsp[1]); in getutimes()