Home
last modified time | relevance | path

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

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_channel.h103 uint8_t non_null_usernames : 1; /* one or more non-null users exist */ member
109 uint8_t non_null_usernames : 1; /* one or more non-null users exist */ member
/openbmc/ipmitool/lib/
H A Dipmi_channel.c316 (auth_cap.non_null_usernames) ? "yes" : "no"); in ipmi_get_channel_auth_cap()