Home
last modified time | relevance | path

Searched refs:cache (Results 101 – 125 of 256) sorted by relevance

1234567891011

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_unsupported_vdevs.ksh65 spare ${FDISKS[2]} cache ${FDISKS[3]}
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_cache.h50 typedef struct cache { struct
H A Disns_htab.h62 struct cache *c;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Doptlib.h96 Optcache_t* cache; /* OPT_cache cache */ member
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c8415 bzero(cache, sizeof (cache)); in cpuid_getcache()
8419 cache->xc_type = X86_CACHE_TYPE_DATA; in cpuid_getcache()
8422 cache->xc_type = X86_CACHE_TYPE_INST; in cpuid_getcache()
8425 cache->xc_type = X86_CACHE_TYPE_UNIFIED; in cpuid_getcache()
8431 cache->xc_level = CPI_CACHE_LVL(cp); in cpuid_getcache()
8442 cache->xc_nsets = 1; in cpuid_getcache()
8448 cache->xc_size = cache->xc_nparts * cache->xc_nsets * cache->xc_nways * in cpuid_getcache()
8449 cache->xc_line_size; in cpuid_getcache()
8475 cache->xc_id = (uint64_t)cache->xc_level << 40; in cpuid_getcache()
8476 cache->xc_id |= (uint64_t)cache->xc_type << 32; in cpuid_getcache()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_labelclear/
H A Dzpool_labelclear_removed.ksh51 log $DEVICE3 cache $DEVICE4 spare $DEVICE5
H A Dzpool_labelclear_valid.ksh61 log $DEVICE2 cache $DEVICE3 spare $DEVICE4
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptlib.h103 Optcache_t* cache; /* OPT_cache cache */ member
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A D_librtld.h42 typedef struct cache { struct
/illumos-gate/usr/src/lib/libdiskmgt/
H A DMakefile.com33 cache.o \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/l2arc/
H A Dl2arc_mfuonly_pos.ksh75 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
H A Dpersist_l2arc_003_neg.ksh68 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
H A Dpersist_l2arc_004_pos.ksh68 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
H A Dpersist_l2arc_007_pos.ksh68 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
H A Dpersist_l2arc_001_pos.ksh78 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
H A Dpersist_l2arc_006_pos.ksh69 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
H A Dpersist_l2arc_002_pos.ksh81 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
H A Dpersist_l2arc_005_pos.ksh71 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/
H A Dl2arc_compressed_arc.ksh83 cache $VDEV_CACHE
H A Dl2arc_compressed_arc_disabled.ksh83 cache $VDEV_CACHE
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dproc64_support.S72 # rdi = cpuid function, rsi = out_reg addr, rdx = cache index(fn 4)
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h69 cache_t *cache; /* printer/job cache */ member
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.S132 .align 32 ! Ultra cache line boundary.
179 .align 32 ! Ultra cache line boundary.
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h107 extern int cachemgr_set_ttl(ldap_stat_t *cache, char *name, int value);
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c1843 } *cp, *cache = NULL, *dyn = NULL, *plt = NULL, *ctf = NULL, in Pbuild_file_symtab() local
1963 if ((cache = malloc(nshdrs * sizeof (*cache))) == NULL) { in Pbuild_file_symtab()
2005 for (i = 1, cp = cache + 1; i < nshdrs; i++, cp++) { in Pbuild_file_symtab()
2028 cache[shp->sh_link].c_data->d_buf; in Pbuild_file_symtab()
2030 cache[shp->sh_link].c_data->d_size; in Pbuild_file_symtab()
2032 symp->sym_strhdr = cache[shp->sh_link].c_shdr; in Pbuild_file_symtab()
2063 (cache[shp->sh_link].c_shdr.sh_type != SHT_DYNSYM && in Pbuild_file_symtab()
2064 cache[shp->sh_link].c_shdr.sh_type != SHT_SYMTAB)) { in Pbuild_file_symtab()
2329 free(cache); in Pbuild_file_symtab()
2333 if (cache != NULL) in Pbuild_file_symtab()
[all …]

1234567891011