Searched refs:ebrPartitionType (Results 1 – 1 of 1) sorted by relevance
660 CHAR ebrPartitionType; in OsLogicalPartitionRecognition() local677 ebrPartitionType = ebrBuf[PAR_OFFSET + PAR_TYPE_OFFSET]; in OsLogicalPartitionRecognition()678 if (ebrPartitionType && ((mbrCount + ebrCount) < MAX_DIVIDE_PART_PER_DISK)) { in OsLogicalPartitionRecognition()679 info->part[MAX_PRIMARY_PART_PER_DISK + ebrCount].type = ebrPartitionType; in OsLogicalPartitionRecognition()