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

  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiAip.c 27 @param[out] InformationBlockSize The driver returns the size of the InformationBlock in bytes.
35 @retval EFI_INVALID_PARAMETER InformationBlockSize is NULL.
44 OUT UINTN *InformationBlockSize
49 if ((This == NULL) || (InformationBlock == NULL) || (InformationBlockSize == NULL)) {
62 *InformationBlockSize = HstiAip->HstiSize;
77 @param[in] InformationBlockSize The size of the InformationBlock in bytes.
93 IN UINTN InformationBlockSize
106 if (!InternalHstiIsValidTable (InformationBlock, InformationBlockSize)) {
112 if (InformationBlockSize > HstiAip->HstiMaxSize) {
113 NewHsti = AllocateZeroPool (InformationBlockSize);
    [all...]
HstiDxe.c 50 UINTN InformationBlockSize;
67 InformationBlockSize = 0;
111 &InformationBlockSize
137 *HstiSize = InformationBlockSize;
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
UndiAipImpl.c 41 @retval EFI_INVALID_PARAMETER InformationBlockSize is NULL.
50 OUT UINTN *InformationBlockSize
56 if (This == NULL || InformationBlock == NULL || InformationBlockSize == NULL) {
65 *InformationBlockSize = sizeof (EFI_ADAPTER_INFO_UNDI_IPV6_SUPPORT);
66 *InformationBlock = AllocateZeroPool (*InformationBlockSize);
104 IN UINTN InformationBlockSize
Undi32.h 373 @retval EFI_INVALID_PARAMETER InformationBlockSize is NULL.
382 OUT UINTN *InformationBlockSize
412 IN UINTN InformationBlockSize
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AdapterInformation.h 146 @retval EFI_INVALID_PARAMETER InformationBlockSize is NULL.
155 OUT UINTN *InformationBlockSize
185 IN UINTN InformationBlockSize
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c 855 UINTN InformationBlockSize;
964 &InformationBlockSize
    [all...]

Completed in 589 milliseconds