Lines Matching refs:l2cache
7984 boolean_t avail_spare, l2cache; in zpool_do_online() local
7998 &l2cache, NULL); in zpool_do_online()
9460 nvlist_t *l2c = NULL, **l2cache; in l2cache_nvlist() local
9463 &l2cache, &nl2cache) == 0) { in l2cache_nvlist()
9470 vdev_stats_nvlist(zhp, cb, l2cache[i], 2, in l2cache_nvlist()
9473 vdev_stats_nvlist(zhp, cb, l2cache[i], 2, in l2cache_nvlist()
10288 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache, in print_l2cache() argument
10300 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], in print_l2cache()
10302 print_status_config(zhp, cb, name, l2cache[i], 2, in print_l2cache()
10890 nvlist_t **spares, **l2cache; in status_callback() local
10947 &l2cache, &nl2cache) == 0) in status_callback()
10948 print_l2cache(zhp, cbp, l2cache, nl2cache); in status_callback()