Home | History | Annotate | Download | only in SetupBrowserDxe

Lines Matching refs:ResultsData

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) {
791 Status = ProcessStorage (&TotalSize, &ResultsData, RetrieveData, Storage);
797 ConfigRequestAdjust (Storage, ResultsData, TRUE);
829 Status = ProcessStorage (&TotalSize, &ResultsData, RetrieveData, FormsetStorage->BrowserStorage);