Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c285 h->bs.spcl > 0 && PC_RESSEC(h) >= 1 && h->bs.nfat > 0); in well_formed()
307 PC_RESSEC(h) + h->bs.nfat * h->FATSz + h->RootDirSectors; in calculate_parameters()
365 FirstRootDirSecNum = PC_RESSEC(h) + h->bs.nfat * h->bs.fatsec; in get_label_16()
514 (unsigned short)PC_RESSEC(h), h->bs.nfat); in dumpfs()
586 ADD_UINT32(h, "fats", h->bs.nfat); in get_attr()
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1053 int nfat; in pc_syncfat() local
1065 for (nfat = 0; nfat < fsp->pcfs_numfat; nfat++) { in pc_syncfat()
1067 fsp->pcfs_fatstart + nfat * fsp->pcfs_fatsec)); in pc_syncfat()
2546 int nfat; in pc_getfat() local
2607 for (nfat = 1; nfat < fsp->pcfs_numfat; nfat++) { in pc_getfat()
2612 fsp->pcfs_fatstart + nfat * fsp->pcfs_fatsec); in pc_getfat()
2625 nfat, (void *)(uintptr_t)startsec, off, in pc_getfat()
2640 nfat, (void *)(uintptr_t)startsec, off, in pc_getfat()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_fs.h117 uchar_t nfat; /* number of FATs */ member