freebsd-skq/sys/cam/scsi
Edward Tomasz Napierala 041361d899 Don't leak memory when alloc fails.
Reviewed by:	scottl
Approved by:	rwatson (mentor)
Sponsored by:	FreeBSD Foundation
Found with:	Coverity Prevent(tm)
CID:		2908
2009-01-23 21:06:16 +00:00
..
scsi_all.c Add missing 'break' statement. 2009-01-14 21:25:17 +00:00
scsi_all.h Update SCSI opcodes and ASCs from t10.org. 2008-08-07 17:25:05 +00:00
scsi_cd.c Make it possible to override the number of retries for the CD media. 2009-01-08 00:45:47 +00:00
scsi_cd.h
scsi_ch.c Don't call destroy_dev(9) with a mutex held. While here, shuffle 2009-01-10 17:22:49 +00:00
scsi_ch.h
scsi_da.c Remove unused variable. 2009-01-14 21:27:30 +00:00
scsi_da.h
scsi_dvcfg.h
scsi_iu.h
scsi_low_pisa.c
scsi_low_pisa.h
scsi_low.c Don't leak memory when alloc fails. 2009-01-23 21:06:16 +00:00
scsi_low.h Add a new 'why' argument to kdb_enter(), and a set of constants to use 2007-12-25 17:52:02 +00:00
scsi_message.h
scsi_pass.c Don't call destroy_dev(9) with a mutex held. While here, shuffle 2009-01-10 17:22:49 +00:00
scsi_pass.h
scsi_pt.c Don't call destroy_dev(9) with a mutex held. While here, shuffle 2009-01-10 17:22:49 +00:00
scsi_pt.h
scsi_sa.c Don't call destroy_dev(9) with a mutex held. While here, shuffle 2009-01-10 17:22:49 +00:00
scsi_sa.h
scsi_ses.c Don't call destroy_dev(9) with a mutex held. While here, shuffle 2009-01-10 17:22:49 +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 missing 'break' statement. 2009-01-14 21:31:22 +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 Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
scsi_targetio.h