/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 1446 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 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 | 6970 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 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 | 1717 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 D | vdev_removal.c | 2068 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 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 | 3200 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()
|