Lines Matching defs:bpb
161 struct bpb { struct
162 u_int bpbBytesPerSec; /* bytes per sector */ argument
163 u_int bpbSecPerClust; /* sectors per cluster */ argument
164 u_int bpbResSectors; /* reserved sectors */ argument
165 u_int bpbFATs; /* number of FATs */ argument
166 u_int bpbRootDirEnts; /* root directory entries */ argument
167 u_int bpbSectors; /* total sectors */ argument
168 u_int bpbMedia; /* media descriptor */ argument
169 u_int bpbFATsecs; /* sectors per FAT */ argument
170 u_int bpbSecPerTrack; /* sectors per track */ argument
171 u_int bpbHeads; /* drive heads */ argument
172 u_int bpbHiddenSecs; /* hidden sectors */ argument
173 u_int bpbHugeSectors; /* big total sectors */ argument
174 u_int bpbBigFATsecs; /* big sectors per FAT */ argument
175 u_int bpbRootClust; /* root directory start cluster */ argument
176 u_int bpbFSInfo; /* file system info sector */ argument
177 u_int bpbBackup; /* backup boot sector */ argument
184 struct bpb bpb; member
250 struct bpb bpb; in mkfs_msdos() local
893 getstdfmt(const char *fmt, struct bpb *bpb) in getstdfmt()
931 __unused int oflag, struct bpb *bpb) in getdiskinfo()
962 struct bpb *bpb) { in getdiskinfo()
968 struct bpb *bpb) in getdiskinfo()
1060 print_bpb(struct bpb *bpb) in print_bpb()