Home
last modified time | relevance | path

Searched refs:current_slice (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c126 int current_slice; variable
929 &current_partition, &current_slice, in real_open_partition()
948 current_slice = 0; in real_open_partition()
985 if (current_slice) in real_open_partition()
989 if (flags && ! IS_PC_SLICE_TYPE_EXTENDED (current_slice)) in real_open_partition()
997 if (! IS_PC_SLICE_TYPE_BSD (current_slice) && in real_open_partition()
998 ! IS_PC_SLICE_TYPE_SOLARIS (current_slice)) in real_open_partition()
1003 int saved_slice = current_slice; in real_open_partition()
1048 else if (! IS_PC_SLICE_TYPE_BSD (current_slice) && in real_open_partition()
1049 ! IS_PC_SLICE_TYPE_SOLARIS (current_slice)) in real_open_partition()
[all …]
H A Dfsys_ext2fs.c305 if ((((current_drive & 0x80) || (current_slice != 0)) in ext2fs_mount()
306 && (current_slice != PC_SLICE_TYPE_EXT2FS) in ext2fs_mount()
307 && (current_slice != PC_SLICE_TYPE_LINUX_RAID) in ext2fs_mount()
308 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_EXT2FS)) in ext2fs_mount()
309 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_OTHER))) in ext2fs_mount()
H A Dfsys_minix.c163 if (((current_drive & 0x80) || current_slice != 0) in minix_mount()
164 && ! IS_PC_SLICE_TYPE_MINIX (current_slice) in minix_mount()
165 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_OTHER)) in minix_mount()
H A Dfsys_vstafs.c50 if( (((current_drive & 0x80) || (current_slice != 0)) in vstafs_mount()
51 && current_slice != PC_SLICE_TYPE_VSTAFS) in vstafs_mount()
H A Dfsys_fat.c74 if (((current_drive & 0x80) || (current_slice != 0)) in fat_mount()
75 && ! IS_PC_SLICE_TYPE_FAT (current_slice) in fat_mount()
76 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_MSDOS))) in fat_mount()
H A Dfsys_ffs.c85 if ((((current_drive & 0x80) || (current_slice != 0)) in ffs_mount()
86 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS)) in ffs_mount()
H A Dfsys_ufs2.c90 if (! (((current_drive & 0x80) || (current_slice != 0)) in ufs2_mount()
91 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS))) in ufs2_mount()
H A Dfsys_ufs.c51 if (! IS_PC_SLICE_TYPE_SOLARIS(current_slice) || in ufs_mount()
H A Dfsys_iso9660.c118 && !IS_PC_SLICE_TYPE_BSD_WITH_FS(current_slice, FS_ISO9660)) in iso9660_mount()
H A Dshared.h717 extern int current_slice;
H A Dbuiltins.c492 if (IS_PC_SLICE_TYPE_FAT (current_slice) in chainloader_func()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-4183 * current_slice: Filesystem interface.
H A Dinternals.texi192 @item current_slice
H A Dgrub.info-31270 `current_slice'
H A Dgrub.info3979 `current_slice'
4227 * current_slice: Filesystem interface. (line 26)