Home | History | Annotate | Download | only in DxeHstiLib

Lines Matching refs:ErrorString

159   CHAR16                          *ErrorString;

214 ErrorString = (CHAR16 *)((UINTN)Hsti + sizeof(ADAPTER_INFO_PLATFORM_SECURITY) - Hsti->SecurityFeaturesSize * 3);
217 // basic check for ErrorString
229 // ErrorString might not be CHAR16 aligned.
231 CopyMem (&ErrorChar, ErrorString, sizeof(ErrorChar));
233 ErrorString++;
234 CopyMem (&ErrorChar, ErrorString, sizeof(ErrorChar));
238 // check the length of ErrorString
241 DEBUG ((EFI_D_ERROR, "ErrorString has no NUL CHAR\n"));
245 DEBUG ((EFI_D_ERROR, "ErrorString Length incorrect\n"));
489 Record ErrorString
496 @param ErrorString ErrorString of HSTI data.
497 @param Append TRUE means to append the ErrorString to HSTI table.
498 FALSE means to set the ErrorString in HSTI table.
500 @retval EFI_SUCCESS The ErrorString of HSTI data is published in AIP protocol.
502 @retval EFI_OUT_OF_RESOURCES There is not enough system resource to update ErrorString.
508 IN CHAR16 *ErrorString,
531 StringSize = StrSize (ErrorString);
540 CopyMem ((UINT8 *)NewHsti + Offset, ErrorString, StringSize);
552 Append ErrorString in published HSTI table.
559 @param ErrorString ErrorString of HSTI data.
561 @retval EFI_SUCCESS The ErrorString of HSTI data is updated in AIP protocol.
563 @retval EFI_OUT_OF_RESOURCES There is not enough system resource to update ErrorString.
570 IN CHAR16 *ErrorString
576 ErrorString,
582 Set a new ErrorString in published HSTI table.
589 @param ErrorString ErrorString of HSTI data.
591 @retval EFI_SUCCESS The ErrorString of HSTI data is updated in AIP protocol.
593 @retval EFI_OUT_OF_RESOURCES There is not enough system resource to update ErrorString.
600 IN CHAR16 *ErrorString
606 ErrorString,