freebsd-dev/sys/cam/scsi
Conrad Meyer b1631dfb46 cam(4): Fix some warnings
When bcopy is treated as memcpy/memmove, Clang produces warnings that the
size argument doesn't match the type of the source.  This is true, it
doesn't match; we're aliasing the source.

Explicitly cast the source pointer to the expected type to remove the
warning.

No functional change.

Sponsored by:	Dell EMC Isilon
2017-09-07 07:24:22 +00:00
..
scsi_all.c cam(4): Fix some warnings 2017-09-07 07:24:22 +00:00
scsi_all.h Add the SCSI Solid State Media Log page (0x11) definition. 2017-05-04 17:23:39 +00:00
scsi_cd.c Add infrastructure to the ATA and SCSI transports that supports 2017-04-19 15:04:52 +00:00
scsi_cd.h
scsi_ch.c Release ccb if mode_buffer allocation fails. 2017-03-28 00:39:41 +00:00
scsi_ch.h
scsi_da.c Add comment about where we need to place this routine, and why. 2017-08-28 19:25:49 +00:00
scsi_da.h Improve support for informational exceptions. 2016-12-19 10:25:47 +00:00
scsi_dvcfg.h
scsi_enc_internal.h Add infrastructure to the ATA and SCSI transports that supports 2017-04-19 15:04:52 +00:00
scsi_enc_safte.c
scsi_enc_ses.c Fix a memory leak in ses_get_elm_devnames(). 2017-06-26 19:41:14 +00:00
scsi_enc.c Include opt files in the kernel with "" instead of <>. 2017-07-10 05:08:01 +00:00
scsi_enc.h
scsi_iu.h
scsi_low.c Remove dead mentions of CAM target mode APIs from drivers. 2017-02-19 17:27:58 +00:00
scsi_low.h
scsi_message.h
scsi_pass.c Add missing test for NVME CCBs for nvme passthru support. 2017-08-29 21:04:29 +00:00
scsi_pass.h
scsi_pt.c
scsi_pt.h
scsi_sa.c Include opt files in the kernel with "" instead of <>. 2017-07-10 05:08:01 +00:00
scsi_sa.h Add the SCSI SSC Manufacturer assigned serial number VPD page. 2017-05-02 14:52:28 +00:00
scsi_ses.h Add support for EIIOE flag in Additional Element Status. 2016-11-07 18:21:53 +00:00
scsi_sg.c
scsi_sg.h
scsi_targ_bh.c
scsi_target.c
scsi_targetio.h
scsi_xpt.c Introduce Genesys GL3224 quirks 2017-05-29 09:22:53 +00:00
smp_all.c
smp_all.h