/illumos-gate/usr/src/uts/intel/io/ |
H A D | devfm_machdep.c | 369 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() 399 fnvlist_add_uint32(caches[i], FM_CACHE_INFO_LEVEL, c.xc_level); in fm_populate_cache() 414 fnvlist_add_uint32(caches[i], FM_CACHE_INFO_TYPE, in fm_populate_cache() 416 fnvlist_add_uint64(caches[i], FM_CACHE_INFO_NSETS, c.xc_nsets); in fm_populate_cache() 417 fnvlist_add_uint32(caches[i], FM_CACHE_INFO_NWAYS, c.xc_nways); 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() [all …]
|
/illumos-gate/usr/src/lib/libumem/sparc/ |
H A D | umem_genasm.c | 39 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) in umem_genasm() argument
|
/illumos-gate/usr/src/cmd/print/ppdmgr/ |
H A D | Makefile | 36 ROOTVARLPPPDCACHES= $(ROOTVARLPPPD)/caches
|
/illumos-gate/usr/src/lib/libumem/amd64/ |
H A D | umem_genasm.c | 555 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 D | umem_genasm.c | 545 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 D | print-lp-print-manager-legacy.p5m | 50 dir path=var/lp/ppd/caches group=lp
|
/illumos-gate/usr/src/cmd/print/scripts/ |
H A D | ppdmgr | 1417 FOOCACHEDIR=/usr/lib/lp/caches 1429 CACHES=caches
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 87 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 D | lock_prim.S | 522 ! Spin on lock without using an atomic operation to prevent the caches
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | NEWS | 461 example, the ext2fs filesystem code is now much faster, as it caches
|
H A D | ChangeLog | 8363 (gurb_stage2) [__linux__]: Invalidate buffer caches by BLKFLSBUF
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 317 Used in upper-layer drivers that need to sync memory and caches
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pci.esc | 38 * serd parameters for these. These are most likely errors in buffers/caches
|
H A D | pciex.esc | 58 * buffers/caches within devices and bridges, so use similar rates to cpu
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 993 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 D | changes.txt | 1410 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
|