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

  /src/sys/fs/msdosfs/
direntry.h 133 void msdosfs_dos2unixtime(unsigned int dd, unsigned int dt, unsigned int dh,
msdosfs_vnops.c 290 msdosfs_dos2unixtime(dep->de_MDate, dep->de_MTime, 0, pmp->pm_gmtoff,
293 msdosfs_dos2unixtime(dep->de_ADate, 0, 0, pmp->pm_gmtoff,
295 msdosfs_dos2unixtime(dep->de_CDate, dep->de_CTime, dep->de_CHun,
msdosfs_conv.c 174 msdosfs_dos2unixtime(u_int dd, u_int dt, u_int dh, int gmtoff, function in typeref:typename:void

Completed in 13 milliseconds