Home
last modified time | relevance | path

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

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_firewall.h64 #define BIT_CONFIGURABLE 0x02 macro
/openbmc/ipmitool/lib/
H A Dipmi_firewall.c384 lnfn->command[c].support |= BIT_CONFIGURABLE; in _get_command_configurable()
411 lnfn->command[128+c].support |= BIT_CONFIGURABLE; in _get_command_configurable()
940 (c & BIT_CONFIGURABLE) ? 'X' : ' ', in ipmi_firewall_info()