Home
last modified time | relevance | path

Searched refs:current_drive (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c99 unsigned long current_drive = GRUB_INVALID_DRIVE; variable
343 return rawread (current_drive, part_start + sector, byte_offset, in devread()
386 && is_disk_device (device_map, current_drive)) in devwrite()
392 return write_to_partition (device_map, current_drive, current_partition, in devwrite()
402 if (! rawwrite (current_drive, part_start + sector + i, in devwrite()
415 if (current_drive == NETWORK_DRIVE) in sane_partition()
419 && ((current_drive & 0xFFFFFF7F) < 8 in sane_partition()
420 || current_drive == cdrom_drive) in sane_partition()
425 || (current_drive & 0x80))) in sane_partition()
526 if (! (current_drive & 0x80)) in set_partition_hidden_flag()
[all …]
H A Dbuiltins.c223 (current_drive & 0x80) ? 'h' : 'f', in blocklist_func()
224 current_drive & ~0x80); in blocklist_func()
329 if (current_drive == NETWORK_DRIVE) { in boot_func()
859 assign_device_name (current_drive, device); in device_func()
1439 if (! (current_drive & 0x80)) in embed_func()
1446 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr)) in embed_func()
1468 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check)) in embed_func()
1633 current_drive = drive; in find_common()
1638 saved_drive = current_drive; in find_common()
1670 saved_drive = current_drive; in find_common()
[all …]
H A Dcmdline.c106 current_drive = GRUB_INVALID_DRIVE; in init_cmdline()
H A Dfsys_vstafs.c50 if( (((current_drive & 0x80) || (current_slice != 0)) in vstafs_mount()
H A Dfsys_ffs.c85 if ((((current_drive & 0x80) || (current_slice != 0)) in ffs_mount()
H A Dfsys_ufs2.c90 if (! (((current_drive & 0x80) || (current_slice != 0)) in ufs2_mount()
H A Dfsys_minix.c163 if (((current_drive & 0x80) || current_slice != 0) in minix_mount()
H A Dfsys_iso9660.c103 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf); in iso9660_devread()
H A Dfsys_fat.c74 if (((current_drive & 0x80) || (current_slice != 0)) in fat_mount()
H A Dfsys_ext2fs.c305 if ((((current_drive & 0x80) || (current_slice != 0)) in ext2fs_mount()
H A Dshared.h679 extern unsigned long current_drive;
H A Dstage2.c683 current_drive = GRUB_INVALID_DRIVE; in run_menu()
H A Dboot.c483 mbi.boot_device = (current_drive << 24) | current_partition; in load_image()
H A Dasm.S944 movb EXT_C(current_drive), %dl
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c488 if (current_drive != NETWORK_DRIVE) in tftp_mount()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-4181 * current_drive: Filesystem interface.
H A Dinternals.texi185 @item current_drive
H A Dgrub.info-31263 `current_drive'
H A Dgrub.info3972 `current_drive'
4225 * current_drive: Filesystem interface. (line 19)
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog603 (current_drive): Use GRUB_INVALID_DRIVE.