Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/sys/
H A Dmultiboot2.h219 uint32_t mb_type; member
230 uint32_t mb_type; member
236 uint32_t mb_type; member
244 uint32_t mb_type; member
251 uint32_t mb_type; member
259 uint32_t mb_type; member
275 uint32_t mb_type; member
288 uint32_t mb_type; member
323 uint32_t mb_type; member
332 uint32_t mb_type; member
[all …]
/titanic_53/usr/src/boot/sys/boot/common/
H A Dmultiboot2.c876 tag->mb_type = MULTIBOOT_TAG_TYPE_CMDLINE; in multiboot2_exec()
888 tag->mb_type = MULTIBOOT_TAG_TYPE_BOOT_LOADER_NAME; in multiboot2_exec()
901 tag->mb_type = MULTIBOOT_TAG_TYPE_BASIC_MEMINFO; in multiboot2_exec()
958 tag->mb_type = MULTIBOOT_TAG_TYPE_MODULE; in multiboot2_exec()
991 tag->mb_type = MULTIBOOT_TAG_TYPE_MMAP; in multiboot2_exec()
1011 tag->mb_type = MULTIBOOT_TAG_TYPE_NETWORK; in multiboot2_exec()
1024 otag->mb_type = MULTIBOOT_TAG_TYPE_ACPI_OLD; in multiboot2_exec()
1030 ntag->mb_type = MULTIBOOT_TAG_TYPE_ACPI_NEW; in multiboot2_exec()
1042 tag->mb_type = MULTIBOOT_TAG_TYPE_EFI64; in multiboot2_exec()
1064 tag->framebuffer_common.mb_type = in multiboot2_exec()
[all …]
/titanic_53/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()
/titanic_53/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_mailbox_priv.h97 mb_type_t mb_type; /* read-only/read-write */ member
/titanic_53/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()
/titanic_53/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()