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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c1330 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; local
1341 nl2cache = 0;
1466 nl2cache = children;
1533 if (toplevels == 0 && nspares == 0 && nl2cache == 0) {
1557 if (nl2cache != 0)
1559 l2cache, nl2cache) == 0);
1565 for (t = 0; t < nl2cache; t++)
H A Dzpool_main.c5118 uint_t nl2cache)
5123 if (nl2cache == 0)
5128 for (i = 0; i < nl2cache; i++) {
5449 uint_t nspares, nl2cache; local
5484 &l2cache, &nl2cache) == 0)
5485 print_l2cache(zhp, cbp, l2cache, nl2cache);
5117 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache, uint_t nl2cache) argument
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1755 uint_t nl2cache; local
1778 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0);
1779 newvdevs = kmem_alloc(nl2cache * sizeof (void *), KM_SLEEP);
1781 nl2cache = 0;
1793 for (i = 0; i < nl2cache; i++) {
1865 sav->sav_count = (int)nl2cache;
4751 uint_t i, j, nl2cache; local
4766 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0);
4767 if (nl2cache != 0) {
4769 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache)
5135 uint_t nspares, nl2cache; local
5829 uint_t nspares, nl2cache; local
6293 uint_t nspares, nl2cache; local
[all...]
H A Dvdev_removal.c2030 uint_t nspares, nl2cache; local
2080 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 &&
2081 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) {
2091 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv);
H A Dzfs_ioctl.c1965 uint_t nl2cache = 0, nspares = 0; local
1974 &l2cache, &nl2cache);
1990 if (spa_bootfs(spa) != 0 && nl2cache == 0 && nspares == 0) {
/freebsd-12-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.c1395 uint_t nspares, nl2cache; local
1412 &l2cache, &nl2cache) == 0) {

Completed in 234 milliseconds