Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_svm_util.c50 static int _max_devs = 8192; /* # of SVM volumes allowed */ variable
217 (boolean_t *)calloc(_max_devs, sizeof (boolean_t))) == NULL) { in scan_svm_names()
293 if (number > _max_devs) { in scan_svm_names()
296 (boolean_t *)realloc((void *)_max_devs, in scan_svm_names()
302 _max_devs = number; in scan_svm_names()