Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/fstyp/
H A Dmsdosfs.c90 uint32_t fat_FirstDataSector, fat_BytesPerSector, offset; in fstyp_msdosfs() local
121 fat_BytesPerSector = UINT16BYTES(pfat32_bsbpb->BPB_BytsPerSec); in fstyp_msdosfs()
125 for (offset = fat_BytesPerSector * fat_FirstDataSector;; in fstyp_msdosfs()
126 offset += fat_BytesPerSector) { in fstyp_msdosfs()
127 sector = (uint8_t *)read_buf(fp, offset, fat_BytesPerSector); in fstyp_msdosfs()
160 (uint8_t *)(sector + fat_BytesPerSector)); in fstyp_msdosfs()