Home
last modified time | relevance | path

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

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