Home
last modified time | relevance | path

Searched defs:UserInfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.hpp157 struct UserInfo struct
159 uint8_t userName[ipmiMaxUserName];
160 UserPrivAccess userPrivAccess[ipmiMaxChannels];
161 bool userEnabled;
162 bool userInSystem;
163 bool fixedUserName;
164 PayloadAccess payloadAccess[ipmiMaxChannels];
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp73 using UserInfo = std::variant<Privilege, GroupList, UserEnabled>; typedef