freebsd-skq/sbin/camcontrol
mav 2cb46b9c51 MFC r271588: 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.
2014-10-14 12:13:01 +00:00
..
camcontrol.8 Merge 270872 from head: 2014-09-03 23:04:23 +00:00
camcontrol.c MFC r271588: Update CAM CCB accounting for the new status quo. 2014-10-14 12:13:01 +00:00
camcontrol.h MFC r268240 (by ken): 2014-07-15 17:26:43 +00:00
fwdownload.c Fix resource leaks 2013-10-07 16:45:16 +00:00
Makefile MFC r268240 (by ken): 2014-07-15 17:26:43 +00:00
modeedit.c MFC r256317: 2013-10-11 17:10:28 +00:00
persist.c MFC r268240 (by ken): 2014-07-15 17:26:43 +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