Home | History | Annotate | Download | only in x86

Lines Matching defs:be

19  *    may be used to endorse or promote products derived from this software
25 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
110 * match between BIOS disks and native disks can be done.
116 struct bi_biosgeom_entry *be;
192 be = &big->disk[i];
193 if (be->flags & BI_GEOM_INVALID)
196 i, ck, be->cksum));
197 if (be->cksum == ck && memcmp(&mbr[MBR_PART_OFFSET],
198 be->mbrparts, MBR_PART_COUNT
201 __func__, be->dev, device_xname(dv)));
350 * information cannot be present at the same time, so give
400 * because lower devices numbers are more likely to be the
443 * because lower device numbers are more likely to be the
500 * BIOS. The number of drives can be found in BTINFO_BIOSGEOM
613 be a panic() */