Searched refs:bpb (Results 1 – 1 of 1) sorted by relevance
155 struct bpb { struct178 struct bpb bpb; member225 static void getstdfmt(const char *, struct bpb *);226 static void getdiskinfo(int, const char *, const char *, int, struct bpb *);227 static void print_bpb(struct bpb *);252 struct bpb bpb; in newfs_msdos_main() local396 memset(&bpb, 0, sizeof(bpb)); in newfs_msdos_main()398 getstdfmt(opt_f, &bpb); in newfs_msdos_main()399 bpb.bsec = bpb.sec; in newfs_msdos_main()400 bpb.sec = 0; in newfs_msdos_main()[all …]