Searched refs:TAPE_DBF_AREA (Results 1 – 7 of 7) sorted by relevance
/drivers/s390/char/ |
D | tape.h | 33 debug_sprintf_event(TAPE_DBF_AREA, level, str, ## __VA_ARGS__); \ 44 debug_sprintf_event(TAPE_DBF_AREA, d_level, d_str); \ 49 debug_sprintf_exception(TAPE_DBF_AREA, d_level, d_str); \ 301 extern debug_info_t *TAPE_DBF_AREA;
|
D | tape_34xx.c | 19 #define TAPE_DBF_AREA tape_34xx_dbf macro 27 debug_info_t *TAPE_DBF_AREA = NULL; variable 28 EXPORT_SYMBOL(TAPE_DBF_AREA); 1202 TAPE_DBF_AREA = debug_register ( "tape_34xx", 2, 2, 4*sizeof(long)); in tape_34xx_init() 1203 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_34xx_init() 1205 debug_set_level(TAPE_DBF_AREA, 6); in tape_34xx_init() 1223 debug_unregister(TAPE_DBF_AREA); in tape_34xx_exit()
|
D | tape_core.c | 26 #define TAPE_DBF_AREA tape_core_dbf macro 48 debug_info_t *TAPE_DBF_AREA = NULL; variable 49 EXPORT_SYMBOL(TAPE_DBF_AREA); 1328 TAPE_DBF_AREA = debug_register ( "tape", 2, 2, 4*sizeof(long)); in tape_init() 1329 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_init() 1331 debug_set_level(TAPE_DBF_AREA, 6); in tape_init() 1350 debug_unregister (TAPE_DBF_AREA); in tape_exit()
|
D | tape_3590.c | 19 #define TAPE_DBF_AREA tape_3590_dbf macro 31 debug_info_t *TAPE_DBF_AREA = NULL; variable 32 EXPORT_SYMBOL(TAPE_DBF_AREA); 1670 TAPE_DBF_AREA = debug_register("tape_3590", 2, 2, 4 * sizeof(long)); in tape_3590_init() 1671 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_3590_init() 1673 debug_set_level(TAPE_DBF_AREA, 6); in tape_3590_init() 1697 debug_unregister(TAPE_DBF_AREA); in tape_3590_exit()
|
D | tape_proc.c | 21 #define TAPE_DBF_AREA tape_core_dbf macro
|
D | tape_char.c | 23 #define TAPE_DBF_AREA tape_core_dbf macro
|
D | tape_std.c | 26 #define TAPE_DBF_AREA tape_core_dbf macro
|