Searched defs:nl2cache (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c1298 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; local
1311 nl2cache = 0;
1421 nl2cache = children;
1463 if (toplevels == 0 && nspares == 0 && nl2cache == 0) {
1486 if (nl2cache != 0)
1488 l2cache, nl2cache) == 0);
1494 for (t = 0; t < nl2cache; t++)
H A Dlibzfs_import.c440 uint_t i, nspares, nl2cache; local
791 &l2cache, &nl2cache) == 0) {
792 for (i = 0; i < nl2cache; i++) {
H A Dlibzfs_pool.c1238 uint_t nspares, nl2cache; local
1277 &l2cache, &nl2cache) == 0) {

Completed in 38 milliseconds