Searched refs:SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE (Results 1 – 3 of 3) sorted by relevance
127 } SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE; typedef
921 SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE *SmmGetPayloadSize; in GetVariablePayloadSize()940 …R_SIZE + SMM_VARIABLE_COMMUNICATE_HEADER_SIZE + sizeof (SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE); in GetVariablePayloadSize()949 …Length = SMM_VARIABLE_COMMUNICATE_HEADER_SIZE + sizeof (SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE); in GetVariablePayloadSize()953 SmmGetPayloadSize = (SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE *) SmmVariableFunctionHeader->Data; in GetVariablePayloadSize()
475 SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE *GetPayloadSize; in SmmVariableHandler()667 if (CommBufferPayloadSize < sizeof (SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE)) { in SmmVariableHandler()671 … GetPayloadSize = (SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE *) SmmVariableFunctionHeader->Data; in SmmVariableHandler()