Home
last modified time | relevance | path

Searched refs:bpb (Results 1 – 1 of 1) sorted by relevance

/system/core/toolbox/
Dnewfs_msdos.c155 struct bpb { struct
178 struct bpb bpb; member
225 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() local
396 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 …]