Lines Matching refs:terminus

209                         "Failed to initialize terminus with EID {EID}, networkId {NETWORK}, response code {RC}.",
218 /* Get TID of initialized terminus */
223 "Failed to get TID for terminus with EID {EID}, networkId {NETWORK}.",
251 // remove terminus
292 /* TID is used by one discovered terminus */
297 /* The discovered terminus has the same MCTP Info */
309 * Maybe the terminus supports multiple medium interfaces
310 * Or the TID is used by other terminus.
316 /* Use the terminus TID for mapping */
322 lg2::error("Failed to store Terminus Info for terminus {TID}.",
337 lg2::error("Failed to store Terminus Info for terminus {TID}.",
354 "Failed to Set terminus TID for terminus {TID}, error {ERROR}.",
363 // the terminus has been discovered before
367 /* Discovery the mapped terminus */
372 lg2::error("Failed to Get PLDM Types for terminus {TID}, error {ERROR}",
384 lg2::error("Failed to create terminus manager for terminus {TID}",
406 "Failed to Get PLDM Version for terminus {TID}, PLDM Type {TYPE}, error {ERROR}",
415 "Failed to Get PLDM Commands for terminus {TID}, error {ERROR}",
435 /* Use the MCTP target name as the default terminus name */
577 "Failed to encode request getPLDMTypes for terminus ID {TID}, error {RC} ",
588 lg2::error("Failed to send GetPLDMTypes for terminus {TID}, error {RC}",
600 "Failed to decode response GetPLDMTypes for terminus ID {TID}, error {RC} ",
608 "Error : GetPLDMTypes for terminus ID {TID}, complete code {CC}.",
625 "Failed to encode request GetPLDMCommands for terminus ID {TID}, error {RC} ",
637 "Failed to send GetPLDMCommands message for terminus {TID}, error {RC}",
649 "Failed to decode response GetPLDMCommands for terminus ID {TID}, error {RC} ",
657 "Error : GetPLDMCommands for terminus ID {TID}, complete code {CC}.",
742 "Failed to encode request getPLDMVersion for terminus ID {TID}, error {RC} ",
754 "Failed to send getPLDMVersion message for terminus {TID}, error {RC}",
768 "Failed to decode response getPLDMVersion for terminus ID {TID}, error {RC} ",
776 "Error : getPLDMVersion for terminus ID {TID}, complete code {CC}.",
792 for (auto& [tid, terminus] : termini)
794 if (!terminus)
799 auto tmp = terminus->getTerminusName();