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

  /src/usr.sbin/fstyp/
exfat.c 248 uint32_t fat_offset_sect, clsect, clsectoff; local in function:exfat_fat_next
252 clsect = fat_offset_sect + (cluster / (BPS / (uint32_t)sizeof(cluster)));
256 fatsect = read_sect(fp, clsect, BPS);
exfat.c 248 uint32_t fat_offset_sect, clsect, clsectoff; local in function:exfat_fat_next
252 clsect = fat_offset_sect + (cluster / (BPS / (uint32_t)sizeof(cluster)));
256 fatsect = read_sect(fp, clsect, BPS);

Completed in 24 milliseconds