Searched refs:current_drive (Results 1 – 20 of 20) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 98 unsigned long current_drive = GRUB_INVALID_DRIVE; variable 340 return rawread (current_drive, part_start + sector, byte_offset, in devread() 383 && is_disk_device (device_map, current_drive)) in devwrite() 389 return write_to_partition (device_map, current_drive, current_partition, in devwrite() 399 if (! rawwrite (current_drive, part_start + sector + i, in devwrite() 412 if (current_drive == NETWORK_DRIVE) in sane_partition() 416 && ((current_drive & 0xFFFFFF7F) < 8 in sane_partition() 417 || current_drive == cdrom_drive) in sane_partition() 422 || (current_drive & 0x80))) in sane_partition() 523 if (! (current_drive & 0x80)) in set_partition_hidden_flag() [all …]
|
H A D | builtins.c | 220 (current_drive & 0x80) ? 'h' : 'f', in blocklist_func() 221 current_drive & ~0x80); in blocklist_func() 326 if (current_drive == NETWORK_DRIVE) { in boot_func() 856 assign_device_name (current_drive, device); in device_func() 1436 if (! (current_drive & 0x80)) in embed_func() 1443 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr)) in embed_func() 1465 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check)) in embed_func() 1630 current_drive = drive; in find_common() 1635 saved_drive = current_drive; in find_common() 1667 saved_drive = current_drive; in find_common() [all …]
|
H A D | cmdline.c | 106 current_drive = GRUB_INVALID_DRIVE; in init_cmdline()
|
H A D | fsys_vstafs.c | 50 if( (((current_drive & 0x80) || (current_slice != 0)) in vstafs_mount()
|
H A D | fsys_ffs.c | 85 if ((((current_drive & 0x80) || (current_slice != 0)) in ffs_mount()
|
H A D | fsys_ufs2.c | 90 if (! (((current_drive & 0x80) || (current_slice != 0)) in ufs2_mount()
|
H A D | fsys_minix.c | 163 if (((current_drive & 0x80) || current_slice != 0) in minix_mount()
|
H A D | fsys_iso9660.c | 103 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf); in iso9660_devread()
|
H A D | fsys_fat.c | 74 if (((current_drive & 0x80) || (current_slice != 0)) in fat_mount()
|
H A D | fsys_ext2fs.c | 305 if ((((current_drive & 0x80) || (current_slice != 0)) in ext2fs_mount()
|
H A D | shared.h | 678 extern unsigned long current_drive;
|
H A D | stage2.c | 683 current_drive = GRUB_INVALID_DRIVE; in run_menu()
|
H A D | boot.c | 483 mbi.boot_device = (current_drive << 24) | current_partition; in load_image()
|
H A D | asm.S | 944 movb EXT_C(current_drive), %dl
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | fsys_tftp.c | 488 if (current_drive != NETWORK_DRIVE) in tftp_mount()
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-4 | 181 * current_drive: Filesystem interface.
|
H A D | internals.texi | 185 @item current_drive
|
H A D | grub.info-3 | 1263 `current_drive'
|
H A D | grub.info | 3972 `current_drive' 4225 * current_drive: Filesystem interface. (line 19)
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 603 (current_drive): Use GRUB_INVALID_DRIVE.
|