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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiDatabase.c 245 @param HandleBufferLength On input, a pointer to the length of the handle buffer.
252 @retval EFI_BUFFER_TOO_SMALL The HandleBufferLength parameter indicates that Handle is too small
253 to support the number of handles. HandleBufferLength is updated with a value that
260 IN OUT UINT16 *HandleBufferLength,
269 if (HandleBufferLength == NULL) {
285 if (Count > *HandleBufferLength) {
286 *HandleBufferLength = (UINT16) (Count * sizeof (FRAMEWORK_EFI_HII_HANDLE));
305 *HandleBufferLength = (UINT16) (Count * sizeof (FRAMEWORK_EFI_HII_HANDLE));
Utility.c 31 If HandleBufferLength is NULL, then ASSERT.
50 @param HandleBufferLength On output, the length of the handle buffer
57 HandleBufferLength is updated with the actual length.
66 IN OUT UINTN *HandleBufferLength,
72 ASSERT (HandleBufferLength != NULL);
75 *HandleBufferLength = 0;
88 HandleBufferLength,
99 *HandleBuffer = AllocateZeroPool (*HandleBufferLength);
109 HandleBufferLength,
Utility.h 26 If HandleBufferLength is NULL, then ASSERT.
45 @param HandleBufferLength On output, the length of the handle buffer
52 HandleBufferLength is updated with the actual length.
61 IN OUT UINTN *HandleBufferLength,
HiiDatabase.h 291 @param HandleBufferLength On input, a pointer to the length of the handle buffer.
298 @retval EFI_BUFFER_TOO_SMALL The HandleBufferLength parameter indicates that Handle is too small
299 to support the number of handles. HandleBufferLength is updated with a value that
306 IN OUT UINT16 *HandleBufferLength,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/
HiiDatabase.h 180 IN OUT UINTN *HandleBufferLength,
198 HandleBufferLength - On input, a pointer to the length of the handle buffer.
205 HandleBufferLength is updated with the actual length.
206 EFI_BUFFER_TO_SMALL - The HandleBufferLength parameter indicates that
208 HandleBufferLength is updated with a value that will
211 EFI_INVALID_PARAMETER - Handle or HandleBufferLength was NULL.
247 EFI_BUFFER_TO_SMALL - The HandleBufferLength parameter indicates that Handle
249 HandleBufferLength is updated with a value that will
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiDatabase.h 210 @param HandleBufferLength On input, a pointer to the length
218 HandleBufferLength is updated with the actual length.
219 @retval EFI_BUFFER_TOO_SMALL The HandleBufferLength parameter
222 handles. HandleBufferLength is
226 @retval EFI_INVALID_PARAMETER HandleBufferLength was NULL.
227 @retval EFI_INVALID_PARAMETER The value referenced by HandleBufferLength was not
239 IN OUT UINTN *HandleBufferLength,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrCommon.c 374 IN OUT UINTN *HandleBufferLength,
385 HandleBufferLength - On input, a pointer to the length of the handle buffer. On output,
429 *HandleBufferLength = BufferLength;
UefiIfrLibrary.h 949 IN OUT UINTN *HandleBufferLength,
960 HandleBufferLength - On input, a pointer to the length of the handle buffer. On output,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h 495 @param HandleBufferLength On input, a pointer to the length of the handle
501 @retval EFI_BUFFER_TOO_SMALL The HandleBufferLength parameter indicates
509 IN OUT UINT16 *HandleBufferLength,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 462 @param HandleBufferLength On input, a pointer to the length of the handle
468 @retval EFI_BUFFER_TOO_SMALL The HandleBufferLength parameter indicates
476 IN OUT UINT16 *HandleBufferLength,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 457 IN OUT UINT16 *HandleBufferLength,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Database.c     [all...]
HiiDatabase.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c 295 UINTN HandleBufferLength;
305 HandleBufferLength = 0;
310 &HandleBufferLength,
331 HiiHandleBuffer = AllocateZeroPool (HandleBufferLength + sizeof (EFI_HII_HANDLE));
346 &HandleBufferLength,
    [all...]

Completed in 135 milliseconds