Searched refs:bpbHugeSectors (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/fs/msdosfs/
H A Dbpb.h42 * and bpbHugeSectors is not in the 3.3 bpb.
56 u_int32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */ member in struct:bpb50
74 u_int32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */ member in struct:bpb710
120 * and bpbHugeSectors is not in the 3.3 bpb.
134 int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */ member in struct:byte_bpb50
152 u_int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */ member in struct:byte_bpb710
H A Dbootsect.h94 #define bsHugeSectors bsBPB.bpbHugeSectors
H A Dmsdosfsmount.h148 #define pm_HugeSectors pm_bpb.bpbHugeSectors
H A Dmsdosfs_vfsops.c535 pmp->pm_HugeSectors = getulong(b50->bpbHugeSectors);
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c116 u_int8_t bpbHugeSectors[4]; /* big total sectors */ member in struct:bsbpb
160 u_int bpbHugeSectors; /* big total sectors */ member in struct:bpb
389 bpb.bpbHugeSectors = bpb.bpbSectors;
401 bpb.bpbHugeSectors = opt_s;
407 bpb.bpbHugeSectors -= (opt_ofs / bpb.bpbBytesPerSec);
408 delta = bpb.bpbHugeSectors % bpb.bpbSecPerTrack;
412 bpb.bpbHugeSectors -= delta;
415 if (bpb.bpbHugeSectors <= 6000) /* about 3MB -> 512 bytes */
417 else if (bpb.bpbHugeSectors <= (1<<17)) /* 64M -> 4k */
419 else if (bpb.bpbHugeSectors <
[all...]
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Ddosfs.h53 u_int32_t bpbHugeSectors; /* # of sectors if bpbbpbSectors == 0 */ member in struct:bootblock
H A Dboot.c78 boot->bpbHugeSectors = block[32] + (block[33] << 8) +
193 boot->bpbHugeSectors = 0;
196 boot->NumSectors = boot->bpbHugeSectors;

Completed in 70 milliseconds