HomeSort by relevance Sort by last modified time
    Searched refs:boot_device (Results 1 - 13 of 13) sorted by null

  /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,
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 332 boot_type, boot_device = common.GetTypeAndDevice("/boot", OPTIONS.info_dict)
338 applypatch %(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
347 'boot_device': boot_device,
577 boot_type, boot_device = common.GetTypeAndDevice("/boot", OPTIONS.info_dict)
580 (boot_type, boot_device,
628 % (boot_type, boot_device,
  /external/bluetooth/bluez/tools/
sdptool.c 2420 uint8_t norm_connect = 0, boot_device = 0; local
    [all...]

Completed in 118 milliseconds