Searched defs:current_slice (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c125 int current_slice; variable
926 &current_partition, &current_slice,
945 current_slice = 0;
982 if (current_slice)
986 if (flags && ! IS_PC_SLICE_TYPE_EXTENDED (current_slice))
994 if (! IS_PC_SLICE_TYPE_BSD (current_slice) &&
995 ! IS_PC_SLICE_TYPE_SOLARIS (current_slice))
1000 int saved_slice = current_slice;
1045 else if (! IS_PC_SLICE_TYPE_BSD (current_slice) &&
1046 ! IS_PC_SLICE_TYPE_SOLARIS (current_slice))
[all...]

Completed in 47 milliseconds