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

/illumos-gate/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) {
293 if (number > _max_devs) {
296 (boolean_t *)realloc((void *)_max_devs,
302 _max_devs = number;

Completed in 60 milliseconds