Home
last modified time | relevance | path

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

/kernel/liteos_a/drivers/block/disk/src/
Ddisk.c656 UINT32 extendedAddress, CHAR *ebrBuf, INT32 mbrCount) in OsLogicalPartitionRecognition() argument
665 if (((UINT64)(extendedAddress) + extendedOffset) >= info->sector_count) { in OsLogicalPartitionRecognition()
667 extendedAddress, extendedOffset); in OsLogicalPartitionRecognition()
671 ret = bops->read(blkDrv, (UINT8 *)ebrBuf, extendedAddress + extendedOffset, 1); in OsLogicalPartitionRecognition()
674 extendedAddress, extendedOffset); in OsLogicalPartitionRecognition()
680 … info->part[MAX_PRIMARY_PART_PER_DISK + ebrCount].sector_start = extendedAddress + extendedOffset + in OsLogicalPartitionRecognition()
700 UINT32 extendedAddress; in DiskPartitionRecognition() local
738extendedAddress = LD_DWORD_DISK(&mbrBuf[PAR_OFFSET + PAR_START_OFFSET + (extendedPos * PAR_TABLE_S… in DiskPartitionRecognition()
739 ret = OsLogicalPartitionRecognition(blkDrv, info, extendedAddress, ebrBuf, mbrCount); in DiskPartitionRecognition()