HomeSort by: relevance | last modified time | path
    Searched defs:bpbSectors (Results 1 - 2 of 2) 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...]
  /src/sys/sys/
bootblock.h 623 uint16_t bpbSectors; /* total number of sectors */
640 uint16_t bpbSectors; /* total number of sectors */
646 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */
665 uint16_t bpbSectors; /* total number of sectors */
671 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */

Completed in 49 milliseconds