Home
last modified time | relevance | path

Searched refs:csPrivilegeLevels (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dcipher_mgmt.hpp60 uint8_t chNum, std::array<uint4_t, maxCSRecords>& csPrivilegeLevels);
74 const std::array<uint4_t, maxCSRecords>& csPrivilegeLevels);
H A Dcipher_mgmt.cpp177 uint8_t chNum, std::array<uint4_t, maxCSRecords>& csPrivilegeLevels) in getCSPrivilegeLevels() argument
187 csPrivilegeLevels[csNum] = csPrivilegeMap[{chNum, csNum}]; in getCSPrivilegeLevels()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp1340 std::array<uint4_t, ipmi::maxCSRecords> csPrivilegeLevels; in getLan() local
1344 .getCSPrivilegeLevels(channel, csPrivilegeLevels); in getLan()
1348 ret.pack(reserved1, csPrivilegeLevels); in getLan()