Searched refs:KeywordResp (Results 1 – 1 of 1) sorted by relevance
2381 OUT EFI_STRING *KeywordResp in GenerateKeywordResp() argument2390 …) && (DevicePath != NULL) && (KeywordData != NULL) && (ValueStr != NULL) && (KeywordResp != NULL)); in GenerateKeywordResp()2445 *KeywordResp = AllocatePool (RespStrLen * sizeof (CHAR16)); in GenerateKeywordResp()2446 if (*KeywordResp == NULL) { in GenerateKeywordResp()2453 RespStr = *KeywordResp; in GenerateKeywordResp()2511 IN EFI_STRING *KeywordResp in MergeToMultiKeywordResp() argument2518 *MultiKeywordResp = *KeywordResp; in MergeToMultiKeywordResp()2519 *KeywordResp = NULL; in MergeToMultiKeywordResp()2523 …MultiKeywordRespLen = (StrLen (*MultiKeywordResp) + 1 + StrLen (*KeywordResp) + 1) * sizeof (CHAR1… in MergeToMultiKeywordResp()2535 StrCatS (StringPtr, MultiKeywordRespLen / sizeof (CHAR16), *KeywordResp); in MergeToMultiKeywordResp()[all …]