Searched refs:VC_INSTANCES_COUNT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvt_impl.h107 * VC_INSTANCES_COUNT should be regarded as reading access to vc_avl_root
109 #define VC_INSTANCES_COUNT (avl_numnodes(&vc_avl_root)) macro
/illumos-gate/usr/src/uts/common/io/
H A Dvcons_conf.c132 if (minor < VC_INSTANCES_COUNT) {
H A Dvcons.c414 max = VC_INSTANCES_COUNT;
430 max = VC_INSTANCES_COUNT;
716 for (index = 0; index < VC_INSTANCES_COUNT; index++) {
1302 vc_num = VC_INSTANCES_COUNT;
H A Dwscons.c1665 for (index = 0; index < VC_INSTANCES_COUNT; index++) {
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vtops.c362 cnt = VC_INSTANCES_COUNT;

Completed in 81 milliseconds