HomeSort by: relevance | last modified time | path
    Searched defs:clsectoff (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/fstyp/
exfat.c 248 uint32_t fat_offset_sect, clsect, clsectoff; local
253 clsectoff = (cluster % (BPS / (uint32_t)sizeof(cluster)));
257 nextclust = le32toh(fatsect[clsectoff]);
exfat.c 248 uint32_t fat_offset_sect, clsect, clsectoff; local
253 clsectoff = (cluster % (BPS / (uint32_t)sizeof(cluster)));
257 nextclust = le32toh(fatsect[clsectoff]);

Completed in 131 milliseconds