Home
last modified time | relevance | path

Searched refs:l2cache (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1446 nvlist_t **spares, **l2cache; in zpool_add() local
1464 &l2cache, &nl2cache) == 0) { in zpool_add()
2381 boolean_t *l2cache, boolean_t *log) in vdev_to_nvlist_iter() argument
2531 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2552 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2563 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2564 *l2cache = B_TRUE; in vdev_to_nvlist_iter()
2579 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_vdev_by_physpath() argument
2590 *l2cache = B_FALSE; in zpool_find_vdev_by_physpath()
2593 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log); in zpool_find_vdev_by_physpath()
[all …]
H A Dlibzfs_import.c185 uint64_t state, guid, l2cache; in zpool_clear_label() local
215 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in zpool_clear_label()
216 l2cache == POOL_STATE_L2CACHE) { in zpool_clear_label()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c1297 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; in construct_spec() local
1306 l2cache = NULL; in construct_spec()
1376 if (l2cache != NULL) { in construct_spec()
1438 l2cache = child; in construct_spec()
1533 l2cache, nl2cache) == 0); in construct_spec()
1541 nvlist_free(l2cache[t]); in construct_spec()
1544 free(l2cache); in construct_spec()
H A Dzpool_main.c6970 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache, in print_l2cache() argument
6982 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], in print_l2cache()
6984 print_status_config(zhp, cb, name, l2cache[i], 2, B_FALSE); in print_l2cache()
7341 nvlist_t **spares, **l2cache; in status_callback() local
7380 &l2cache, &nl2cache) == 0) in status_callback()
7381 print_l2cache(zhp, cbp, l2cache, nl2cache); in status_callback()
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu.esc94 CMPND_EVENT(l2cache);
173 CMPND_FLT_PROP_1(l2cache, l2cache, 3, 72h);
H A Dintel.esc83 CMPND_EVENT(l2cache, 1s);
163 CMPND_FLT_PROP_1(l2cache, l2cache, 3, 72h);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1717 nvlist_t **l2cache; in spa_load_l2cache() local
1743 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_load_l2cache()
1759 VERIFY(nvlist_lookup_uint64(l2cache[i], ZPOOL_CONFIG_GUID, in spa_load_l2cache()
1779 VERIFY(spa_config_parse(spa, &vd, l2cache[i], NULL, 0, in spa_load_l2cache()
1839 l2cache = NULL; in spa_load_l2cache()
1841 l2cache = kmem_alloc( in spa_load_l2cache()
1845 l2cache[i] = vdev_config_generate(spa, in spa_load_l2cache()
1848 ZPOOL_CONFIG_L2CACHE, l2cache, sav->sav_count) == 0); in spa_load_l2cache()
1851 nvlist_free(l2cache[i]); in spa_load_l2cache()
1853 kmem_free(l2cache, sav->sav_count * sizeof (void *)); in spa_load_l2cache()
[all …]
H A Dvdev_removal.c2068 nvlist_t **spares, **l2cache, *nv; in spa_vdev_remove() local
2120 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove()
2121 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) { in spa_vdev_remove()
2131 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
/illumos-gate/usr/src/cmd/fm/dicts/
H A DGMCA.dict32 fault.cpu.generic-x86.l2cache=4
H A DINTEL.dict32 fault.cpu.intel.l2cache=4
H A DGMCA.po76 # keys: fault.cpu.generic-x86.l2cache
H A DINTEL.po76 # keys: fault.cpu.intel.l2cache
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c556 boolean_t avail_spare, l2cache; in zfsdle_vdev_online() local
564 &avail_spare, &l2cache, NULL)) != NULL) { in zfsdle_vdev_online()
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c476 nvlist_t **spares, **l2cache; in get_configs() local
837 &l2cache, &nl2cache) == 0) { in get_configs()
839 if (fix_paths(l2cache[i], pl->names) != 0) in get_configs()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h977 boolean_t l2cache);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3200 uint64_t psize, ashift, l2cache; in dump_label() local
3297 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in dump_label()
3298 l2cache == POOL_STATE_L2CACHE) { in dump_label()