Searched refs:l2cache (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/vax/vax/
H A Dka410.c55 static void * l2cache; /* mapped in address */ variable
96 l2cache = (void *)vax_map_physmem(KA420_CH2_BASE,
120 memset(l2cache, 0, KA420_CH2_SIZE); /* Clear whole cache */
/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_vdev.c1228 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; local
1237 l2cache = NULL;
1286 if (l2cache != NULL) {
1343 l2cache = child;
1412 l2cache, nl2cache) == 0);
1419 nvlist_free(l2cache[t]);
1422 if (l2cache)
1423 free(l2cache);
H A Dzpool_main.c4066 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, argument
4078 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], B_FALSE);
4079 print_status_config(zhp, name, l2cache[i],
4390 nvlist_t **spares, **l2cache; local
4411 &l2cache, &nl2cache) == 0)
4412 print_l2cache(zhp, l2cache, nl2cache, namewidth);
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c1281 nvlist_t **spares, **l2cache; local
1299 &l2cache, &nl2cache) == 0) {
1930 boolean_t *l2cache, boolean_t *log)
2084 avail_spare, l2cache, NULL)) != NULL) {
2105 avail_spare, l2cache, NULL)) != NULL) {
2116 avail_spare, l2cache, NULL)) != NULL) {
2117 *l2cache = B_TRUE;
2132 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log)
2143 *l2cache = B_FALSE;
2146 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, lo
1929 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2131 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2165 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2399 boolean_t avail_spare, l2cache, islog; local
2471 boolean_t avail_spare, l2cache; local
2611 boolean_t avail_spare, l2cache, islog; local
2784 boolean_t avail_spare, l2cache; local
3090 boolean_t avail_spare, l2cache, islog; local
3136 boolean_t avail_spare, l2cache; local
[all...]
H A Dlibzfs_import.c450 nvlist_t **spares, **l2cache; local
802 * Update the paths for l2cache devices.
805 &l2cache, &nl2cache) == 0) {
807 if (fix_paths(l2cache[i], pl->names) != 0)
1774 * Check if any pool is currently using this l2cache device.
/netbsd-current/sys/stand/efiboot/
H A Dsmbios.h229 uint8_t l2cache; member in struct:smbios_processor
/netbsd-current/sys/dev/
H A Dsmbiosvar.h234 uint8_t l2cache; member in struct:smbios_processor
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c1508 * Load (or re-load) the current list of vdevs describing the active l2cache for
1518 nvlist_t **l2cache; local
1529 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0);
1545 VERIFY(nvlist_lookup_uint64(l2cache[i], ZPOOL_CONFIG_GUID,
1565 VERIFY(spa_config_parse(spa, &vd, l2cache[i], NULL, 0,
1571 * Commit this vdev as an l2cache device,
1619 * Recompute the stashed list of l2cache devices, with status
1625 l2cache = kmem_alloc(sav->sav_count * sizeof (void *), KM_SLEEP);
1627 l2cache[i] = vdev_config_generate(spa,
1630 ZPOOL_CONFIG_L2CACHE, l2cache, sa
3340 nvlist_t **l2cache; local
3690 nvlist_t **spares, **l2cache; local
4343 nvlist_t **spares, **l2cache; local
4771 nvlist_t **spares, **l2cache; local
5762 nvlist_t **spares, **l2cache, *nv; local
[all...]
H A Dzfs_ioctl.c1924 nvlist_t *config, **l2cache, **spares; local
1934 &l2cache, &nl2cache);
1948 * l2cache and spare devices are ok to be added to a rootpool.
/netbsd-current/usr.sbin/cpuctl/arch/
H A Di386.c730 u_int l2cache = ci->ci_cinfo[CAI_L2CACHE].cai_totalsize; local
733 switch (l2cache) {
750 switch (l2cache) {
757 switch (l2cache) {
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa.h837 boolean_t l2cache);

Completed in 202 milliseconds