Searched refs:HstiSize (Results 1 – 4 of 4) sorted by relevance
37 OUT UINTN *HstiSize OPTIONAL in InternalHstiFindAip()136 if (HstiSize != NULL) { in InternalHstiFindAip()137 *HstiSize = InformationBlockSize; in InternalHstiFindAip()154 IN UINTN HstiSize in InternalHstiIsValidTable() argument173 if (HstiSize < sizeof(ADAPTER_INFO_PLATFORM_SECURITY)) { in InternalHstiIsValidTable()177 if (((HstiSize - sizeof(ADAPTER_INFO_PLATFORM_SECURITY)) / 3) < Hsti->SecurityFeaturesSize) { in InternalHstiIsValidTable()213 …ErrorStringSize = HstiSize - sizeof(ADAPTER_INFO_PLATFORM_SECURITY) - Hsti->SecurityFeaturesSize *… in InternalHstiIsValidTable()272 IN UINTN HstiSize in HstiLibSetTable() argument284 if (!InternalHstiIsValidTable (Hsti, HstiSize)) { in HstiLibSetTable()299 HstiAip->Hsti = AllocateCopyPool (HstiSize, Hsti); in HstiLibSetTable()[all …]
58 *InformationBlock = AllocateCopyPool (HstiAip->HstiSize, HstiAip->Hsti); in HstiAipGetInfo()62 *InformationBlockSize = HstiAip->HstiSize; in HstiAipGetInfo()119 HstiAip->HstiSize = 0; in HstiAipSetInfo()124 HstiAip->HstiSize = InformationBlockSize; in HstiAipSetInfo()
35 UINTN HstiSize; member62 IN UINTN HstiSize
38 IN UINTN HstiSize63 OUT UINTN *HstiSize