Lines Matching defs:l2cache
950 * Print the list of l2cache devices for dry runs.
7208 fnvlist_add_nvlist(item, "l2cache", l2c);
7983 boolean_t avail_spare, l2cache;
7997 &l2cache, NULL);
9459 nvlist_t *l2c = NULL, **l2cache;
9462 &l2cache, &nl2cache) == 0) {
9469 vdev_stats_nvlist(zhp, cb, l2cache[i], 2,
9472 vdev_stats_nvlist(zhp, cb, l2cache[i], 2,
9479 fnvlist_add_nvlist(item, "l2cache", l2c);
10287 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache,
10299 name = zpool_vdev_name(g_zfs, zhp, l2cache[i],
10301 print_status_config(zhp, cb, name, l2cache[i], 2,
10890 nvlist_t **spares, **l2cache;
10947 &l2cache, &nl2cache) == 0)
10948 print_l2cache(zhp, cbp, l2cache, nl2cache);