HomeSort by: relevance | last modified time | path
    Searched refs:hfs_time_to_timespec (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/hfs/
hfs.h 171 void hfs_time_to_timespec(uint32_t, struct timespec *);
hfs_vnops.c 612 hfs_time_to_timespec(f->date_created, &vap->va_ctime);
613 hfs_time_to_timespec(f->date_content_mod, &vap->va_mtime);
614 hfs_time_to_timespec(f->date_accessed, &vap->va_atime);
622 hfs_time_to_timespec(f->date_created, &vap->va_ctime);
623 hfs_time_to_timespec(f->date_content_mod,&vap->va_mtime);
624 hfs_time_to_timespec(f->date_accessed, &vap->va_atime);
hfs_subr.c 347 hfs_time_to_timespec(uint32_t hfstime, struct timespec *unixtime) function in typeref:typename:void

Completed in 13 milliseconds