HomeSort by relevance Sort by last modified time
    Searched refs:device_map (Results 1 - 7 of 7) sorted by null

  /external/grub/util/
grub-install.in 133 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...]
grub-install 133 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...]
mkbimage 54 device_map=
282 device_map=$dir/device.map
382 cat<<EOT >$device_map
386 ${GRUB_PATH}grub --device-map=$device_map --batch<<EOT
  /external/grub/grub/
asmstub.c 87 char **device_map = 0; variable
158 if (! init_device_map (&device_map, device_map_file, floppy_disks))
216 restore_device_map (device_map);
217 device_map = 0;
236 if (device_map[drive])
237 free (device_map[drive]);
248 device_map[drive] = 0;
250 device_map[drive] = strdup (device);
768 char *devname = device_map[drive];
810 get_drive_geometry (&disks[drive], device_map, drive)
    [all...]
  /external/grub/stage2/
disk_io.c 370 && is_disk_device (device_map, current_drive))
376 return write_to_partition (device_map, current_drive, current_partition,
    [all...]
shared.h 581 extern char **device_map;
builtins.c 1420 msg = device_map[current_drive];
    [all...]

Completed in 132 milliseconds