Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/makefs/msdos/
Dmkfs_msdos.c112 u_int8_t bsec[4]; /* big total sectors */ member
156 u_int bsec; /* big total sectors */ member
286 bpb.bsec = bpb.sec; in mkfs_msdos()
298 bpb.bsec = o.size; in mkfs_msdos()
306 bpb.bsec -= (o.offset / bpb.bps); in mkfs_msdos()
323 x1 = howmany(bpb.bsec, (1048576 / 512)); /* -> MB */ in mkfs_msdos()
452 if (bpb.bsec < (bpb.res ? bpb.res : bss) + in mkfs_msdos()
461 else if (bpb.rde || bpb.bsec < in mkfs_msdos()
511 (u_int64_t)(maxcls(o.fat_type) + 1) * bpb.spc <= bpb.bsec; in mkfs_msdos()
519 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec) { in mkfs_msdos()
[all …]
/openbsd/src/sbin/newfs_msdos/
Dnewfs_msdos.c114 u_int8_t bsec[4]; /* big total sectors */ member
158 u_int bsec; /* big total sectors */ member
358 bpb.bsec = bpb.sec; in main()
370 bpb.bsec = opt_s; in main()
449 if (bpb.bsec < (bpb.res ? bpb.res : bss) + in main()
458 else if (bpb.rde || bpb.bsec < in main()
500 (u_int64_t)(maxcls(fat) + 1) * bpb.spc <= bpb.bsec; in main()
506 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec) in main()
509 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB / in main()
517 cls = (bpb.bsec - x1) / bpb.spc; in main()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldlang.c2002 compare_section (sort_type sort, asection *asec, asection *bsec) in compare_section() argument
2012 ret = (bfd_section_alignment (bsec->owner, bsec) in compare_section()
2020 bfd_get_section_name (bsec->owner, bsec)); in compare_section()
2025 bfd_get_section_name (bsec->owner, bsec)); in compare_section()
2031 ret = (bfd_section_alignment (bsec->owner, bsec) in compare_section()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c9038 bfd *bbfd, const asection *bsec) in _bfd_elf_match_sections_by_type() argument
9041 || bsec == NULL in _bfd_elf_match_sections_by_type()
9046 return elf_section_type (asec) == elf_section_type (bsec); in _bfd_elf_match_sections_by_type()