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

/macosx-10.9.5/msdosfs-198/msdos_util.tproj/
H A Ddosutil.c378 unsigned firstRootDirSecNum; local
381 firstRootDirSecNum = getuint16(b33->bpbResSectors) + (b33->bpbFATs * getuint16(b33->bpbFATsecs));
383 safe_read(fd, rootdirbuf, bps, (firstRootDirSecNum+i)*bps);

Completed in 172 milliseconds