summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_targ_bh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cam/scsi/scsi_targ_bh.c')
-rw-r--r--sys/cam/scsi/scsi_targ_bh.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/cam/scsi/scsi_targ_bh.c b/sys/cam/scsi/scsi_targ_bh.c
index e755f2f..b61152e 100644
--- a/sys/cam/scsi/scsi_targ_bh.c
+++ b/sys/cam/scsi/scsi_targ_bh.c
@@ -263,9 +263,9 @@ targbhenlun(struct cam_periph *periph)
xpt_action(&immed_ccb);
status = immed_ccb.ccb_h.status;
if (status != CAM_REQ_CMP) {
- xpt_print_path(periph->path);
- printf("targbhenlun - Enable Lun Rejected with status 0x%x\n",
- status);
+ xpt_print(periph->path,
+ "targbhenlun - Enable Lun Rejected with status 0x%x\n",
+ status);
return (status);
}
@@ -309,9 +309,9 @@ targbhenlun(struct cam_periph *periph)
}
if (i == 0) {
- xpt_print_path(periph->path);
- printf("targbhenlun - Could not allocate accept tio CCBs: "
- "status = 0x%x\n", status);
+ xpt_print(periph->path,
+ "targbhenlun - Could not allocate accept tio CCBs: status "
+ "= 0x%x\n", status);
targbhdislun(periph);
return (CAM_REQ_CMP_ERR);
}
@@ -345,9 +345,9 @@ targbhenlun(struct cam_periph *periph)
}
if (i == 0) {
- xpt_print_path(periph->path);
- printf("targbhenlun - Could not allocate immediate notify "
- "CCBs: status = 0x%x\n", status);
+ xpt_print(periph->path,
+ "targbhenlun - Could not allocate immediate notify "
+ "CCBs: status = 0x%x\n", status);
targbhdislun(periph);
return (CAM_REQ_CMP_ERR);
}
OpenPOWER on IntegriCloud