Searched defs:UserInfo (Results 1 – 2 of 2) sorted by relevance
157 struct UserInfo struct159 uint8_t userName[ipmiMaxUserName];160 UserPrivAccess userPrivAccess[ipmiMaxChannels];161 bool userEnabled;162 bool userInSystem;163 bool fixedUserName;164 PayloadAccess payloadAccess[ipmiMaxChannels];
73 using UserInfo = std::variant<Privilege, GroupList, UserEnabled>; typedef