HomeSort by: relevance | last modified time | path
    Searched refs:BTINFO_BIOSGEOM (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
bootinfo_biosgeom.c 62 struct btinfo_biosgeom *bibg;
182 BI_ADD(bibg, BTINFO_BIOSGEOM, bibg_len);
  /src/sys/arch/x86/include/
bootinfo.h 37 #define BTINFO_BIOSGEOM 7
177 struct btinfo_biosgeom { struct
  /src/sys/arch/x86/x86/
x86_autoconf.c 115 struct btinfo_biosgeom *big;
127 big = lookup_bootinfo(BTINFO_BIOSGEOM);
338 struct btinfo_biosgeom *big;
500 * BIOS. The number of drives can be found in BTINFO_BIOSGEOM
511 if ((big = lookup_bootinfo(BTINFO_BIOSGEOM)) != NULL &&
532 DPRINTF(("%s: BTINFO_BIOSGEOM %s\n", __func__,
  /src/sys/arch/i386/stand/efiboot/
efidisk.c 45 static struct btinfo_biosgeom *bibg;
410 BI_ADD(bibg, BTINFO_BIOSGEOM, bibg_len);
  /src/sys/arch/i386/i386/
multiboot.c 392 struct btinfo_biosgeom *bi;
398 bi = (struct btinfo_biosgeom *)bidata;
420 bootinfo_add((struct btinfo_common *)bi, BTINFO_BIOSGEOM,
421 sizeof(struct btinfo_biosgeom) +

Completed in 37 milliseconds