scsi_command_string
scsi_command_string(&ccb->csio, &sb);
scsi_command_string(device, &ccb->csio, &sb);
scsi_command_string(struct cam_device *device, struct ccb_scsiio *csio,
scsi_command_string(csio, sb);
scsi_command_string(device, csio, sb);
int scsi_command_string(struct ccb_scsiio *csio, struct sbuf *sb);
int scsi_command_string(struct cam_device *device,
scsi_command_string(&cm->cm_ccb->csio, &sb);
scsi_command_string(&cm->cm_ccb->csio, &sb);
scsi_command_string(&ccb->csio, &sb);
scsi_command_string(&ccb->csio, &sb);