/external/qemu/hw/ |
boards.h | 7 const char *boot_device,
|
pc.c | 221 /* convert boot_device letter to something recognizable by the bios */ 222 static int boot_device2nibble(char boot_device) 224 switch(boot_device) { 240 static int pc_boot_set(void *opaque, const char *boot_device) 248 nbds = strlen(boot_device); 254 bds[i] = boot_device2nibble(boot_device[i]); 257 boot_device[i]); 268 const char *boot_device, BlockDriverState **hd_table) 313 nbds = strlen(boot_device); 319 bds[i] = boot_device2nibble(boot_device[i]) [all...] |
android_arm.c | 63 const char *boot_device,
|
android_mips.c | 151 const char *boot_device,
|
hw.h | 276 /* handler to set the boot_device for a specific type of QEMUMachine */ 278 typedef int QEMUBootSetHandler(void *opaque, const char *boot_device);
|
mips_r4k.c | 160 const char *boot_device,
|
/external/grub/docs/ |
multiboot.h | 85 unsigned long boot_device; member in struct:multiboot_info
|
multiboot.h.texi | 85 unsigned long boot_device;
|
kernel.c | 78 /* Is boot_device valid? */ 80 printf ("boot_device = 0x%x\n", (unsigned) mbi->boot_device);
|
kernel.c.texi | 78 /* @r{Is boot_device valid?} */ 80 printf ("boot_device = 0x%x\n", (unsigned) mbi->boot_device);
|
/external/grub/stage2/ |
mb_info.h | 116 unsigned long boot_device; member in struct:multiboot_info
|
boot.c | 483 mbi.boot_device = (current_drive << 24) | current_partition;
|
/build/tools/releasetools/ |
ota_from_target_files | 384 boot_type, boot_device = common.GetTypeAndDevice("/boot", OPTIONS.info_dict) 390 applypatch %(bonus_args)s %(boot_type)s:%(boot_device)s:%(boot_size)d:%(boot_sha1)s %(recovery_type)s:%(recovery_device)s %(recovery_sha1)s %(recovery_size)d %(boot_sha1)s:/system/recovery-from-boot.p 399 'boot_device': boot_device, 766 boot_type, boot_device = common.GetTypeAndDevice("/boot", OPTIONS.info_dict) 769 (boot_type, boot_device, 834 % (boot_type, boot_device, [all...] |