freebsd-skq/sys/cam/scsi
Alexander Motin 92c40f40fd XPT_DEV_MATCH is probably the only xpt_action() method that is called
without holding SIM lock. It really doesn't need that lock, but adding it
removes that specific exception, allowing to assert locking there later.

Submitted by:	ken@ (earlier version)
2012-10-13 10:18:36 +00:00
..
scsi_all.c
scsi_all.h
scsi_cd.c There are SCSI conditions that are not an errors. In those cases cderror() 2012-10-10 19:32:40 +00:00
scsi_cd.h
scsi_ch.c Remove 'periph == NULL' check from bunch of periph drivers. 2012-10-10 18:10:11 +00:00
scsi_ch.h
scsi_da.c Protect xpt_getattr() calls with the SIM lock and assert that. 2012-10-12 17:18:24 +00:00
scsi_da.h
scsi_dvcfg.h
scsi_enc_internal.h
scsi_enc_safte.c
scsi_enc_ses.c XPT_DEV_MATCH is probably the only xpt_action() method that is called 2012-10-13 10:18:36 +00:00
scsi_enc.c
scsi_enc.h
scsi_iu.h
scsi_low.c
scsi_low.h
scsi_message.h
scsi_pass.c Protect xpt_getattr() calls with the SIM lock and assert that. 2012-10-12 17:18:24 +00:00
scsi_pass.h
scsi_pt.c
scsi_pt.h
scsi_sa.c Remove 'periph == NULL' check from bunch of periph drivers. 2012-10-10 18:10:11 +00:00
scsi_sa.h
scsi_ses.h
scsi_sg.c Remove 'periph == NULL' check from bunch of periph drivers. 2012-10-10 18:10:11 +00:00
scsi_sg.h
scsi_targ_bh.c
scsi_target.c
scsi_targetio.h
scsi_xpt.c Don't duplicate path/ccb allocation code, use existing functions. 2012-10-11 19:57:11 +00:00
smp_all.c
smp_all.h