HomeSort by relevance Sort by last modified time
    Searched refs:InfoTypesBufferCount (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
UndiAipImpl.c 116 InfoTypesBufferCount.
121 @param[out] InfoTypesBufferCount A pointer to the number of GUID pointers present in InfoTypesBuffer.
125 returned in InfoTypesBufferCount.
128 @retval EFI_INVALID_PARAMETER InfoTypesBufferCount is NULL.
137 OUT UINTN *InfoTypesBufferCount
140 if (This == NULL || InfoTypesBuffer == NULL || InfoTypesBufferCount == NULL) {
144 *InfoTypesBufferCount = 1;
Undi32.h 421 InfoTypesBufferCount.
426 @param[out] InfoTypesBufferCount A pointer to the number of GUID pointers present in InfoTypesBuffer.
430 returned in InfoTypesBufferCount.
433 @retval EFI_INVALID_PARAMETER InfoTypesBufferCount is NULL.
442 OUT UINTN *InfoTypesBufferCount
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiAip.c 134 InfoTypesBufferCount.
139 @param[out] InfoTypesBufferCount A pointer to the number of GUIDs present in InfoTypesBuffer.
143 returned in InfoTypesBufferCount.
146 @retval EFI_INVALID_PARAMETER InfoTypesBufferCount is NULL.
155 OUT UINTN *InfoTypesBufferCount
158 if ((This == NULL) || (InfoTypesBuffer == NULL) || (InfoTypesBufferCount == NULL)) {
166 *InfoTypesBufferCount = 1;
HstiDxe.c 46 UINTN InfoTypesBufferCount;
84 &InfoTypesBufferCount
91 for (InfoTypesIndex = 0; InfoTypesIndex < InfoTypesBufferCount; InfoTypesIndex++) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AdapterInformation.h 194 InfoTypesBufferCount.
199 @param[out] InfoTypesBufferCount A pointer to the number of GUIDs present in InfoTypesBuffer.
203 returned in InfoTypesBufferCount.
206 @retval EFI_INVALID_PARAMETER InfoTypesBufferCount is NULL.
215 OUT UINTN *InfoTypesBufferCount
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c 847 UINTN InfoTypesBufferCount;
884 &InfoTypesBufferCount
902 for (GuidIndex = 0; GuidIndex < InfoTypesBufferCount; GuidIndex++) {
    [all...]

Completed in 318 milliseconds