HomeSort by: relevance | last modified time | path
    Searched refs:bpbHugeSectors (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/msdosfs/
bpb.h 41 * and bpbHugeSectors is not in the 3.3 bpb.
55 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
73 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
141 * and bpbHugeSectors is not in the 3.3 bpb.
155 int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */
173 uint8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */
bootsect.h 109 #define bsHugeSectors bsBPB.bpbHugeSectors
msdosfsmount.h 165 #define pm_HugeSectors pm_bpb.bpbHugeSectors
msdosfs_vfsops.c 566 pmp->pm_HugeSectors = getulong(b50->bpbHugeSectors);
  /src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c 164 pmp->pm_HugeSectors = getulong(b50->bpbHugeSectors);
  /src/sys/sys/
bootblock.h 646 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
671 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
  /src/sys/lib/libsa/
dosfs.c 461 !(sc = getulong(bs->bpb.bpbHugeSectors)))

Completed in 16 milliseconds