Home
last modified time | relevance | path

Searched refs:mcid (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_management_controller.robot54 …... msg=response get from dcmi get mcid cmd and hostname from "cat /etc/os-release" cmd is not sa…
57 [Documentation] Validate set and get mcid string.
99 …... msg=Bytes given in dcmi set mcid command and string bytes got from dcmi get mcid command are …
105 …... msg=Bytes got from dcmi get mcid command and hostname from "cat /etc/os-release" command is n…
109 [Documentation] Get default mcid.
115 [Documentation] Set default mcid.
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp580 static constexpr uint8_t mcid = 0; /* no need to distinguish controllers */ in sendCommand() local
595 cmdHeader.MCID = mcid; in sendCommand()
692 if (respHeader->MCID != mcid) in sendCommand()