Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.cpp103 static std::array<std::string, (PRIVILEGE_OEM + 1)> ipmiPrivIndex = { variable
521 auto iter = std::find(ipmiPrivIndex.begin(), ipmiPrivIndex.end(), value); in convertToIPMIPrivilege()
522 if (iter == ipmiPrivIndex.end()) in convertToIPMIPrivilege()
535 std::distance(ipmiPrivIndex.begin(), iter)); in convertToIPMIPrivilege()
547 return ipmiPrivIndex.at(value); in convertToSystemPrivilege()
1057 ipmiPrivIndex[PRIVILEGE_USER], false); in setUserName()