Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimespec.h43 #define TIMEVAL_TO_TIMESPEC(tv, ts) \ macro
/f-stack/freebsd/arm/nvidia/
H A Dtegra_rtc.c141 TIMEVAL_TO_TIMESPEC(&tv, ts); in tegra_rtc_gettime()
/f-stack/freebsd/kern/
H A Dsys_procdesc.c533 TIMEVAL_TO_TIMESPEC(&pstart, &sb->st_birthtim); in procdesc_stat()
H A Dkern_time.c336 TIMEVAL_TO_TIMESPEC(&user, ats); in kern_clock_gettime()
345 TIMEVAL_TO_TIMESPEC(&user, ats); in kern_clock_gettime()
H A Dvfs_syscalls.c3068 TIMEVAL_TO_TIMESPEC(&tvp[0], &tsp[0]); in getutimes()
3069 TIMEVAL_TO_TIMESPEC(&tvp[1], &tsp[1]); in getutimes()
H A Dvfs_subr.c1020 TIMEVAL_TO_TIMESPEC(&tv, tsp); in vfs_timestamp()