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

  /src/usr.sbin/fstyp/
exfat.c 248 uint32_t fat_offset_sect, clsect, clsectoff; local in function:exfat_fat_next
251 fat_offset_sect = le32toh(ev->ev_fat_offset);
252 clsect = fat_offset_sect + (cluster / (BPS / (uint32_t)sizeof(cluster)));

Completed in 13 milliseconds