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

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c1259 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; local
1270 nl2cache = 0;
1374 nl2cache = children;
1416 if (toplevels == 0 && nspares == 0 && nl2cache == 0) {
1440 if (nl2cache != 0)
1442 l2cache, nl2cache) == 0);
1448 for (t = 0; t < nl2cache; t++)
H A Dzpool_main.c4787 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, argument
4793 if (nl2cache == 0)
4798 for (i = 0; i < nl2cache; i++) {
5111 uint_t nspares, nl2cache; local
5141 &l2cache, &nl2cache) == 0)
5142 print_l2cache(zhp, l2cache, nl2cache, namewidth);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1657 uint_t nl2cache; local
1680 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0);
1681 newvdevs = kmem_alloc(nl2cache * sizeof (void *), KM_SLEEP);
1683 nl2cache = 0;
1695 for (i = 0; i < nl2cache; i++) {
1767 sav->sav_count = (int)nl2cache;
4330 uint_t i, j, nl2cache; local
4345 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0);
4346 if (nl2cache != 0) {
4348 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache)
4722 uint_t nspares, nl2cache; local
5407 uint_t nspares, nl2cache; local
5865 uint_t nspares, nl2cache; local
[all...]
H A Dvdev_removal.c2041 uint_t nspares, nl2cache; local
2091 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 &&
2092 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) {
2102 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv);
H A Dzfs_ioctl.c1961 uint_t nl2cache = 0, nspares = 0; local
1970 &l2cache, &nl2cache);
1986 if (spa_bootfs(spa) != 0 && nl2cache == 0 && nspares == 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c444 uint_t i, nspares, nl2cache; local
804 &l2cache, &nl2cache) == 0) {
805 for (i = 0; i < nl2cache; i++) {
H A Dlibzfs_pool.c1350 uint_t nspares, nl2cache; local
1367 &l2cache, &nl2cache) == 0) {

Completed in 238 milliseconds