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()
2564 *l2cache = B_TRUE; in vdev_to_nvlist_iter()
2590 *l2cache = B_FALSE; in zpool_find_vdev_by_physpath()
2642 *l2cache = B_FALSE; in zpool_find_vdev()
2907 if (l2cache) { in zpool_vdev_online()
2947 boolean_t avail_spare, l2cache; in zpool_vdev_offline() local
3111 if (l2cache) in zpool_vdev_attach()
3257 boolean_t avail_spare, l2cache; in zpool_vdev_detach() local
3271 if (l2cache) in zpool_vdev_detach()
[all …]
H A Dlibzfs_import.c191 uint64_t state, guid, l2cache; in zpool_clear_label() local
221 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in zpool_clear_label()
222 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()
1375 if (l2cache != NULL) { in construct_spec()
1433 l2cache = child; in construct_spec()
1528 l2cache, nl2cache) == 0); in construct_spec()
1535 nvlist_free(l2cache[t]); in construct_spec()
1538 if (l2cache) in construct_spec()
1539 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
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()
1851 nvlist_free(l2cache[i]); in spa_load_l2cache()
4732 nvlist_t **l2cache; local
5087 nvlist_t **spares, **l2cache; local
5244 &l2cache, &nl2cache) == 0) {
5650 nvlist_t **spares, **l2cache; local
5778 &l2cache, &nl2cache) == 0) {
[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()