Home
last modified time | relevance | path

Searched refs:boot_device (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h85 unsigned long boot_device; member
H A Dkernel.c.texi78 /* @r{Is boot_device valid?} */
80 printf ("boot_device = 0x%x\n", (unsigned) mbi->boot_device);
H A Dkernel.c80 printf ("boot_device = 0x%x\n", (unsigned) mbi->boot_device); in cmain()
H A Dmultiboot.h.texi85 unsigned long boot_device;
H A Dmultiboot.info584 12 | boot_device | (present if flags[1] is set)
630 If bit 1 in the `flags' word is set, then the `boot_device' field is
635 device, but is not required to. The `boot_device' field is laid out in
1139 unsigned long boot_device;
1348 /* Is boot_device valid? */
1350 printf ("boot_device = 0x%x\n", (unsigned) mbi->boot_device);
H A Dmultiboot.texi620 12 | boot_device | (present if flags[1] is set)
668 If bit 1 in the @samp{flags} word is set, then the @samp{boot_device}
674 @samp{boot_device} field is laid out in four one-byte subfields as
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h116 unsigned long boot_device; member
H A Dboot.c483 mbi.boot_device = (current_drive << 24) | current_partition; in load_image()
/illumos-gate/usr/src/boot/sys/sys/
H A Dmultiboot.h156 multiboot_uint32_t boot_device; member
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot.h161 uint32_t boot_device; member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1518 uchar_t boot_device; in build_boot_properties() local
1806 boot_device = mbi->boot_device >> 24; in build_boot_properties()
1807 if (boot_device == 0x20) in build_boot_properties()
1809 str[0] = (boot_device >> 4) + '0'; in build_boot_properties()
1810 str[1] = (boot_device & 0xf) + '0'; in build_boot_properties()
1846 boot_device = bootdev->mb_biosdev; in build_boot_properties()
1847 str[0] = (boot_device >> 4) + '0'; in build_boot_properties()
1848 str[1] = (boot_device & 0xf) + '0'; in build_boot_properties()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.c134 struct boot_device { struct
135 TAILQ_ENTRY(boot_device) boot_device_chain;
139 static TAILQ_HEAD(boot_list, boot_device) boot_devices = TAILQ_HEAD_INITIALIZER( argument
977 struct boot_device *new_device, *device; in pci_emul_add_boot_device()
985 new_device = calloc(1, sizeof(struct boot_device)); in pci_emul_add_boot_device()
1423 struct boot_device *device; in init_bootorder()