Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_debug.h23 debug_sprintf_event(zcrypt_dbf_info, ##__VA_ARGS__)
25 debug_sprintf_event(zcrypt_dbf_info, DBF_ERR, ##__VA_ARGS__)
27 debug_sprintf_event(zcrypt_dbf_info, DBF_WARN, ##__VA_ARGS__)
29 debug_sprintf_event(zcrypt_dbf_info, DBF_INFO, ##__VA_ARGS__)
31 extern debug_info_t *zcrypt_dbf_info;
H A Dzcrypt_api.c70 debug_info_t *zcrypt_dbf_info; variable
1892 zcrypt_dbf_info = debug_register("zcrypt", 2, 1, in zcrypt_debug_init()
1894 debug_register_view(zcrypt_dbf_info, &debug_sprintf_view); in zcrypt_debug_init()
1895 debug_set_level(zcrypt_dbf_info, DBF_ERR); in zcrypt_debug_init()
1902 debug_unregister(zcrypt_dbf_info); in zcrypt_debug_exit()