Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam.c402 scsi_command_string(&ccb->csio, &sb); in cam_error_string()
404 scsi_command_string(device, &ccb->csio, &sb); in cam_error_string()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c3693 scsi_command_string(struct ccb_scsiio *csio, struct sbuf *sb) in scsi_command_string() function
3696 scsi_command_string(struct cam_device *device, struct ccb_scsiio *csio, in scsi_command_string()
5174 scsi_command_string(csio, sb); in scsi_sense_sbuf()
5176 scsi_command_string(device, csio, sb); in scsi_sense_sbuf()
H A Dscsi_all.h3907 int scsi_command_string(struct ccb_scsiio *csio, struct sbuf *sb);
3916 int scsi_command_string(struct cam_device *device,
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c2355 scsi_command_string(&ccb->csio, &sb); in vtscsi_printf_req()
/freebsd/sys/dev/ocs_fc/
H A Docs_cam.c1559 scsi_command_string(&ccb->csio, &sb); in ocs_scsi_initiator_io_cb()
/freebsd/sys/dev/mps/
H A Dmps_sas.c313 scsi_command_string(&cm->cm_ccb->csio, &sb); in mpssas_log_command()
/freebsd/sys/dev/mpr/
H A Dmpr_sas.c322 scsi_command_string(&cm->cm_ccb->csio, &sb); in mprsas_log_command()