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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_vstafs.c50 if( (((current_drive & 0x80) || (current_slice != 0))
51 && current_slice != PC_SLICE_TYPE_VSTAFS)
H A Dfsys_ffs.c85 if ((((current_drive & 0x80) || (current_slice != 0))
86 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS))
H A Dfsys_ufs2.c90 if (! (((current_drive & 0x80) || (current_slice != 0))
91 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS)))
H A Dfsys_minix.c163 if (((current_drive & 0x80) || current_slice != 0)
164 && ! IS_PC_SLICE_TYPE_MINIX (current_slice)
165 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_OTHER))
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...]
H A Dfsys_ext2fs.c305 if ((((current_drive & 0x80) || (current_slice != 0))
306 && (current_slice != PC_SLICE_TYPE_EXT2FS)
307 && (current_slice != PC_SLICE_TYPE_LINUX_RAID)
308 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_EXT2FS))
309 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_OTHER)))
H A Dfsys_fat.c74 if (((current_drive & 0x80) || (current_slice != 0))
75 && ! IS_PC_SLICE_TYPE_FAT (current_slice)
76 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_MSDOS)))
H A Dfsys_ufs.c51 if (! IS_PC_SLICE_TYPE_SOLARIS(current_slice) ||
H A Dfsys_iso9660.c118 && !IS_PC_SLICE_TYPE_BSD_WITH_FS(current_slice, FS_ISO9660))
H A Dshared.h714 extern int current_slice;
H A Dbuiltins.c493 if (IS_PC_SLICE_TYPE_FAT (current_slice)

Completed in 162 milliseconds