Searched refs:current_drive (Results 1 – 22 of 22) sorted by relevance
/external/grub/stage2/ |
D | disk_io.c | 92 unsigned long current_drive = GRUB_INVALID_DRIVE; variable 327 return rawread (current_drive, part_start + sector, byte_offset, in devread() 370 && is_disk_device (device_map, current_drive)) in devwrite() 376 return write_to_partition (device_map, current_drive, current_partition, in devwrite() 386 if (! rawwrite (current_drive, part_start + sector + i, in devwrite() 399 if (current_drive == NETWORK_DRIVE) in sane_partition() 403 && ((current_drive & 0xFFFFFF7F) < 8 in sane_partition() 404 || current_drive == cdrom_drive) in sane_partition() 409 || (current_drive & 0x80))) in sane_partition() 510 if (! (current_drive & 0x80)) in set_partition_hidden_flag() [all …]
|
D | builtins.c | 199 (current_drive & 0x80) ? 'h' : 'f', in blocklist_func() 200 current_drive & ~0x80); in blocklist_func() 821 assign_device_name (current_drive, device); in device_func() 1062 if (! (current_drive & 0x80)) in embed_func() 1069 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr)) in embed_func() 1091 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check)) in embed_func() 1216 current_drive = drive; in find_func() 1221 saved_drive = current_drive; in find_func() 1242 current_drive = drive; in find_func() 1254 saved_drive = current_drive; in find_func() [all …]
|
D | cmdline.c | 104 current_drive = GRUB_INVALID_DRIVE; in init_cmdline()
|
D | fsys_vstafs.c | 50 if( (((current_drive & 0x80) || (current_slice != 0)) in vstafs_mount()
|
D | fsys_ffs.c | 85 if ((((current_drive & 0x80) || (current_slice != 0)) in ffs_mount()
|
D | fsys_ufs2.c | 90 if (! (((current_drive & 0x80) || (current_slice != 0)) in ufs2_mount()
|
D | fsys_minix.c | 163 if (((current_drive & 0x80) || current_slice != 0) in minix_mount()
|
D | fsys_iso9660.c | 96 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf); in iso9660_devread()
|
D | fsys_fat.c | 73 if (((current_drive & 0x80) || (current_slice != 0)) in fat_mount()
|
D | fsys_ext2fs.c | 257 if ((((current_drive & 0x80) || (current_slice != 0)) in ext2fs_mount()
|
D | shared.h | 632 extern unsigned long current_drive;
|
D | stage2.c | 672 current_drive = GRUB_INVALID_DRIVE; in run_menu()
|
D | boot.c | 483 mbi.boot_device = (current_drive << 24) | current_partition; in load_image()
|
D | asm.S | 804 movb EXT_C(current_drive), %dl
|
/external/protobuf/gtest/test/ |
D | gtest-filepath_test.cc | 316 char current_drive[_MAX_PATH]; // NOLINT in TEST() local 317 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1); in TEST() 318 current_drive[1] = ':'; in TEST() 319 current_drive[2] = '\\'; in TEST() 320 current_drive[3] = '\0'; in TEST() 321 EXPECT_TRUE(FilePath(current_drive).DirectoryExists()); in TEST()
|
/external/chromium_org/testing/gtest/test/ |
D | gtest-filepath_test.cc | 371 char current_drive[_MAX_PATH]; // NOLINT in TEST() local 372 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1); in TEST() 373 current_drive[1] = ':'; in TEST() 374 current_drive[2] = '\\'; in TEST() 375 current_drive[3] = '\0'; in TEST() 376 EXPECT_TRUE(FilePath(current_drive).DirectoryExists()); in TEST()
|
/external/gtest/test/ |
D | gtest-filepath_test.cc | 384 char current_drive[_MAX_PATH]; // NOLINT in TEST() local 385 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1); in TEST() 386 current_drive[1] = ':'; in TEST() 387 current_drive[2] = '\\'; in TEST() 388 current_drive[3] = '\0'; in TEST() 389 EXPECT_TRUE(FilePath(current_drive).DirectoryExists()); in TEST()
|
/external/chromium/testing/gtest/test/ |
D | gtest-filepath_test.cc | 384 char current_drive[_MAX_PATH]; // NOLINT in TEST() local 385 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1); in TEST() 386 current_drive[1] = ':'; in TEST() 387 current_drive[2] = '\\'; in TEST() 388 current_drive[3] = '\0'; in TEST() 389 EXPECT_TRUE(FilePath(current_drive).DirectoryExists()); in TEST()
|
/external/grub/netboot/ |
D | fsys_tftp.c | 307 if (current_drive != NETWORK_DRIVE) in tftp_mount()
|
/external/grub/docs/ |
D | internals.texi | 185 @item current_drive
|
D | grub.info | 3972 `current_drive' 4225 * current_drive: Filesystem interface. (line 19)
|
/external/grub/ |
D | ChangeLog | 444 (current_drive): Use GRUB_INVALID_DRIVE.
|