Searched defs:SMType (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DQueryTable.c3917 @param[in] SMType The key of the structure.
3922 IN UINT32 SMType,
3929 PRINT_INFO_OPTION (SMType, Option);
3934 if (SMType >= 0x80000000) {
3936 } else if (SMType >= 0x00020000) {
3938 } else if (SMType >= 0x00010000) {
3940 } else if (SMType >= 0x31) {
3946 Temp = (UINT8) (SMType & 0x3F);
3921 DisplaySELSysManagementTypes( IN UINT32 SMType, IN UINT8 Option ) argument

Completed in 9 milliseconds