Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dmultiboot.c236 struct multiboot_info *mb_info = NULL; in multiboot_exec() local
255 mb_info = (struct multiboot_info *)PTOV(mb_malloc(sizeof (*mb_info))); in multiboot_exec()
259 mb_info->mem_lower = bios_basemem / 1024; in multiboot_exec()
260 mb_info->mem_upper = bios_extmem / 1024; in multiboot_exec()
346 mb_info->mods_count = num; in multiboot_exec()
347 mb_info->mods_addr = VTOP(mb_mod); in multiboot_exec()
348 mb_info->flags |= MULTIBOOT_INFO_MODS; in multiboot_exec()
369 mb_info->mmap_addr = VTOP(mmap); in multiboot_exec()
370 mb_info->flags |= MULTIBOOT_INFO_MEM_MAP; in multiboot_exec()
429 mb_info->flags |= MULTIBOOT_INFO_CMDLINE; in multiboot_exec()
[all …]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c142 multiboot_info_t *mb_info; variable
683 DBG(mb_info->flags); in dboot_loader_mmap_entries()
688 DBG(mb_info->mmap_addr); in dboot_loader_mmap_entries()
690 check_higher(mb_info->mmap_addr + mb_info->mmap_length); in dboot_loader_mmap_entries()
694 mb_info->mmap_length; in dboot_loader_mmap_entries()
730 (mb_info->mmap_addr + mb_info->mmap_length); in dboot_loader_mmap_get_type()
767 (mb_info->mmap_addr + mb_info->mmap_length); in dboot_loader_mmap_get_base()
806 (mb_info->mmap_addr + mb_info->mmap_length); in dboot_loader_mmap_get_length()
1592 ((paddr_t)(mb_info->mmap_addr + mb_info->mmap_length))); in dboot_multiboot1_highest_addr()
2123 mb_info = NULL; in dboot_loader_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmsreg.h61 struct mouseinfo mb_info[1]; /* however many samples */ member
/illumos-gate/usr/src/uts/sun/io/
H A Dms.c505 mi = &b->mb_info[ms->ms_oldoff]; in msrserv()
1090 mi = &b->mb_info[b->mb_off]; in msinput()
1225 mi = &b->mb_info[b->mb_off]; in msincr()
1248 mi = b->mb_info; in msincr()
1263 mi = b->mb_info; in msincr()
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbms/
H A Dusbms.h47 struct usbmouseinfo *mb_info; /* current usbmouseinfo */ member
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c272 mousebufp->mb_info = (struct usbmouseinfo *)((char *)mousebufp + in usbms_open()
453 mi = &b->mb_info[ms->ms_oldoff]; in usbms_rserv()
1669 mi = &b->mb_info[b->mb_off]; in usbms_input()
1852 mi = &b->mb_info[b->mb_off]; in usbms_incr()
1876 mi = b->mb_info; in usbms_incr()
1892 mi = b->mb_info; in usbms_incr()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c234 struct mbchain mb_info; in smbfs_smb_setfattr() local
235 struct mbchain *mbp = &mb_info; in smbfs_smb_setfattr()
/illumos-gate/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.h825 void multi_boot (int start, int mb_info) __attribute__ ((noreturn));
H A DMakefile.solaris638 mb_header.h mb_info.h md5.c md5.h moddiv.c nbi.h nbloader.S \
H A DMakefile.in483 imgact_aout.h iso9660.h jfs.h mb_header.h mb_info.h md5.h \
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c316 multi_boot (int start, int mb_info) in multi_boot() argument
/illumos-gate/usr/src/pkg/manifests/
H A Dsource-system-grub.p5m237 file path=usr/share/src/grub/stage2/mb_info.h
/illumos-gate/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.