HardenedBSD/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
camcontrol.c
camcontrol.h
fwdownload.c
Makefile
modeedit.c
persist.c
progress.c
progress.h
util.c