Searched refs:debug_info_t (Results 1 – 25 of 46) sorted by relevance
12
/Linux-v5.10/arch/s390/include/asm/ |
D | debug.h | 62 } debug_info_t; typedef 64 typedef int (debug_header_proc_t) (debug_info_t *id, 70 typedef int (debug_format_proc_t) (debug_info_t *id, 73 typedef int (debug_prolog_proc_t) (debug_info_t *id, 76 typedef int (debug_input_proc_t) (debug_info_t *id, 82 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, 99 debug_entry_t *debug_event_common(debug_info_t *id, int level, 102 debug_entry_t *debug_exception_common(debug_info_t *id, int level, 107 debug_info_t *debug_register(const char *name, int pages, int nr_areas, 110 debug_info_t *debug_register_mode(const char *name, int pages, int nr_areas, [all …]
|
D | pci_debug.h | 7 extern debug_info_t *pci_debug_msg_id; 8 extern debug_info_t *pci_debug_err_id;
|
/Linux-v5.10/arch/s390/kernel/ |
D | debug.c | 49 debug_info_t *debug_info_org; /* original debug information */ 50 debug_info_t *debug_info_snap; /* snapshot of debug information */ 74 static debug_info_t *debug_info_create(const char *name, int pages_per_area, 76 static void debug_info_get(debug_info_t *); 77 static void debug_info_put(debug_info_t *); 78 static int debug_prolog_level_fn(debug_info_t *id, 80 static int debug_input_level_fn(debug_info_t *id, struct debug_view *view, 83 static int debug_prolog_pages_fn(debug_info_t *id, 85 static int debug_input_pages_fn(debug_info_t *id, struct debug_view *view, 88 static int debug_input_flush_fn(debug_info_t *id, struct debug_view *view, [all …]
|
/Linux-v5.10/drivers/s390/cio/ |
D | cio_debug.h | 8 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;
|
D | qdio_debug.c | 16 debug_info_t *qdio_dbf_setup; 17 debug_info_t *qdio_dbf_error; 25 debug_info_t *dbf_info; 32 static debug_info_t *qdio_get_dbf_entry(char *name) in qdio_get_dbf_entry() 35 debug_info_t *rc = NULL; in qdio_get_dbf_entry()
|
D | qdio_debug.h | 17 extern debug_info_t *qdio_dbf_setup; 18 extern debug_info_t *qdio_dbf_error;
|
D | vfio_ccw_private.h | 162 extern debug_info_t *vfio_ccw_debug_msg_id; 163 extern debug_info_t *vfio_ccw_debug_trace_id;
|
D | cio.c | 46 debug_info_t *cio_debug_msg_id; 47 debug_info_t *cio_debug_trace_id; 48 debug_info_t *cio_debug_crw_id;
|
D | vfio_ccw_drv.c | 33 debug_info_t *vfio_ccw_debug_msg_id; 34 debug_info_t *vfio_ccw_debug_trace_id;
|
D | qdio.h | 290 debug_info_t *debug_area;
|
D | eadm_sch.c | 39 static debug_info_t *eadm_debug;
|
/Linux-v5.10/drivers/s390/crypto/ |
D | zcrypt_ep11misc.h | 64 int ep11_check_aes_key_with_hdr(debug_info_t *dbg, int dbflvl, 73 int ep11_check_ecc_key_with_hdr(debug_info_t *dbg, int dbflvl, 83 int ep11_check_aes_key(debug_info_t *dbg, int dbflvl,
|
D | zcrypt_ccamisc.h | 137 int cca_check_secaeskeytoken(debug_info_t *dbg, int dbflvl, 147 int cca_check_secaescipherkey(debug_info_t *dbg, int dbflvl, 155 int cca_check_sececckeytoken(debug_info_t *dbg, int dbflvl,
|
D | ap_debug.h | 32 extern debug_info_t *ap_dbf_info;
|
D | zcrypt_debug.h | 33 extern debug_info_t *zcrypt_dbf_info;
|
/Linux-v5.10/drivers/s390/scsi/ |
D | zfcp_dbf.h | 304 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-v5.10/arch/s390/pci/ |
D | pci_debug.c | 22 debug_info_t *pci_debug_msg_id; 24 debug_info_t *pci_debug_err_id;
|
/Linux-v5.10/Documentation/s390/ |
D | s390dbf.rst | 136 static debug_info_t *debug_info; 169 static debug_info_t *debug_info; 362 typedef int (debug_header_proc_t) (debug_info_t* id, 368 typedef int (debug_format_proc_t) (debug_info_t* id, 371 typedef int (debug_prolog_proc_t) (debug_info_t* id, 374 typedef int (debug_input_proc_t) (debug_info_t* id, 428 debug_info_t *id, struct debug_view *view, 458 debug_info_t *debug_info;
|
/Linux-v5.10/drivers/s390/block/ |
D | scm_blk.h | 51 extern debug_info_t *scm_debug;
|
/Linux-v5.10/drivers/s390/net/ |
D | ctcm_dbug.h | 61 debug_info_t *id;
|
D | qeth_core.h | 68 debug_info_t *id; 868 debug_info_t *debug; 1124 void qeth_dbf_longtext(debug_info_t *id, int level, char *text, ...);
|
/Linux-v5.10/drivers/char/hw_random/ |
D | s390-trng.c | 34 static debug_info_t *debug_info;
|
/Linux-v5.10/arch/s390/kvm/ |
D | kvm-s390.h | 28 extern debug_info_t *kvm_s390_dbf; 29 extern debug_info_t *kvm_s390_dbf_uv;
|
/Linux-v5.10/drivers/s390/char/ |
D | tape.h | 300 extern debug_info_t *TAPE_DBF_AREA;
|
D | vmcp.c | 39 static debug_info_t *vmcp_debug;
|
12