freebsd-dev/sbin/camcontrol
Alexander Motin 959ec2581b Update CAM CCB accounting for the new status quo.
devq_openings counter lost its meaning after allocation queues has gone.
held counter is still meaningful, but problematic to update due to separate
locking of CCB allocation and queuing.

To fix that replace devq_openings counter with allocated counter.  held is
now calculated on request as difference between number of allocated, queued
and active CCBs.

MFC after:	1 month
2014-09-14 11:59:49 +00:00
..
camcontrol.8 Fix character case in examples for "camcontrol security" - should be 2014-08-31 10:28:31 +00:00
camcontrol.c Update CAM CCB accounting for the new status quo. 2014-09-14 11:59:49 +00:00
camcontrol.h Add persistent reservation support to camcontrol(8). 2014-07-03 23:09:44 +00:00
fwdownload.c Fix resource leaks 2013-10-07 16:45:16 +00:00
Makefile Add persistent reservation support to camcontrol(8). 2014-07-03 23:09:44 +00:00
modeedit.c Fix mode page length calculation to remove last garbage line from the 2013-10-11 17:00:09 +00:00
persist.c Add persistent reservation support to camcontrol(8). 2014-07-03 23:09:44 +00:00
progress.c Add progress.c and progress.h, missed in the previous commit to camcontrol. 2012-06-20 04:11:34 +00:00
progress.h Add progress.c and progress.h, missed in the previous commit to camcontrol. 2012-06-20 04:11:34 +00:00
util.c Fix build. 2011-11-25 07:11:02 +00:00