Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c71 uint32_t f_fatlength; member
233 h->bs32.f_fatlength = ltohi(h->bs32.f_fatlength); in read_bootsec()
277 (h->bs.fatsec == 0 && h->bs32.f_fatlength > 0) && in well_formed()
299 h->FATSz = h->bs32.f_fatlength; in calculate_parameters()
599 ADD_UINT32(h, "fat_size_32", h->bs32.f_fatlength); in get_attr()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_fs.h134 uint32_t f_fatlength; /* size of FAT */ member