HomeSort by: relevance | last modified time | path
    Searched defs:binfosize (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/sysinst/arch/ofppc/
md.c 61 int binfostart, binfosize, bprepstart, bprepsize; variable in typeref:typename:int
232 if (binfosize != 0) {
234 pm->bsdlabel[PART_BOOT_BINFO].pi_size = binfosize;
553 binfosize = part->mbrp_size;
567 (binfosize >= (MIN_BINFO_BOOT/512) &&
576 if ((binfosize > 0 || bprepsize > 0) &&
577 (binfosize < (MIN_BINFO_BOOT/512) ||
595 (binfosize == 0 || binfostart == 0 ||

Completed in 11 milliseconds