Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dcert_store.c44 static debug_info_t *cert_store_dbf; variable
48 debug_sprintf_event(cert_store_dbf, 3, fmt "\n", ## __VA_ARGS__)
780 cert_store_dbf = debug_register("cert_store_msg", 10, 1, 64); in cert_store_init()
781 if (!cert_store_dbf) in cert_store_init()
789 debug_register_view(cert_store_dbf, &debug_sprintf_view); in cert_store_init()
807 debug_unregister(cert_store_dbf); in cert_store_init()