Searched refs:hfstime (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/fs/hfs/
H A Dhfs_subr.c347 hfs_time_to_timespec(uint32_t hfstime, struct timespec *unixtime) argument
356 if (hfstime < 2082844800)
359 unixtime->tv_sec = hfstime - 2082844800;

Completed in 119 milliseconds