Home
last modified time | relevance | path

Searched refs:tmp_drive (Results 1 – 3 of 3) sorted by relevance

/external/grub/util/
Dgrub-install133 tmp_drive=`grep -v '^#' $device_map | grep "$tmp_disk *$" \
137 if test "x$tmp_drive" = x; then
147 echo "$tmp_drive" | sed "s%)$%,`expr $tmp_part - 1`)%" ;;
152 tmp_drive=`echo "$tmp_drive" \
158 tmp_drive=`echo "$tmp_drive" \
161 echo "$tmp_drive" ;;
166 tmp_drive=`echo "$tmp_drive" \
172 tmp_drive=`echo "$tmp_drive" \
175 echo "$tmp_drive" ;;
180 tmp_drive=`echo "$tmp_drive" \
[all …]
Dgrub-install.in133 tmp_drive=`grep -v '^#' $device_map | grep "$tmp_disk *$" \
137 if test "x$tmp_drive" = x; then
147 echo "$tmp_drive" | sed "s%)$%,`expr $tmp_part - 1`)%" ;;
152 tmp_drive=`echo "$tmp_drive" \
158 tmp_drive=`echo "$tmp_drive" \
161 echo "$tmp_drive" ;;
166 tmp_drive=`echo "$tmp_drive" \
172 tmp_drive=`echo "$tmp_drive" \
175 echo "$tmp_drive" ;;
180 tmp_drive=`echo "$tmp_drive" \
[all …]
/external/grub/stage2/
Dbuiltins.c1209 unsigned long tmp_drive = saved_drive; in find_func() local
1284 saved_drive = tmp_drive; in find_func()
3279 unsigned long tmp_drive = saved_drive; in savedefault_func() local
3411 saved_drive = tmp_drive; in savedefault_func()
3843 unsigned long tmp_drive, tmp_partition; in setup_func() local
3941 tmp_drive = saved_drive; in setup_func()
4118 saved_drive = tmp_drive; in setup_func()