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

  /src/usr.sbin/fstyp/
exfat.c 249 uint32_t *fatsect, nextclust; local in function:exfat_fat_next
256 fatsect = read_sect(fp, clsect, BPS);
257 nextclust = le32toh(fatsect[clsectoff]);
258 free(fatsect);
exfat.c 249 uint32_t *fatsect, nextclust; local in function:exfat_fat_next
256 fatsect = read_sect(fp, clsect, BPS);
257 nextclust = le32toh(fatsect[clsectoff]);
258 free(fatsect);

Completed in 21 milliseconds