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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FormBrowser2/
FormBrowser2.h 95 IN OUT UINTN *ResultsDataSize,
109 ResultsDataSize - A pointer to the size of the buffer associated with ResultsData.
122 EFI_BUFFER_TOO_SMALL - The ResultsDataSize specified was too small to contain the results data.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FormBrowser2.h 127 @param ResultsDataSize A pointer to the size of the buffer
152 @retval EFI_OUT_OF_RESOURCES The ResultsDataSize specified
161 IN OUT UINTN *ResultsDataSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c 609 @param ResultsDataSize The size of the buffer associatedwith ResultsData.
626 IN OUT UINTN *ResultsDataSize,
662 if (*ResultsDataSize >= BufferSize) {
663 StrCpyS (*ResultsData, *ResultsDataSize / sizeof (CHAR16), StrPtr);
666 *ResultsDataSize = BufferSize;
703 @param ResultsDataSize A pointer to the size of the buffer associated
720 @retval EFI_BUFFER_TOO_SMALL The ResultsDataSize specified was too small to
728 IN OUT UINTN *ResultsDataSize,
742 if (ResultsDataSize == NULL || ResultsData == NULL) {
746 TotalSize = *ResultsDataSize;
    [all...]
Setup.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c 614 UINTN ResultsDataSize;
628 ResultsDataSize = 0;
641 &ResultsDataSize,
663 ResultsData = AllocateZeroPool (ResultsDataSize);
674 &ResultsDataSize,
    [all...]

Completed in 83 milliseconds