Home
last modified time | relevance | path

Searched refs:debug_info_t (Results 1 – 25 of 50) sorted by relevance

12

/linux/arch/s390/include/asm/
H A Ddebug.h63 } debug_info_t; typedef
65 typedef int (debug_header_proc_t) (debug_info_t *id,
71 typedef int (debug_format_proc_t) (debug_info_t *id,
75 typedef int (debug_prolog_proc_t) (debug_info_t *id,
78 typedef int (debug_input_proc_t) (debug_info_t *id,
84 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view,
89 int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view,
106 debug_entry_t *debug_event_common(debug_info_t *id, int level,
109 debug_entry_t *debug_exception_common(debug_info_t *id, int level,
114 debug_info_t *debug_register(const char *name, int pages, int nr_areas,
[all …]
H A Dpci_debug.h7 extern debug_info_t *pci_debug_msg_id;
8 extern debug_info_t *pci_debug_err_id;
/linux/arch/s390/kernel/
H A Ddebug.c50 debug_info_t *debug_info_org; /* original debug information */
51 debug_info_t *debug_info_snap; /* snapshot of debug information */
75 static debug_info_t *debug_info_create(const char *name, int pages_per_area,
77 static void debug_info_get(debug_info_t *);
78 static void debug_info_put(debug_info_t *);
79 static int debug_prolog_level_fn(debug_info_t *id,
82 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view,
85 static int debug_prolog_pages_fn(debug_info_t *id,
88 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view,
91 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view,
[all …]
H A Dwti.c44 static debug_info_t *wti_dbg;
/linux/drivers/s390/cio/
H A Dcio_debug.h8 extern debug_info_t *cio_debug_msg_id;
9 extern debug_info_t *cio_debug_trace_id;
10 extern debug_info_t *cio_debug_crw_id;
H A Dqdio_debug.c15 debug_info_t *qdio_dbf_setup;
16 debug_info_t *qdio_dbf_error;
24 debug_info_t *dbf_info;
31 static debug_info_t *qdio_get_dbf_entry(char *name) in qdio_get_dbf_entry()
34 debug_info_t *rc = NULL; in qdio_get_dbf_entry()
H A Dqdio_debug.h17 extern debug_info_t *qdio_dbf_setup;
18 extern debug_info_t *qdio_dbf_error;
H A Dvfio_ccw_private.h186 extern debug_info_t *vfio_ccw_debug_msg_id;
187 extern debug_info_t *vfio_ccw_debug_trace_id;
H A Dcio.c46 debug_info_t *cio_debug_msg_id;
47 debug_info_t *cio_debug_trace_id;
48 debug_info_t *cio_debug_crw_id;
H A Dvfio_ccw_drv.c31 debug_info_t *vfio_ccw_debug_msg_id;
32 debug_info_t *vfio_ccw_debug_trace_id;
/linux/drivers/s390/scsi/
H A Dzfcp_dbf.h304 debug_info_t *pay;
305 debug_info_t *rec;
306 debug_info_t *hba;
307 debug_info_t *san;
308 debug_info_t *scsi;
/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.h65 int ep11_check_aes_key_with_hdr(debug_info_t *dbg, int dbflvl,
74 int ep11_check_ecc_key_with_hdr(debug_info_t *dbg, int dbflvl,
84 int ep11_check_aes_key(debug_info_t *dbg, int dbflvl,
H A Dzcrypt_ccamisc.h138 int cca_check_secaeskeytoken(debug_info_t *dbg, int dbflvl,
148 int cca_check_secaescipherkey(debug_info_t *dbg, int dbflvl,
156 int cca_check_sececckeytoken(debug_info_t *dbg, int dbflvl,
H A Dvfio_ap_debug.h30 extern debug_info_t *vfio_ap_dbf_info;
H A Dap_debug.h30 extern debug_info_t *ap_dbf_info;
H A Dzcrypt_debug.h31 extern debug_info_t *zcrypt_dbf_info;
H A Dvfio_ap_drv.c27 debug_info_t *vfio_ap_dbf_info;
/linux/arch/s390/pci/
H A Dpci_report.c52 static int debug_log_header_fn(debug_info_t *id, struct debug_view *view, in debug_log_header_fn()
75 static int debug_prolog_header(debug_info_t *id, struct debug_view *view, in debug_prolog_header()
H A Dpci_debug.c21 debug_info_t *pci_debug_msg_id;
23 debug_info_t *pci_debug_err_id;
/linux/Documentation/arch/s390/
H A Ds390dbf.rst136 static debug_info_t *debug_info;
169 static debug_info_t *debug_info;
361 typedef int (debug_header_proc_t) (debug_info_t* id,
367 typedef int (debug_format_proc_t) (debug_info_t* id,
370 typedef int (debug_prolog_proc_t) (debug_info_t* id,
373 typedef int (debug_input_proc_t) (debug_info_t* id,
427 debug_info_t *id, struct debug_view *view,
457 debug_info_t *debug_info;
/linux/drivers/s390/block/
H A Dscm_blk.h50 extern debug_info_t *scm_debug;
/linux/drivers/s390/net/
H A Dctcm_dbug.h61 debug_info_t *id;
H A Dqeth_core.h68 debug_info_t *id;
848 debug_info_t *debug;
1082 void qeth_dbf_longtext(debug_info_t *id, int level, char *text, ...);
/linux/drivers/char/hw_random/
H A Ds390-trng.c34 static debug_info_t *debug_info;
/linux/drivers/s390/char/
H A Dvmcp.c38 static debug_info_t *vmcp_debug;

12