HomeSort by: relevance | last modified time | path
    Searched defs:l2cache (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/vax/vax/
ka410.c 55 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 */
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_vdev.c 1228 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);
zpool_main.c 4066 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache,
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);
  /src/sys/dev/
smbiosvar.h 234 uint8_t l2cache; member in struct:smbios_processor
  /src/sys/stand/efiboot/
smbios.h 229 uint8_t l2cache; member in struct:smbios_processor
  /src/usr.sbin/cpuctl/arch/
i386.c 730 u_int l2cache = ci->ci_cinfo[CAI_L2CACHE].cai_totalsize; local
733 switch (l2cache) {
750 switch (l2cache) {
757 switch (l2cache) {
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_pool.c 227 return (gettext("L2CACHE"));
1281 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
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...]
libzfs_import.c 451 nvlist_t **spares, **l2cache; local
803 * Update the paths for l2cache devices.
806 &l2cache, &nl2cache) == 0) {
808 if (fix_paths(l2cache[i], pl->names) != 0)
1819 * Check if any pool is currently using this l2cache device.
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c 1508 * 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, sav->sav_count) == 0)
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...]
zfs_ioctl.c 1923 nvlist_t *config, **l2cache, **spares; local
1933 &l2cache, &nl2cache);
1947 * l2cache and spare devices are ok to be added to a rootpool.

Completed in 29 milliseconds