Home | Sort by: relevance | last modified time | path |
/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); |