Home
last modified time | relevance | path

Searched refs:oemtype (Results 1 – 5 of 5) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_oem.c118 ipmi_oem_setup(struct ipmi_intf * intf, char * oemtype) in ipmi_oem_setup() argument
123 if (oemtype == NULL || in ipmi_oem_setup()
124 strncmp(oemtype, "help", 4) == 0 || in ipmi_oem_setup()
125 strncmp(oemtype, "list", 4) == 0) { in ipmi_oem_setup()
131 if (strncmp(oemtype, oem->name, strlen(oem->name)) == 0) in ipmi_oem_setup()
159 ipmi_oem_active(struct ipmi_intf * intf, const char * oemtype) in ipmi_oem_active() argument
164 if (strncmp(intf->oem->name, oemtype, strlen(oemtype)) == 0) in ipmi_oem_active()
H A Dipmi_main.c395 char * oemtype = NULL; in ipmi_main() local
631 if (oemtype) { in ipmi_main()
632 free(oemtype); in ipmi_main()
633 oemtype = NULL; in ipmi_main()
635 oemtype = strdup(optarg); in ipmi_main()
636 if (oemtype == NULL) { in ipmi_main()
640 if (strncmp(oemtype, "list", 4) == 0 || in ipmi_main()
641 strncmp(oemtype, "help", 4) == 0) { in ipmi_main()
649 if (oemtype) { in ipmi_main()
650 free(oemtype); in ipmi_main()
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_oem.h44 int ipmi_oem_setup(struct ipmi_intf * intf, char * oemtype);
45 int ipmi_oem_active(struct ipmi_intf * intf, const char * oemtype);
/openbmc/ipmitool/control/
H A Dipmitool.spec.in308 - New "-o oemtype" option for specifying OEM boards
/openbmc/ipmitool/
H A DChangeLog599 * New "-o oemtype" option for specifying OEM boards