Lines Matching defs:bpb
148 struct bpb { struct
149 u_int bpbBytesPerSec; /* bytes per sector */ argument
150 u_int bpbSecPerClust; /* sectors per cluster */ argument
151 u_int bpbResSectors; /* reserved sectors */ argument
152 u_int bpbFATs; /* number of FATs */ argument
153 u_int bpbRootDirEnts; /* root directory entries */ argument
154 u_int bpbSectors; /* total sectors */ argument
155 u_int bpbMedia; /* media descriptor */ argument
156 u_int bpbFATsecs; /* sectors per FAT */ argument
157 u_int bpbSecPerTrack; /* sectors per track */ argument
158 u_int bpbHeads; /* drive heads */ argument
159 u_int bpbHiddenSecs; /* hidden sectors */ argument
160 u_int bpbHugeSectors; /* big total sectors */ argument
161 u_int bpbBigFATsecs; /* big sectors per FAT */ argument
162 u_int bpbRootClust; /* root directory start cluster */ argument
163 u_int bpbFSInfo; /* file system info sector */ argument
164 u_int bpbBackup; /* backup boot sector */ argument
171 struct bpb bpb; member
239 struct bpb bpb; in mkfs_msdos() local
888 getstdfmt(const char *fmt, struct bpb *bpb) in getstdfmt()
924 struct bpb *bpb) in getdiskinfo()
1016 print_bpb(struct bpb *bpb) in print_bpb()