Searched refs:PLDM_SET_EVENT_RECEIVER (Results 1 – 8 of 8) sorted by relevance
/openbmc/pldm/platform-mc/test/ |
H A D | event_manager_test.cpp | 196 cmd = PLDM_SET_EVENT_RECEIVER; in TEST_F() 202 PLDM_SET_EVENT_RECEIVER)); in TEST_F()
|
H A D | terminus_manager_test.cpp | 374 byte0 = (1 << (PLDM_SET_EVENT_RECEIVER % 8)); // byte0 = 0x10 in TEST_F() 494 PLDM_SET_EVENT_RECEIVER)); in TEST_F()
|
/openbmc/pldm/libpldmresponder/ |
H A D | base.cpp | 35 {PLDM_GET_PDR, PLDM_SET_STATE_EFFECTER_STATES, PLDM_SET_EVENT_RECEIVER,
|
H A D | platform.cpp | 1029 eid, instanceId, PLDM_PLATFORM, PLDM_SET_EVENT_RECEIVER, in setEventReceiver()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_base_cmd.cpp | 57 {"SetEventReceiver", PLDM_SET_EVENT_RECEIVER},
|
/openbmc/pldm/platform-mc/ |
H A D | platform_manager.cpp | 164 if (!terminus->doesSupportCommand(PLDM_PLATFORM, PLDM_SET_EVENT_RECEIVER)) in configEventReceiver()
|
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 213 PLDM_SET_EVENT_RECEIVER = 0x04, enumerator
|
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 2521 header.command = PLDM_SET_EVENT_RECEIVER; in encode_set_event_receiver_req() 2639 header.command = PLDM_SET_EVENT_RECEIVER; in encode_set_event_receiver_resp()
|