Searched refs:dbf_text (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/s390/cio/ |
D | device_status.c | 31 char dbf_text[15]; in ccw_device_msg_control_check() local 44 sprintf(dbf_text, "chk%x", sch->schid.sch_no); in ccw_device_msg_control_check() 45 CIO_TRACE_EVENT(0, dbf_text); in ccw_device_msg_control_check()
|
D | cio.c | 101 char dbf_text[15]; in cio_start_handle_notoper() local 115 sprintf(dbf_text, "no%s", dev_name(&sch->dev)); in cio_start_handle_notoper() 116 CIO_TRACE_EVENT(0, dbf_text); in cio_start_handle_notoper()
|
D | chp.c | 111 char dbf_text[15]; in s390_vary_chpid() local 114 sprintf(dbf_text, on?"varyon%x.%02x":"varyoff%x.%02x", chpid.cssid, in s390_vary_chpid() 116 CIO_TRACE_EVENT(2, dbf_text); in s390_vary_chpid()
|