Home
last modified time | relevance | path

Searched refs:synchronyConfigurationSupported (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dplatform_manager.cpp63 terminus->synchronyConfigurationSupported.byte = 0; in configEventReceiver()
76 terminus->synchronyConfigurationSupported, numberEventClassReturned, in configEventReceiver()
83 terminus->synchronyConfigurationSupported.byte = 0; in configEventReceiver()
104 if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver()
116 else if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver()
125 else if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver()
435 bitfield8_t& synchronyConfigurationSupported, in eventMessageSupported() argument
469 &synchronyConfigurationSupported, &numberEventClassReturned, in eventMessageSupported()
H A Dplatform_manager.hpp128 bitfield8_t& synchronyConfigurationSupported,
H A Dterminus.hpp139 bitfield8_t synchronyConfigurationSupported; member in pldm::platform_mc::Terminus
H A Dterminus.cpp17 initialized(false), synchronyConfigurationSupported(0), tid(tid), in Terminus()