Searched refs:vs_nodes_max (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c52 extern uint32_t vs_nodes_max; /* max in-progress scan requests */
228 sizeof (vscan_drv_inst_state_t) * (vs_nodes_max + 1);
356 for (i = 0; i <= vs_nodes_max; i++)
409 if ((inst < 0) || (inst > vs_nodes_max))
465 if ((inst < 0) || (inst > vs_nodes_max))
484 for (i = 1; i <= vs_nodes_max; i++) {
546 if ((inst <= 0) || (inst > vs_nodes_max))
646 if (ddi_copyout(&vs_nodes_max, (void *)arg,
H A Dvscan_svc.c64 uint32_t vs_nodes_max = VS_NODES_DEFAULT; /* max in-progress scan requests */ variable
299 vscan_svc_nodes_sz = sizeof (vscan_svc_node_t) * (vs_nodes_max + 1);
439 ASSERT(idx <= vs_nodes_max);
810 for (idx = 1; idx <= vs_nodes_max; idx++) {
1241 if (vscan_svc_counts.vsc_node == vs_nodes_max)
1244 for (idx = 1; idx <= vs_nodes_max; idx++) {

Completed in 47 milliseconds