Lines Matching defs:biw
216 match_bootwedge(device_t dv, struct btinfo_bootwedge *biw)
230 if (biw->matchblk == -1) {
242 for (blk = biw->matchblk, nblks = biw->matchnblks;
260 found = memcmp(biw->matchhash, hash, sizeof(hash)) == 0;
337 struct btinfo_bootwedge *biw;
393 biw = lookup_bootinfo(BTINFO_BOOTWEDGE);
395 if (biw != NULL) {
412 if ((biw->biosdev & 0x80) == 0 ||
413 match_bootwedge(dv, biw) == 0)
427 booted_nblks = biw->nblks;
428 booted_startblk = biw->startblk;