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

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_svm_util.c51 static int _max_devs_cfg = 128; /* # of SVM volumes configured */ variable
187 if ((error = get_max_number_of_devices(&_max_devs_cfg)) == 0) {
191 _max_devs_cfg);
1222 if (index >= 0 && index < _max_devs_cfg) {
1366 for (next = 0; next < _max_devs_cfg; ++next) {
1377 if ((next == _max_devs_cfg) && (type == TYPE_MIRROR)) {
1379 for (next = 0; next < _max_devs_cfg; ++next) {
1386 if (next == _max_devs_cfg) {
1433 for (i = next + 1; i < _max_devs_cfg; i++) {

Completed in 47 milliseconds