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

  /src/sys/arch/i386/stand/lib/
biosdisk.c 189 struct btinfo_bootwedge bi_wedge; variable in typeref:struct:btinfo_bootwedge
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
    [all...]
biosdisk.c 189 struct btinfo_bootwedge bi_wedge; variable in typeref:struct:btinfo_bootwedge
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
    [all...]

Completed in 23 milliseconds