Home
last modified time | relevance | path

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

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