Home
last modified time | relevance | path

Searched refs:fatsect (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/fstyp/
H A Dexfat.c248 uint32_t *fatsect, nextclust; in exfat_fat_next() local
255 fatsect = read_sect(fp, clsect, BPS); in exfat_fat_next()
256 nextclust = le32toh(fatsect[clsectoff]); in exfat_fat_next()
257 free(fatsect); in exfat_fat_next()