Home
last modified time | relevance | path

Searched refs:multiboot_mmap_entry_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_multiboot2.c271 multiboot_mmap_entry_t *mapentp; in dboot_multiboot2_mmap_get_type()
283 mapentp = (multiboot_mmap_entry_t *)(mb2_mmap_tagp->mb_entries + in dboot_multiboot2_mmap_get_type()
297 multiboot_mmap_entry_t *mapentp; in dboot_multiboot2_mmap_get_length()
306 mapentp = (multiboot_mmap_entry_t *)(mb2_mmap_tagp->mb_entries + in dboot_multiboot2_mmap_get_length()
320 multiboot_mmap_entry_t *mapentp; in dboot_multiboot2_mmap_get_base()
329 mapentp = (multiboot_mmap_entry_t *)(mb2_mmap_tagp->mb_entries + in dboot_multiboot2_mmap_get_base()
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c745 num * sizeof (multiboot_mmap_entry_t)); in biossmap_size()
1067 multiboot_mmap_entry_t *mmap_entry; in multiboot2_exec()
1071 num * sizeof (multiboot_mmap_entry_t)); in multiboot2_exec()
1075 num * sizeof (multiboot_mmap_entry_t); in multiboot2_exec()
1076 tag->mb_entry_size = sizeof (multiboot_mmap_entry_t); in multiboot2_exec()
1078 mmap_entry = (multiboot_mmap_entry_t *)tag->mb_entries; in multiboot2_exec()
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot2.h212 } multiboot_mmap_entry_t; typedef