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