Searched refs:current_drive (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c97 unsigned long current_drive = GRUB_INVALID_DRIVE; variable
339 return rawread (current_drive, part_start + sector, byte_offset,
382 && is_disk_device (device_map, current_drive))
388 return write_to_partition (device_map, current_drive, current_partition,
398 if (! rawwrite (current_drive, part_start + sector + i,
411 if (current_drive == NETWORK_DRIVE)
415 && ((current_drive & 0xFFFFFF7F) < 8
416 || current_drive == cdrom_drive)
421 || (current_drive & 0x80)))
522 if (! (current_drive
[all...]
H A Dbuiltins.c252 (current_drive & 0x80) ? 'h' : 'f',
253 current_drive & ~0x80);
358 if (current_drive == NETWORK_DRIVE) {
909 assign_device_name (current_drive, device);
1578 if (! (current_drive & 0x80))
1585 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr))
1607 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check))
1774 current_drive = drive;
1779 saved_drive = current_drive;
1811 saved_drive = current_drive;
[all...]
H A Dcmdline.c106 current_drive = GRUB_INVALID_DRIVE;
H A Dfsys_ffs.c85 if ((((current_drive & 0x80) || (current_slice != 0))
H A Dfsys_ufs2.c90 if (! (((current_drive & 0x80) || (current_slice != 0))
H A Dfsys_vstafs.c50 if( (((current_drive & 0x80) || (current_slice != 0))
H A Dfsys_minix.c163 if (((current_drive & 0x80) || current_slice != 0)
H A Dfsys_fat.c74 if (((current_drive & 0x80) || (current_slice != 0))
H A Dfsys_iso9660.c103 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf);
H A Dfsys_ext2fs.c305 if ((((current_drive & 0x80) || (current_slice != 0))
H A Dboot.c483 mbi.boot_device = (current_drive << 24) | current_partition;
H A Dshared.h676 extern unsigned long current_drive;
H A Dstage2.c668 current_drive = GRUB_INVALID_DRIVE;
H A Dasm.S951 movb EXT_C(current_drive), %dl
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c488 if (current_drive != NETWORK_DRIVE)

Completed in 42 milliseconds