Searched refs:ElVdfType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DEventLogInfo.c252 @param[in] ElVdfType The information type.
257 UINT8 ElVdfType,
267 DisplaySELVarDataFormatType (ElVdfType, SHOW_DETAIL);
272 switch (ElVdfType) {
322 if (ElVdfType <= 0x7F) {
344 UINT8 ElVdfType; local
408 ElVdfType = Log->LogVariableData[0];
409 DisplayElVdfInfo (ElVdfType, Log->LogVariableData);
256 DisplayElVdfInfo( UINT8 ElVdfType, UINT8 *VarData ) argument

Completed in 809 milliseconds