Searched refs:pt (Results 1 – 1 of 1) sorted by relevance
74 struct msdos_partition *pt = (struct msdos_partition *) (p + 0x1be); in aix_magic_present() local91 for (slot = 1; slot <= 4; slot++, pt++) { in aix_magic_present()92 if (pt->sys_ind == SOLARIS_X86_PARTITION || in aix_magic_present()93 pt->sys_ind == LINUX_RAID_PARTITION || in aix_magic_present()94 pt->sys_ind == LINUX_DATA_PARTITION || in aix_magic_present()95 pt->sys_ind == LINUX_LVM_PARTITION || in aix_magic_present()96 is_extended_partition(pt)) in aix_magic_present()