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

  /src/sys/fs/msdosfs/
bpb.h 31 uint16_t bpbSectors; /* total number of sectors */
49 uint16_t bpbSectors; /* total number of sectors */
55 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
67 uint16_t bpbSectors; /* total number of sectors */
73 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
98 uint16_t bpbSectors; /* total number of sectors */
131 int8_t bpbSectors[2]; /* total number of sectors */
149 int8_t bpbSectors[2]; /* total number of sectors */
155 int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */
167 uint8_t bpbSectors[2]; /* total number of sectors *
    [all...]
bootsect.h 103 #define bsSectors bsBPB.bpbSectors
msdosfsmount.h 160 #define pm_Sectors pm_bpb.bpbSectors
msdosfs_vfsops.c 558 pmp->pm_Sectors = getushort(b50->bpbSectors);
  /src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c 132 pmp->pm_Sectors = getushort(b50->bpbSectors);
  /src/sys/sys/
bootblock.h 624 uint16_t bpbSectors; /* total number of sectors */
641 uint16_t bpbSectors; /* total number of sectors */
647 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
666 uint16_t bpbSectors; /* total number of sectors */
672 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
  /src/sys/lib/libsa/
dosfs.c 460 if (!(sc = getushort(bs->bpb.bpbSectors)) &&

Completed in 33 milliseconds