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

  /external/grub/stage2/
disk_io.c 92 unsigned long current_drive = GRUB_INVALID_DRIVE; variable
327 return rawread (current_drive, part_start + sector, byte_offset,
370 && is_disk_device (device_map, current_drive))
376 return write_to_partition (device_map, current_drive, current_partition,
386 if (! rawwrite (current_drive, part_start + sector + i,
399 if (current_drive == NETWORK_DRIVE)
403 && ((current_drive & 0xFFFFFF7F) < 8
404 || current_drive == cdrom_drive)
409 || (current_drive & 0x80)))
510 if (! (current_drive & 0x80)
    [all...]
builtins.c 200 (current_drive & 0x80) ? 'h' : 'f',
201 current_drive & ~0x80);
831 assign_device_name (current_drive, device);
1077 if (! (current_drive & 0x80))
1083 /* Read the MBR of CURRENT_DRIVE. */
1084 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr))
1106 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check))
1233 current_drive = drive;
1238 saved_drive = current_drive;
1259 current_drive = drive
    [all...]
cmdline.c 104 current_drive = GRUB_INVALID_DRIVE;
fsys_ffs.c 85 if ((((current_drive & 0x80) || (current_slice != 0))
fsys_ufs2.c 90 if (! (((current_drive & 0x80) || (current_slice != 0))
fsys_vstafs.c 50 if( (((current_drive & 0x80) || (current_slice != 0))
fsys_minix.c 163 if (((current_drive & 0x80) || current_slice != 0)
fsys_fat.c 73 if (((current_drive & 0x80) || (current_slice != 0))
fsys_iso9660.c 96 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf);
fsys_ext2fs.c 257 if ((((current_drive & 0x80) || (current_slice != 0))
boot.c 483 mbi.boot_device = (current_drive << 24) | current_partition;
shared.h 632 extern unsigned long current_drive;
stage2.c 672 current_drive = GRUB_INVALID_DRIVE;
asm.S 804 movb EXT_C(current_drive), %dl
    [all...]
  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 384 char current_drive[_MAX_PATH]; // NOLINT local
385 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1);
386 current_drive[1] = ':';
387 current_drive[2] = '\\';
388 current_drive[3] = '\0';
389 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
  /external/gtest/test/
gtest-filepath_test.cc 384 char current_drive[_MAX_PATH]; // NOLINT local
385 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1);
386 current_drive[1] = ':';
387 current_drive[2] = '\\';
388 current_drive[3] = '\0';
389 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 316 char current_drive[_MAX_PATH]; // NOLINT local
317 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1);
318 current_drive[1] = ':';
319 current_drive[2] = '\\';
320 current_drive[3] = '\0';
321 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
  /external/grub/netboot/
fsys_tftp.c 307 if (current_drive != NETWORK_DRIVE)

Completed in 146 milliseconds