Home
last modified time | relevance | path

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

/titanic_41/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) { in scan_svm_names()
191 _max_devs_cfg); in scan_svm_names()
1222 if (index >= 0 && index < _max_devs_cfg) { in is_volume_name_in_range()
1366 for (next = 0; next < _max_devs_cfg; ++next) { in get_next_volume_name()
1377 if ((next == _max_devs_cfg) && (type == TYPE_MIRROR)) { in get_next_volume_name()
1379 for (next = 0; next < _max_devs_cfg; ++next) { in get_next_volume_name()
1386 if (next == _max_devs_cfg) { in get_next_volume_name()
1433 for (i = next + 1; i < _max_devs_cfg; i++) { in get_next_submirror_name()