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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FormBrowser2/
FormBrowser2.h 96 IN OUT EFI_STRING ResultsData,
109 ResultsDataSize - A pointer to the size of the buffer associated with ResultsData.
110 On input, the size in bytes of ResultsData.
111 On output, the size of data returned in ResultsData.
112 ResultsData - A string returned from an IFR browser or equivalent.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FormBrowser2.h 128 associated with ResultsData. On input, the size in
129 bytes of ResultsData. On output, the size of data
130 returned in ResultsData.
132 @param ResultsData A string returned from an IFR browser or
162 IN OUT EFI_STRING ResultsData,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c 605 EFI_STRING ResultsData;
624 ResultsData = SetResultsData;
627 // Retrieve the length of the buffer required ResultsData from the Browser Callback
642 ResultsData = AllocateZeroPool (sizeof (CHAR16));
643 return ResultsData;
651 // Allocate the ResultsData buffer
653 ResultsData = AllocateZeroPool (ResultsDataSize);
654 if (ResultsData == NULL) {
660 // Retrieve or set the ResultsData from the Browser Callback
665 ResultsData,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c 609 @param ResultsDataSize The size of the buffer associatedwith ResultsData.
610 @param ResultsData A string returned from an IFR browser or
627 IN OUT EFI_STRING *ResultsData,
663 StrCpyS (*ResultsData, *ResultsDataSize / sizeof (CHAR16), StrPtr);
674 TmpSize = StrLen (*ResultsData);
682 StrCatS (ConfigResp, MaxLen, *ResultsData);
704 with ResultsData.
705 @param ResultsData A string returned from an IFR browser or
729 IN OUT EFI_STRING ResultsData,
742 if (ResultsDataSize == NULL || ResultsData == NULL) {
    [all...]
Setup.h     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 447 milliseconds