freebsd-dev/sys/cam/scsi
David Malone 041b706b2f Despite several examples in the kernel, the third argument of
sysctl_handle_int is not sizeof the int type you want to export.
The type must always be an int or an unsigned int.

Remove the instances where a sizeof(variable) is passed to stop
people accidently cut and pasting these examples.

In a few places this was sysctl_handle_int was being used on 64 bit
types, which would truncate the value to be exported.  In these
cases use sysctl_handle_quad to export them and change the format
to Q so that sysctl(1) can still print them.
2007-06-04 18:25:08 +00:00
..
scsi_all.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
scsi_all.h Initial cut at Basic Domain Validation- just add some states to 2006-12-04 23:04:13 +00:00
scsi_cd.c Add a helper function for registering async callbacks. Besides 2007-05-16 16:54:23 +00:00
scsi_cd.h
scsi_ch.c Add a helper function for registering async callbacks. Besides 2007-05-16 16:54:23 +00:00
scsi_ch.h
scsi_da.c Back out 1.212 at Nate's request in order to go through the 2007-05-29 20:04:01 +00:00
scsi_da.h
scsi_dvcfg.h
scsi_iu.h
scsi_low_pisa.c
scsi_low_pisa.h
scsi_low.c Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix a 2007-04-18 04:58:53 +00:00
scsi_low.h
scsi_message.h
scsi_pass.c Add a helper function for registering async callbacks. Besides 2007-05-16 16:54:23 +00:00
scsi_pass.h
scsi_pt.c Add a helper function for registering async callbacks. Besides 2007-05-16 16:54:23 +00:00
scsi_pt.h
scsi_sa.c Add a helper function for registering async callbacks. Besides 2007-05-16 16:54:23 +00:00
scsi_sa.h
scsi_ses.c Add a helper function for registering async callbacks. Besides 2007-05-16 16:54:23 +00:00
scsi_ses.h Fix ioctl to not get swallowed by ioctl code (i.e., make sure the darned 2006-01-18 08:37:27 +00:00
scsi_sg.c Add a helper function for registering async callbacks. Besides 2007-05-16 16:54:23 +00:00
scsi_sg.h A fix for the SG_GET_TIMEOUT function slipped into a previous commit by 2007-04-10 20:03:42 +00:00
scsi_targ_bh.c Add a helper function for registering async callbacks. Besides 2007-05-16 16:54:23 +00:00
scsi_target.c Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will 2007-04-15 08:49:19 +00:00
scsi_targetio.h