Home
last modified time | relevance | path

Searched refs:supportedCmds (Results 1 – 6 of 6) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dterminus.hpp107 supportedCmds.resize(cmds.size()); in setSupportedCommands()
109 supportedCmds.begin()); in setSupportedCommands()
307 std::vector<uint8_t> supportedCmds; member in pldm::platform_mc::Terminus
H A Dterminus_manager.hpp254 bitfield8_t* supportedCmds);
H A Dterminus.cpp39 if (idx >= supportedCmds.size()) in doesSupportCommand()
44 if (supportedCmds[idx] & (1 << (command % 8))) in doesSupportCommand()
H A Dterminus_manager.cpp574 pldm_tid_t tid, uint8_t type, ver32_t version, bitfield8_t* supportedCmds) in getPLDMCommands() argument
603 supportedCmds); in getPLDMCommands()
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-smbios.h55 u32 supportedCmds; member
H A Ddell-smbios-base.c375 da_supported_commands = table->supportedCmds; in parse_da_table()