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

  /src/sys/arch/x86/x86/
x86_autoconf.c 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; local in function:findroot
393 biw = lookup_bootinfo(BTINFO_BOOTWEDGE);
395 if (biw != NULL) {
412 if ((biw->biosdev & 0x80) == 0 ||
413 match_bootwedge(dv, biw) == 0
    [all...]
x86_autoconf.c 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; local in function:findroot
393 biw = lookup_bootinfo(BTINFO_BOOTWEDGE);
395 if (biw != NULL) {
412 if ((biw->biosdev & 0x80) == 0 ||
413 match_bootwedge(dv, biw) == 0
    [all...]

Completed in 22 milliseconds