Searched refs:oemtype (Results 1 – 5 of 5) sorted by relevance
/openbmc/ipmitool/lib/ |
H A D | ipmi_oem.c | 118 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 D | ipmi_main.c | 395 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 D | ipmi_oem.h | 44 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 D | ipmitool.spec.in | 308 - New "-o oemtype" option for specifying OEM boards
|
/openbmc/ipmitool/ |
H A D | ChangeLog | 599 * New "-o oemtype" option for specifying OEM boards
|