Home
last modified time | relevance | path

Searched refs:mb_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot2.h215 uint32_t mb_type; member
226 uint32_t mb_type; member
232 uint32_t mb_type; member
240 uint32_t mb_type; member
247 uint32_t mb_type; member
255 uint32_t mb_type; member
271 uint32_t mb_type; member
284 uint32_t mb_type; member
319 uint32_t mb_type; member
328 uint32_t mb_type; member
[all …]
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c955 tag->mb_type = MULTIBOOT_TAG_TYPE_CMDLINE; in multiboot2_exec()
1037 tag->mb_type = MULTIBOOT_TAG_TYPE_MODULE; in multiboot2_exec()
1073 tag->mb_type = MULTIBOOT_TAG_TYPE_MMAP; in multiboot2_exec()
1093 tag->mb_type = MULTIBOOT_TAG_TYPE_NETWORK; in multiboot2_exec()
1105 tag->mb_type = MULTIBOOT_TAG_TYPE_VBE; in multiboot2_exec()
1137 tag->mb_type = MULTIBOOT_TAG_TYPE_EFI64; in multiboot2_exec()
1147 tag->mb_type = MULTIBOOT_TAG_TYPE_EFI32; in multiboot2_exec()
1161 tag->framebuffer_common.mb_type = in multiboot2_exec()
1182 tag->framebuffer_common.mb_type = in multiboot2_exec()
1246 tag->mb_type = MULTIBOOT_TAG_TYPE_EFI_MMAP; in multiboot2_exec()
[all …]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_multiboot2.c55 if (tag == NULL || tag->mb_type == MULTIBOOT_TAG_TYPE_END) in dboot_multiboot2_next_tag()
70 while (tagp != NULL && tagp->mb_type != tag) { in dboot_multiboot2_find_tag_impl()
/illumos-gate/usr/src/boot/efi/loader/
H A Dcopy.c50 for (; module->mb_type == MULTIBOOT_TAG_TYPE_MODULE; in addr_verify()
133 if (mp->mb_type != MULTIBOOT_TAG_TYPE_MODULE) in efi_physaddr()
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_mailbox_priv.h97 mb_type_t mb_type; /* read-only/read-write */ member
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c277 if (vbestate.mb_type != MULTIBOOT_TAG_TYPE_VBE) { in vbe_check()
304 gfx_fb.framebuffer_common.mb_type = MULTIBOOT_TAG_TYPE_FRAMEBUFFER; in vbe_init()
350 vbestate.mb_type = MULTIBOOT_TAG_TYPE_VBE; in vbe_init()
360 return (vbestate.mb_type); in vbe_available()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_mcp.c891 lm_status_t lm_mcp_cmd_send( struct _lm_device_t *pdev, lm_mcp_mb_type mb_type, u32_t drv_msg, u32_… in lm_mcp_cmd_send() argument
898 …DbgMessage(pdev, INFORMi , "### mcp_cmd_send mb_type=0x%x drv_msg=0x%x param=0x%x\n", mb_type, drv… in lm_mcp_cmd_send()
906 switch( mb_type ) in lm_mcp_cmd_send()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c452 gfx_fb.framebuffer_common.mb_type = MULTIBOOT_TAG_TYPE_FRAMEBUFFER; in efi_framebuffer_setup()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c220 master_mbox->mbox_in->mb_type = in sbbc_mbox_init()
221 master_mbox->mbox_out->mb_type = 0; in sbbc_mbox_init()