Home
last modified time | relevance | path

Searched refs:mb_info (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c133 multiboot_info_t *mb_info; variable
666 DBG(mb_info->flags); in dboot_loader_mmap_entries()
667 if (mb_info->flags & 0x40) { in dboot_loader_mmap_entries()
670 DBG(mb_info->mmap_addr); in dboot_loader_mmap_entries()
671 DBG(mb_info->mmap_length); in dboot_loader_mmap_entries()
672 check_higher(mb_info->mmap_addr + mb_info->mmap_length); in dboot_loader_mmap_entries()
674 for (mmap = (mb_memory_map_t *)mb_info->mmap_addr; in dboot_loader_mmap_entries()
675 (uint32_t)mmap < mb_info->mmap_addr + in dboot_loader_mmap_entries()
676 mb_info->mmap_length; in dboot_loader_mmap_entries()
709 mp = (mb_memory_map_t *)mb_info->mmap_addr; in dboot_loader_mmap_get_type()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dmsreg.h64 struct mouseinfo mb_info[1]; /* however many samples */ member
/titanic_50/usr/src/uts/sun/io/
H A Dms.c520 mi = &b->mb_info[ms->ms_oldoff];
1113 mi = &b->mb_info[b->mb_off];
1248 mi = &b->mb_info[b->mb_off]; in msincr()
1271 mi = b->mb_info; in msincr()
1286 mi = b->mb_info; in msincr()
/titanic_50/usr/src/uts/common/sys/usb/clients/usbms/
H A Dusbms.h47 struct usbmouseinfo *mb_info; /* current usbmouseinfo */ member
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/motherboard/
H A Dmotherboard.c61 static const topo_modinfo_t mb_info = variable
91 if (topo_mod_register(mod, &mb_info, TOPO_VERSION) < 0) { in _topo_init()
/titanic_50/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c314 mousebufp->mb_info = (struct usbmouseinfo *)((char *)mousebufp + in usbms_open()
497 mi = &b->mb_info[ms->ms_oldoff]; in usbms_rserv()
1727 mi = &b->mb_info[b->mb_off]; in usbms_input()
1910 mi = &b->mb_info[b->mb_off]; in usbms_incr()
1934 mi = b->mb_info; in usbms_incr()
1950 mi = b->mb_info; in usbms_incr()
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A DMakefile.am8 imgact_aout.h iso9660.h jfs.h mb_header.h mb_info.h md5.h \
H A Dshared.h822 void multi_boot (int start, int mb_info) __attribute__ ((noreturn));
H A DMakefile.solaris620 mb_header.h mb_info.h md5.c md5.h nbi.h nbloader.S \
H A DMakefile.in483 imgact_aout.h iso9660.h jfs.h mb_header.h mb_info.h md5.h \
/titanic_50/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c313 multi_boot (int start, int mb_info) in multi_boot() argument
/titanic_50/usr/src/pkg/manifests/
H A Dsource-system-grub.mf239 file path=usr/share/src/grub/stage2/mb_info.h
/titanic_50/usr/src/grub/grub-0.97/
H A DChangeLog963 * stage2/mb_info.h (struct AddrRangeDesc): Specified with the
2164 * stage2/mb_info.h: Likewise.
2978 * stage2/mb_info.h (multiboot_info): Added new fields,
3105 * stage2/mb_info.h (apm_info): New structure.
3203 * stage2/mb_info.h (drive_info): New structure.
4139 the second argument from "mbi" to "mb_info".
4167 (multi_boot): Rename the second argument to "mb_info" from
4390 * stage2/mb_info.h (AddrRangeDesc): Use one 64bits field instead
8293 * shared_src/mb_info.h: Moved to ...
8294 * stage2/mb_info.h: ... here.