Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Disp_target.c877 char *fmsg = NULL; in isp_handle_ctio() local
919 fmsg = "Bus Device Reset"; in isp_handle_ctio()
922 if (fmsg == NULL) in isp_handle_ctio()
923 fmsg = "Bus Reset"; in isp_handle_ctio()
931 if (fmsg == NULL) in isp_handle_ctio()
932 fmsg = "ABORT TAG message sent by Initiator"; in isp_handle_ctio()
934 isp_prt(isp, ISP_LOGWARN, "CTIO destroyed by %s", fmsg); in isp_handle_ctio()
960 fmsg = "Reselection"; in isp_handle_ctio()
963 if (fmsg == NULL) in isp_handle_ctio()
964 fmsg = "Command"; in isp_handle_ctio()
[all …]