Home
last modified time | relevance | path

Searched refs:dbf_text (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/s390/cio/
H A Ddevice_status.c32 char dbf_text[15]; in ccw_device_msg_control_check() local
45 sprintf(dbf_text, "chk%x", sch->schid.sch_no); in ccw_device_msg_control_check()
46 CIO_TRACE_EVENT(0, dbf_text); in ccw_device_msg_control_check()
H A Dcio.c101 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()
H A Dchp.c111 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()