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

  /external/grub/stage2/
fsys_ffs.c 85 if ((((current_drive & 0x80) || (current_slice != 0))
86 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS))
fsys_ufs2.c 90 if (! (((current_drive & 0x80) || (current_slice != 0))
91 && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS)))
fsys_vstafs.c 50 if( (((current_drive & 0x80) || (current_slice != 0))
51 && current_slice != PC_SLICE_TYPE_VSTAFS)
fsys_minix.c 163 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))
fsys_ext2fs.c 257 if ((((current_drive & 0x80) || (current_slice != 0))
258 && (current_slice != PC_SLICE_TYPE_EXT2FS)
259 && (current_slice != PC_SLICE_TYPE_LINUX_RAID)
260 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_EXT2FS))
261 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_OTHER)))
disk_io.c 119 int current_slice; variable
767 &current_partition, &current_slice,
785 current_slice = 0;
821 if (current_slice)
825 if (flags && ! IS_PC_SLICE_TYPE_EXTENDED (current_slice))
833 if (! IS_PC_SLICE_TYPE_BSD (current_slice))
838 int saved_slice = current_slice;
883 else if (! IS_PC_SLICE_TYPE_BSD (current_slice))
1265 printf ("partition type 0x%x\n", current_slice & 0xFF);
    [all...]
fsys_fat.c 73 if (((current_drive & 0x80) || (current_slice != 0))
74 && ! IS_PC_SLICE_TYPE_FAT (current_slice)
75 && (! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_MSDOS)))
fsys_iso9660.c 111 && !IS_PC_SLICE_TYPE_BSD_WITH_FS(current_slice, FS_ISO9660))
shared.h 659 extern int current_slice;
builtins.c 458 if (IS_PC_SLICE_TYPE_FAT (current_slice)
    [all...]

Completed in 389 milliseconds