Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_mc.c546 struct ipm_selftest_rsp *sft_res; in ipmi_mc_get_selftest() local
565 sft_res = (struct ipm_selftest_rsp *) rsp->data; in ipmi_mc_get_selftest()
567 if (sft_res->code == IPM_SFT_CODE_OK) { in ipmi_mc_get_selftest()
581 if (sft_res->test & IPM_SELFTEST_SEL_ERROR) { in ipmi_mc_get_selftest()
584 if (sft_res->test & IPM_SELFTEST_SDR_ERROR) { in ipmi_mc_get_selftest()
587 if (sft_res->test & IPM_SELFTEST_FRU_ERROR) { in ipmi_mc_get_selftest()
590 if (sft_res->test & IPM_SELFTEST_IPMB_ERROR) { in ipmi_mc_get_selftest()
593 if (sft_res->test & IPM_SELFTEST_SDRR_EMPTY) { in ipmi_mc_get_selftest()
596 if (sft_res->test & IPM_SELFTEST_INTERNAL_USE) { in ipmi_mc_get_selftest()
599 if (sft_res->test & IPM_SELFTEST_FW_BOOTBLOCK) { in ipmi_mc_get_selftest()
[all …]