Searched refs:boot_device (Results 1 – 14 of 14) sorted by relevance
/external/qemu/hw/ |
D | pc.c | 222 static int boot_device2nibble(char boot_device) in boot_device2nibble() argument 224 switch(boot_device) { in boot_device2nibble() 240 static int pc_boot_set(void *opaque, const char *boot_device) in pc_boot_set() argument 248 nbds = strlen(boot_device); in pc_boot_set() 254 bds[i] = boot_device2nibble(boot_device[i]); in pc_boot_set() 257 boot_device[i]); in pc_boot_set() 268 const char *boot_device, BlockDriverState **hd_table) in cmos_init() argument 313 nbds = strlen(boot_device); in cmos_init() 319 bds[i] = boot_device2nibble(boot_device[i]); in cmos_init() 322 boot_device[i]); in cmos_init() [all …]
|
D | boards.h | 7 const char *boot_device,
|
D | android_arm.c | 63 const char *boot_device, in android_arm_init_() argument
|
D | android_mips.c | 151 const char *boot_device, in android_mips_init_() argument
|
D | mips_r4k.c | 160 const char *boot_device, in mips_r4k_init() argument
|
D | hw.h | 278 typedef int QEMUBootSetHandler(void *opaque, const char *boot_device);
|
/external/grub/docs/ |
D | multiboot.h | 85 unsigned long boot_device; member
|
D | kernel.c.texi | 78 /* @r{Is boot_device valid?} */ 80 printf ("boot_device = 0x%x\n", (unsigned) mbi->boot_device);
|
D | kernel.c | 80 printf ("boot_device = 0x%x\n", (unsigned) mbi->boot_device); in cmain()
|
D | multiboot.h.texi | 85 unsigned long boot_device;
|
D | multiboot.info | 584 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);
|
D | multiboot.texi | 620 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
|
/external/grub/stage2/ |
D | mb_info.h | 116 unsigned long boot_device; member
|
D | boot.c | 483 mbi.boot_device = (current_drive << 24) | current_partition; in load_image()
|