Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dcert_store.c727 static int cs_status_val = -1; variable
732 if (cs_status_val == -1) in cs_status_show()
734 else if (cs_status_val == 0) in cs_status_show()
737 return sysfs_emit(buf, "failed (%d)\n", cs_status_val); in cs_status_show()
760 cs_status_val = rc; in refresh_store()