Home | History | Annotate | Download | only in MicrocodeUpdateDxe

Lines Matching refs:AbortReason

224   AbortReason enables vendor to have the option to provide a more detailed description of the abort

235 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more
256 OUT CHAR16 **AbortReason
263 if (Image == NULL || AbortReason == NULL) {
268 *AbortReason = NULL;
274 Status = MicrocodeWrite(MicrocodeFmpPrivate, (VOID *)Image, ImageSize, &MicrocodeFmpPrivate->LastAttempt.LastAttemptVersion, &MicrocodeFmpPrivate->LastAttempt.LastAttemptStatus, AbortReason);