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

  /src/sys/arch/x86/x86/
x86_machdep.c 916 struct btinfo_efimemmap *biem; local in function:init_x86_clusters
930 biem = lookup_bootinfo(BTINFO_EFIMEMMAP);
931 if (biem != NULL)
940 biem = lookup_bootinfo(BTINFO_EFIMEMMAP);
941 if (biem != NULL)
948 (void)bim, (void)biem;
x86_machdep.c 916 struct btinfo_efimemmap *biem; local in function:init_x86_clusters
930 biem = lookup_bootinfo(BTINFO_EFIMEMMAP);
931 if (biem != NULL)
940 biem = lookup_bootinfo(BTINFO_EFIMEMMAP);
941 if (biem != NULL)
948 (void)bim, (void)biem;

Completed in 24 milliseconds