Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DUndiAipImpl.c137 OUT UINTN *InfoTypesBufferCount in UndiAipGetSupportedTypes() argument
140 if (This == NULL || InfoTypesBuffer == NULL || InfoTypesBufferCount == NULL) { in UndiAipGetSupportedTypes()
144 *InfoTypesBufferCount = 1; in UndiAipGetSupportedTypes()
DUndi32.h442 OUT UINTN *InfoTypesBufferCount
/device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
DHstiAip.c155 OUT UINTN *InfoTypesBufferCount in HstiAipGetSupportedTypes() argument
158 if ((This == NULL) || (InfoTypesBuffer == NULL) || (InfoTypesBufferCount == NULL)) { in HstiAipGetSupportedTypes()
166 *InfoTypesBufferCount = 1; in HstiAipGetSupportedTypes()
DHstiDxe.c46 UINTN InfoTypesBufferCount; in InternalHstiFindAip() local
84 &InfoTypesBufferCount in InternalHstiFindAip()
91 for (InfoTypesIndex = 0; InfoTypesIndex < InfoTypesBufferCount; InfoTypesIndex++) { in InternalHstiFindAip()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DAdapterInformation.h215 OUT UINTN *InfoTypesBufferCount
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.c847 UINTN InfoTypesBufferCount; in AdapterInformationDumpInformation() local
884 &InfoTypesBufferCount in AdapterInformationDumpInformation()
902 for (GuidIndex = 0; GuidIndex < InfoTypesBufferCount; GuidIndex++) { in AdapterInformationDumpInformation()