Searched defs:nfat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1053 int nfat; local
1065 for (nfat = 0; nfat < fsp->pcfs_numfat; nfat++) {
1067 fsp->pcfs_fatstart + nfat * fsp->pcfs_fatsec));
2546 int nfat; local
2607 for (nfat = 1; nfat < fsp->pcfs_numfat; nfat++) {
2612 fsp->pcfs_fatstart + nfat * fs
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h117 uchar_t nfat; /* number of FATs */ member in struct:bootsec

Completed in 65 milliseconds