| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 1456 nvlist_t **spares, **l2cache; in zpool_add() local 1474 &l2cache, &nl2cache) == 0) { in zpool_add() 2423 boolean_t *l2cache, boolean_t *log) in vdev_to_nvlist_iter() argument 2573 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter() 2594 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter() 2605 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter() 2606 *l2cache = B_TRUE; in vdev_to_nvlist_iter() 2621 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_vdev_by_physpath() argument 2632 *l2cache = B_FALSE; in zpool_find_vdev_by_physpath() 2635 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log); in zpool_find_vdev_by_physpath() [all …]
|
| H A D | libzfs_import.c | 185 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 D | zpool_vdev.c | 1297 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 D | zpool_main.c | 7067 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache, in print_l2cache() argument 7079 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], in print_l2cache() 7081 print_status_config(zhp, cb, name, l2cache[i], 2, B_FALSE); in print_l2cache() 7438 nvlist_t **spares, **l2cache; in status_callback() local 7479 &l2cache, &nl2cache) == 0) in status_callback() 7480 print_l2cache(zhp, cbp, l2cache, nl2cache); in status_callback()
|
| /illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
| H A D | gcpu.esc | 94 CMPND_EVENT(l2cache); 173 CMPND_FLT_PROP_1(l2cache, l2cache, 3, 72h);
|
| H A D | intel.esc | 83 CMPND_EVENT(l2cache, 1s); 163 CMPND_FLT_PROP_1(l2cache, l2cache, 3, 72h);
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | spa.c | 1718 nvlist_t **l2cache; in spa_load_l2cache() local 1744 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_load_l2cache() 1760 VERIFY(nvlist_lookup_uint64(l2cache[i], ZPOOL_CONFIG_GUID, in spa_load_l2cache() 1780 VERIFY(spa_config_parse(spa, &vd, l2cache[i], NULL, 0, in spa_load_l2cache() 1840 l2cache = NULL; in spa_load_l2cache() 1842 l2cache = kmem_alloc( in spa_load_l2cache() 1846 l2cache[i] = vdev_config_generate(spa, in spa_load_l2cache() 1849 ZPOOL_CONFIG_L2CACHE, l2cache, sav->sav_count) == 0); in spa_load_l2cache() 1852 nvlist_free(l2cache[i]); in spa_load_l2cache() 1854 kmem_free(l2cache, sav->sav_count * sizeof (void *)); in spa_load_l2cache() [all …]
|
| H A D | vdev_removal.c | 2069 nvlist_t **spares, **l2cache, *nv; in spa_vdev_remove() local 2121 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove() 2122 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) { in spa_vdev_remove() 2132 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
|
| /illumos-gate/usr/src/cmd/fm/dicts/ |
| H A D | GMCA.dict | 32 fault.cpu.generic-x86.l2cache=4
|
| H A D | INTEL.dict | 32 fault.cpu.intel.l2cache=4
|
| H A D | GMCA.po | 76 # keys: fault.cpu.generic-x86.l2cache
|
| H A D | INTEL.po | 76 # keys: fault.cpu.intel.l2cache
|
| /illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/ |
| H A D | zfs_mod.c | 556 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 D | zutil_import.c | 476 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 D | spa.h | 977 boolean_t l2cache);
|
| /illumos-gate/usr/src/cmd/zdb/ |
| H A D | zdb.c | 3215 uint64_t psize, ashift, l2cache; in dump_label() local 3312 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in dump_label() 3313 l2cache == POOL_STATE_L2CACHE) { in dump_label()
|