Home
last modified time | relevance | path

Searched refs:CONFIG_FILE_TOOL_IPMI_PET (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/freeipmi/freeipmi-1.6.8/common/toolcommon/
H A Dtool-config-file-common.h45 #define CONFIG_FILE_TOOL_IPMI_PET 0x00000100 macro
H A Dtool-config-file-common.c5134 || ((tool_support & CONFIG_FILE_TOOL_IPMI_PET) && tool_data) in config_file_parse()
5309 if (!(tool_support & CONFIG_FILE_TOOL_IPMI_PET)) in config_file_parse()
5547 else if (tool_support & CONFIG_FILE_TOOL_IPMI_PET) in config_file_parse()
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmi-pet/
H A Dipmi-pet-argp.c299 CONFIG_FILE_TOOL_IPMI_PET, in _ipmi_pet_config_file_parse()