Searched refs:stat_str (Results 1 – 2 of 2) sorted by relevance
169 const char *stat_str; in printheader() local216 stat_str = "bad"; in printheader()219 stat_str = "good"; in printheader()222 stat_str = "unknown"; in printheader()225 xo_emit_h(xo, "{P: }{Lwc:Dump Status}{:dump_status/%s}\n", stat_str); in printheader()
6752 char stat_str[8]; in ocs_hw_dmtf_clp_cb() local6788 stat_len = ocs_hw_clp_resp_get_value(hw, "status", stat_str, in ocs_hw_dmtf_clp_cb()6789 sizeof(stat_str), in ocs_hw_dmtf_clp_cb()6799 if (ocs_strcmp(stat_str, "0") != 0) { in ocs_hw_dmtf_clp_cb()6800 ocs_log_test(hw->os, "CLP status indicates failure=%s\n", stat_str); in ocs_hw_dmtf_clp_cb()