Home
last modified time | relevance | path

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

/system/core/toolbox/
Dnewfs_msdos.c112 u_int8_t bps[2]; /* bytes per sector */ member
156 u_int bps; /* bytes per sector */ member
409 bpb.bps = opt_S; in newfs_msdos_main()
420 bpb.bsec -= (opt_ofs / bpb.bps); in newfs_msdos_main()
441 if (!powerof2(bpb.bps)) in newfs_msdos_main()
442 errx(1, "bytes/sector (%u) is not a power of 2", bpb.bps); in newfs_msdos_main()
443 if (bpb.bps < MINBPS) in newfs_msdos_main()
445 bpb.bps, MINBPS); in newfs_msdos_main()
461 if (opt_b < bpb.bps) in newfs_msdos_main()
463 opt_b, bpb.bps); in newfs_msdos_main()
[all …]