Home
last modified time | relevance | path

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

/xnu-8792.41.9/libsyscall/wrappers/ !
H A Dutimensat.c65 TIMEVAL_TO_TIMESPEC(&tv, &now); in prepare_times_array_and_attrs()
/xnu-8792.41.9/bsd/sys/ !
H A Dtime.h137 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
/xnu-8792.41.9/bsd/vfs/ !
H A Dvfs_syscalls.c7968 TIMEVAL_TO_TIMESPEC(&old_tv, &tsp[0]); in getutimes()
7985 TIMEVAL_TO_TIMESPEC(&tv[0], &tsp[0]); in getutimes()
7986 TIMEVAL_TO_TIMESPEC(&tv[1], &tsp[1]); in getutimes()