Searched refs:boot_device (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h85 unsigned long boot_device; member in struct:multiboot_info
H A Dmultiboot.h.texi85 unsigned long boot_device;
H A Dkernel.c78 /* Is boot_device valid? */
80 printf ("boot_device = 0x%x\n", (unsigned) mbi->boot_device);
H A Dkernel.c.texi78 /* @r{Is boot_device valid?} */
80 printf ("boot_device = 0x%x\n", (unsigned) mbi->boot_device);
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h116 unsigned long boot_device; member in struct:multiboot_info
H A Dboot.c483 mbi.boot_device = (current_drive << 24) | current_partition;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dmultiboot.h127 /* flag[1] boot_device */
161 uint32_t boot_device; member in struct:multiboot_info
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1173 uchar_t boot_device; local
1404 boot_device = mbi->boot_device >> 24;
1405 if (boot_device == 0x20)
1407 str[0] = (boot_device >> 4) + '0';
1408 str[1] = (boot_device & 0xf) + '0';

Completed in 126 milliseconds