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

  /src/sys/arch/x86/x86/
multiboot2.c 349 bootinfo_init(int type, int len) function in typeref:struct:btinfo_common *
377 struct btinfo_common *bip = bootinfo_init(type, len);
466 bim = (struct btinfo_modulelist *)bootinfo_init(BTINFO_MODULELIST,
543 bim = (struct btinfo_memmap *)bootinfo_init(BTINFO_MEMMAP,
636 bie = (struct btinfo_efimemmap *)bootinfo_init(BTINFO_EFIMEMMAP,

Completed in 13 milliseconds