Searched refs:binfosize (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/ofppc/
H A Dmd.c62 int binfostart, binfosize, bprepstart, bprepsize; variable
192 if (binfosize != 0) {
194 bsdlabel[PART_BOOT_BINFO].pi_size = binfosize;
483 binfosize = part->mbrp_size;
497 (binfosize >= (MIN_BINFO_BOOT/512) &&
508 if ((binfosize > 0 || bprepsize > 0) &&
509 (binfosize < (MIN_BINFO_BOOT/512) ||
531 (binfosize == 0 || binfostart == 0 ||
595 binfosize= part[2].mbrp_size;

Completed in 96 milliseconds