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.hpp71 struct UserInfo struct
73 uint8_t userName[ipmiMaxUserName];
74 UserPrivAccess userPrivAccess[ipmiMaxChannels];
75 bool userEnabled;
76 bool userInSystem;
77 bool fixedUserName;
78 PayloadAccess payloadAccess[ipmiMaxChannels];
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp61 using UserInfo = std::variant<Privilege, GroupList, UserEnabled>; typedef