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
523 auto iter = std::find(ipmiPrivIndex.begin(), ipmiPrivIndex.end(), value); in convertToIPMIPrivilege()
524 if (iter == ipmiPrivIndex.end()) in convertToIPMIPrivilege()
537 std::distance(ipmiPrivIndex.begin(), iter)); in convertToIPMIPrivilege()
549 return ipmiPrivIndex.at(value); in convertToSystemPrivilege()
1062 ipmiPrivIndex[PRIVILEGE_USER], false); in setUserName()