Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c369 nvlist_t *caches[FM_MAX_CACHES]; in fm_populate_cache() local
387 bzero(caches, sizeof (caches)); in fm_populate_cache()
392 (void) nvlist_alloc(&caches[i], NV_UNIQUE_NAME, KM_SLEEP); in fm_populate_cache()
414 fnvlist_add_uint32(caches[i], FM_CACHE_INFO_TYPE, in fm_populate_cache()
418 fnvlist_add_uint32(caches[i], FM_CACHE_INFO_LINE_SIZE, in fm_populate_cache()
420 fnvlist_add_uint64(caches[i], FM_CACHE_INFO_TOTAL_SIZE, in fm_populate_cache()
423 fnvlist_add_boolean(caches[i], in fm_populate_cache()
426 fnvlist_add_uint64(caches[i], FM_CACHE_INFO_ID, c.xc_id); in fm_populate_cache()
427 fnvlist_add_uint32(caches[i], FM_CACHE_INFO_X86_APIC_SHIFT, in fm_populate_cache()
432 fnvlist_add_nvlist_array(nvl, buf, caches, (uint_t)ncache); in fm_populate_cache()
[all …]
/illumos-gate/usr/src/lib/libumem/sparc/
H A Dumem_genasm.c39 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) in umem_genasm() argument
/illumos-gate/usr/src/cmd/print/ppdmgr/
H A DMakefile36 ROOTVARLPPPDCACHES= $(ROOTVARLPPPD)/caches
/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c555 umem_genasm(int *cp, umem_cache_t **caches, int nc) in umem_genasm() argument
651 caches[i]->cache_flags |= UMF_PTC; in umem_genasm()
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c545 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) in umem_genasm() argument
643 caches[i]->cache_flags |= UMF_PTC; in umem_genasm()
/illumos-gate/usr/src/pkg/manifests/
H A Dprint-lp-print-manager-legacy.p5m50 dir path=var/lp/ppd/caches group=lp
/illumos-gate/usr/src/cmd/print/scripts/
H A Dppdmgr1417 FOOCACHEDIR=/usr/lib/lp/caches
1429 CACHES=caches
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c87 static const char *caches[1] = {"ldap"}; in getcacheptr() local
89 if (strncmp(caches[0], s, strlen(caches[0])) == 0) in getcacheptr()
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.S522 ! Spin on lock without using an atomic operation to prevent the caches
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS461 example, the ext2fs filesystem code is now much faster, as it caches
H A DChangeLog8363 (gurb_stage2) [__linux__]: Invalidate buffer caches by BLKFLSBUF
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt317 Used in upper-layer drivers that need to sync memory and caches
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpci.esc38 * serd parameters for these. These are most likely errors in buffers/caches
H A Dpciex.esc58 * buffers/caches within devices and bridges, so use similar rates to cpu
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README993 6215444 ld.so.1 caches "not there" lazy libraries, foils svc.startd(1M)'s logic
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1410 deploying the existing object and string caches and adding new caches for
7055 The function could possibly fail when the caches are initialized. Yang
15561 supports all of the internal object caches.
15563 The data structures and code for the internal object caches have