Searched refs:device_map (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in133 tmp_drive=`grep -v '^#' $device_map | grep "$tmp_disk *$" \
294 device_map=${grubdir}/device.map
329 rm -f $device_map
333 if test -f "$device_map"; then
339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
351 tmp=`sed -n '/^([fh]d[0-9]*)/s/\(^(.*)\).*/\1/p' $device_map \
354 echo "The drive $tmp is defined multiple times in the device map $device_map" 1>&2
429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
454 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
469 echo "This is the contents of the device map $device_map
[all...]
H A Dmkbimage54 device_map=
282 device_map=$dir/device.map
382 cat<<EOT >$device_map
386 ${GRUB_PATH}grub --device-map=$device_map --batch<<EOT
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c90 char **device_map = 0; variable
161 if (! init_device_map (&device_map, device_map_file, floppy_disks))
221 restore_device_map (device_map);
222 device_map = 0;
241 if (device_map[drive])
242 free (device_map[drive]);
253 device_map[drive] = 0;
255 device_map[drive] = strdup (device);
773 char *devname = device_map[drive];
815 get_drive_geometry (&disks[drive], device_map, driv
[all...]
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.h378 char device_map[16]; member in struct:FIRMWARE_INFO
837 char device_map[20]; /* 21,84-99 */ member in struct:ACB
H A Darcmsr.c1431 if (acb->device_map[tgt] & 1 << lun) {
1441 if (acb->device_map[tgt] & 1 << lun) {
3284 char *acb_dev_map = (char *)acb->device_map;
4581 acb_device_map = acb->device_map;
4589 /* device_map, 21 */
4661 acb_device_map = acb->device_map;
4668 /* device_map, 21 */
4740 acb_device_map = acb->device_map;
4747 /* device_map, 21 */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c383 && is_disk_device (device_map, current_drive))
389 return write_to_partition (device_map, current_drive, current_partition,
H A Dshared.h625 extern char **device_map;
H A Dbuiltins.c1885 msg = device_map[current_drive];

Completed in 116 milliseconds