TianoCore EDK2 master
|
#include "PeiMain.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | PeiReportStatusCode (IN CONST EFI_PEI_SERVICES **PeiServices, IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN UINT32 Instance, IN CONST EFI_GUID *CallerId, IN CONST EFI_STATUS_CODE_DATA *Data OPTIONAL) |
Pei Core Status Code Support
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file StatusCode.c.
EFI_STATUS EFIAPI PeiReportStatusCode | ( | IN CONST EFI_PEI_SERVICES ** | PeiServices, |
IN EFI_STATUS_CODE_TYPE | CodeType, | ||
IN EFI_STATUS_CODE_VALUE | Value, | ||
IN UINT32 | Instance, | ||
IN CONST EFI_GUID * | CallerId, | ||
IN CONST EFI_STATUS_CODE_DATA *Data | OPTIONAL | ||
) |
Core version of the Status Code reporter
PeiServices | An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation. |
CodeType | Type of Status Code. |
Value | Value to output for Status Code. |
Instance | Instance Number of this status code. |
CallerId | ID of the caller of this status code. |
Data | Optional data associated with this status code. |
EFI_SUCCESS | if status code is successfully reported |
EFI_NOT_AVAILABLE_YET | if StatusCodePpi has not been installed |
Definition at line 29 of file StatusCode.c.