Searched refs:EE_SECTOR_BLANK (Results 1 – 2 of 2) sorted by relevance
1278 returnCode = EE_SECTOR_BLANK; in EE_GetSectorStatus()1590 if ((sectorStatus == EE_SECTOR_BLANK) || (sectorStatus == EE_SECTOR_ALTERNATIVE)) in EE_CheckAvailabilityStatus()1852 if (sectorStatus == EE_SECTOR_BLANK) in EE_InitAltSector()1879 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_BLANK) && in EE_InitAltSector()1885 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_BLANK) && in EE_InitAltSector()1891 if (EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_BLANK) in EE_InitAltSector()
168 #define EE_SECTOR_BLANK 0x00u macro