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

  /src/sys/fs/msdosfs/
bpb.h 27 uint8_t bpbSecPerClust; /* sectors per cluster */
45 uint8_t bpbSecPerClust; /* sectors per cluster */
63 uint8_t bpbSecPerClust; /* sectors per cluster */
94 uint8_t bpbSecPerClust; /* sectors per cluster */
127 int8_t bpbSecPerClust; /* sectors per cluster */
145 int8_t bpbSecPerClust; /* sectors per cluster */
163 uint8_t bpbSecPerClust; /* sectors per cluster */
msdosfs_vfsops.c 553 SecPerClust = b50->bpbSecPerClust;
  /src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c 127 SecPerClust = b50->bpbSecPerClust;
  /src/sys/sys/
bootblock.h 619 uint8_t bpbSecPerClust; /* sectors per cluster */
636 uint8_t bpbSecPerClust; /* sectors per cluster */
661 uint8_t bpbSecPerClust; /* sectors per cluster */
  /src/sys/lib/libsa/
dosfs.c 439 if (!(fs->spc = bs->bpb.bpbSecPerClust) || fs->spc & (fs->spc - 1))

Completed in 16 milliseconds