Searched refs:bsec (Results 1 – 1 of 1) sorted by relevance
123 u_int8_t bsec[4]; /* big total sectors */ member167 u_int bsec; /* big total sectors */ member399 bpb.bsec = bpb.sec; in newfs_msdos_main()411 bpb.bsec = opt_s; in newfs_msdos_main()418 bpb.bsec = opt_s; in newfs_msdos_main()420 bpb.bsec -= (opt_ofs / bpb.bps); in newfs_msdos_main()421 delta = bpb.bsec % bpb.spt; in newfs_msdos_main()424 (int)delta, bpb.bsec, bpb.spt); in newfs_msdos_main()425 bpb.bsec -= delta; in newfs_msdos_main()428 if (bpb.bsec <= 6000) /* about 3MB -> 512 bytes */ in newfs_msdos_main()[all …]