Home | History | Annotate | Download | only in lib

Lines Matching defs:bi_wedge

189 struct btinfo_bootwedge bi_wedge;
392 bi_wedge.matchblk = sector;
393 bi_wedge.matchnblks = 1;
395 md5(bi_wedge.matchhash, d->buf, d->ll.secsize);
574 bi_wedge.matchblk = sector + LABELSECTOR;
575 bi_wedge.matchnblks = 1;
577 md5(bi_wedge.matchhash, d->buf, d->ll.secsize);
1206 BI_ADD(&bi_wedge, BTINFO_BOOTWEDGE, sizeof(bi_wedge));
1278 bi_wedge.biosdev = d->ll.dev;
1279 bi_wedge.matchblk = -1;
1310 bi_wedge.startblk = d->boff;
1311 bi_wedge.nblks = d->size;
1651 bi_wedge.biosdev = d->ll.dev;
1657 if (bi_wedge.matchblk == -1) {
1666 bi_wedge.matchblk = offset;
1667 bi_wedge.matchnblks = 1;
1669 md5(bi_wedge.matchhash, d->buf, d->ll.secsize);
1674 bi_wedge.startblk = offset;
1675 bi_wedge.nblks = size;