Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c69 uint32_t f_fatlength; member
231 h->bs32.f_fatlength = ltohi(h->bs32.f_fatlength); in read_bootsec()
275 (h->bs.fatsec == 0 && h->bs32.f_fatlength > 0) && in well_formed()
297 h->FATSz = h->bs32.f_fatlength; in calculate_parameters()
597 ADD_UINT32(h, "fat_size_32", h->bs32.f_fatlength); in get_attr()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h134 uint32_t f_fatlength; /* size of FAT */ member