Home
last modified time | relevance | path

Searched refs:Cache (Results 1 – 25 of 38) sorted by relevance

12

/titanic_44/usr/src/uts/intel/io/acpica/utilities/
H A Dutcache.c74 ACPI_MEMORY_LIST *Cache; in AcpiOsCreateCache() local
87 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST)); in AcpiOsCreateCache()
88 if (!Cache) in AcpiOsCreateCache()
95 memset (Cache, 0, sizeof (ACPI_MEMORY_LIST)); in AcpiOsCreateCache()
96 Cache->ListName = CacheName; in AcpiOsCreateCache()
97 Cache->ObjectSize = ObjectSize; in AcpiOsCreateCache()
98 Cache->MaxDepth = MaxDepth; in AcpiOsCreateCache()
100 *ReturnCache = Cache; in AcpiOsCreateCache()
119 ACPI_MEMORY_LIST *Cache) in AcpiOsPurgeCache() argument
128 if (!Cache) in AcpiOsPurgeCache()
[all …]
H A Duttrack.c107 ACPI_MEMORY_LIST *Cache; in AcpiUtCreateList() local
110 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST)); in AcpiUtCreateList()
111 if (!Cache) in AcpiUtCreateList()
116 memset (Cache, 0, sizeof (ACPI_MEMORY_LIST)); in AcpiUtCreateList()
118 Cache->ListName = ListName; in AcpiUtCreateList()
119 Cache->ObjectSize = ObjectSize; in AcpiUtCreateList()
121 *ReturnCache = Cache; in AcpiUtCreateList()
/titanic_44/usr/src/cmd/sgs/librtld/common/
H A D_librtld.h51 } Cache; typedef
89 extern int count_reloc(Cache *, Cache *, Rt_map *, int, Addr, Xword *,
92 extern int syminfo(Cache *, Alist **);
94 extern int update_dynamic(Cache *, Cache *, Rt_map *, int, Addr, Off,
96 extern void update_reloc(Cache *, Cache *, Cache *, const char *,
98 extern void update_sym(Cache *, Cache *, Addr, Half, Addr);
H A Drelocate.c53 count_reloc(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, Addr addr, in count_reloc()
62 Cache *__cache; in count_reloc()
423 update_reloc(Cache *ocache, Cache *icache, Cache *_icache, const char *name,
430 Cache *orcache, *ircache = 0;
477 if ((ircache == (Cache *)0) || (rel->r_offset < bgn) ||
484 if (ircache == (Cache *)0) {
H A Dsyms.c44 update_sym(Cache *cache, Cache *_cache, Addr edata, Half endx, Addr addr) in update_sym()
84 syminfo(Cache *_cache, Alist **nodirect) in syminfo()
H A Ddynamic.c39 update_dynamic(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, in update_dynamic()
45 Cache *__cache; in update_dynamic()
H A Ddldump.c48 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache, in cleanup()
52 Cache * _icache = icache; in cleanup()
150 Cache *icache = 0, *_icache, *mcache = 0, *_mcache; in rt_dldump()
151 Cache *data_cache = 0, *dyn_cache = 0; in rt_dldump()
346 if ((icache = calloc(num + 1, sizeof (Cache))) == 0) { in rt_dldump()
772 if ((mcache = calloc(shndx, sizeof (Cache))) == 0) { in rt_dldump()
/titanic_44/usr/src/lib/libunistat/common/sdbc/
H A Dsdbc.err25 DISABLE = Cache deconfig failed. Not initialized
26 CLUSTER_SIZE = Get cluster size operation failed. Cache not initialized
27 CLUSTER_DATA = Get cluster data operation failed. Cache not initialized
28 GLMUL_SIZE = Get global size operation failed. Cache not initialized
29 GLMUL_INFO = Get global info operation failed. Cache not initialized
30 TOGGLE_FLUSH = Cache flushing mode is (mode %s)
32 DISABLEFAIL = Cache not deconfigured
36 ALREADY = Cache enable failed. Already initialized.
37 ENABLEFAIL = Cache enable failed.
38 SIZE = Cache block size %s not supported.
[all …]
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c103 Cache *cache; /* Pointer to cache entry for VERSYM */
118 Cache *cache; /* Cache of all section headers */
121 Cache *seccache; /* Cache of symbol table section hdr */
194 string(Cache *refsec, Word ndx, Cache *strsec, const char *file, Word name) in string()
203 static Cache *last_refsec; /* Last referencing section seen */ in string()
268 relsymname(Cache *cache, Cache *csec, Cache *strsec, Word symndx, Word symnum, in relsymname()
306 stringtbl(Cache *cache, int symtab, Word ndx, Word shnum, const char *file, in stringtbl()
307 Word *symnum, Cache **symsec, Cache **strsec) in stringtbl()
386 symlookup(const char *name, Cache *cache, Word shnum, Sym **sym, in symlookup()
387 Cache *target, Cache *symtab, const char *file) in symlookup()
[all …]
H A D_elfdump.h110 } Cache; typedef
119 extern const Cache cache_init;
231 Cache **, size_t *);
233 Cache **, size_t *);
235 extern void fake_shdr_cache_free32(Cache *, size_t);
236 extern void fake_shdr_cache_free64(Cache *, size_t);
H A Dfake_shdr.c1068 Cache **cache, size_t *shnum) in fake_shdr_cache()
1131 Cache *_cache; in fake_shdr_cache()
1496 if ((*cache = _cache = malloc((*shnum) * sizeof (Cache))) == NULL) { in fake_shdr_cache()
1544 fake_shdr_cache_free(Cache *cache, size_t shnum) in fake_shdr_cache_free()
1546 Cache *_cache; in fake_shdr_cache_free()
/titanic_44/usr/src/lib/libpkg/common/
H A Dnhash.h60 } Cache; typedef
66 extern int init_cache(Cache **cp, int hsz, int bsz,
68 extern int add_cache(Cache *cp, Item *itemp);
69 extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
H A Dncgrpw.c56 static Cache *pwnam_cache = (Cache *) NULL;
57 static Cache *grnam_cache = (Cache *) NULL;
58 static Cache *pwuid_cache = (Cache *) NULL;
59 static Cache *grgid_cache = (Cache *) NULL;
126 grnam_cache = (Cache *) NULL; in cgrnam()
193 pwnam_cache = (Cache *) NULL; in cpwnam()
285 grgid_cache = (Cache *) NULL; in cgrgid()
350 pwuid_cache = (Cache *) NULL; in cpwuid()
H A Dnhash.c76 init_cache(Cache **cp, int hsz, int bsz, in init_cache()
79 if ((*cp = (Cache *) malloc(sizeof (**cp))) == NULL) { in init_cache()
109 add_cache(Cache *cp, Item *itemp) in add_cache()
161 lookup_cache(Cache *cp, void *datap, int datalen) in lookup_cache()
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c56 } *Cache[IEXPRSZ]; variable
236 struct iexpr *bucketp = Cache[idx]; in iexpr()
253 Cache[idx] = cp; in iexpr()
268 for (cp = Cache[idx]; cp != NULL; cp = cp->next) { in iexpr_free()
275 Cache[idx] = cp->next; in iexpr_free()
292 struct iexpr *cp = Cache[iexpr_hash(np) % IEXPRSZ]; in iexpr_cached()
316 for (cp = Cache[i]; cp != NULL; cp = ncp) { in iexpr_fini()
321 Cache[i] = NULL; in iexpr_fini()
/titanic_44/usr/src/uts/intel/sys/acpi/platform/
H A Dacdragonfly.h87 #define AcpiOsReleaseObject(Cache, Object) \ argument
88 _AcpiOsReleaseObject((Cache), (Object), __func__, __LINE__)
H A Daclinuxex.h109 ACPI_CACHE_T *Cache) in AcpiOsAcquireObject() argument
111 return kmem_cache_zalloc (Cache, in AcpiOsAcquireObject()
H A Dacdragonflyex.h52 ACPI_CACHE_T *Cache,
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dnl7ctokres.txt37 Shdr_Cache_Control_No_Cache, "Cache-Control: no-cache", PASS | NOCACHE
38 Shdr_Cache_Control_No_Store, "Cache-Control: no-store", PASS | NOCACHE
39 Shdr_Cache_Control_Max_Age, "Cache-Control: max-age", PASS | NUMERIC
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h287 ACPI_CACHE_T *Cache);
293 ACPI_CACHE_T *Cache);
299 ACPI_CACHE_T *Cache);
305 ACPI_CACHE_T *Cache,
/titanic_44/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c82 } Cache; typedef
473 sym_local(Cache *cache, Cache *csym, const char *file) in sym_local()
553 gvers_need(Cache *cache, Cache *need, const Gver_sym_data *vsdata, in gvers_need()
804 gvers_def(Cache *cache, Cache *def, const Gver_sym_data *vsdata, in gvers_def()
1012 Cache *cache, *_cache; in main()
1013 Cache *_cache_def, *_cache_need, *_cache_sym, *_cache_loc; in main()
1164 if ((cache = calloc(shnum, sizeof (Cache))) == NULL) { in main()
/titanic_44/usr/src/pkg/manifests/
H A Dservice-storage-avs-cache-management.mf34 value="Storage Cache Management of read-only bitmap volumes"
36 value="Sun StorageTek Availability Suite Cache Management"
128 desc="Storage Cache Management of read-only bitmap volumes" \
129 name="Sun StorageTek Availability Suite Cache Management (root)"
131 desc="Storage Cache Management of read-only bitmap volumes" \
132 name="Sun StorageTek Availability Suite Cache Management (usr)"
H A Dsystem-network-http-cache-accelerator.mf36 set name=pkg.summary value="Solaris Network Cache and Accelerator"
100 name="Solaris Network Cache and Accelerator (Root)"
103 name="Solaris Network Cache and Accelerator (Usr)"
/titanic_44/usr/src/cmd/avs/dscfg/etc/
H A Ddscfg_format33 % Storage Cache Manager - scmadm
37 % Cache Hints - scmadm
/titanic_44/usr/src/cmd/fm/dicts/
H A DGMCA.po307 msgstr "A level 0 Data Cache on this cpu is faulty. Refer to %s for more information."
323 msgstr "A level 1 Data Cache on this cpu is faulty. Refer to %s for more information."
339 msgstr "A level 2 Data Cache on this cpu is faulty. Refer to %s for more information."
355 msgstr "A Data Cache on this cpu is faulty. Refer to %s for more information."
371 msgstr "A level 0 Instruction Cache on this cpu is faulty. Refer to %s for more information."
387 msgstr "A level 1 Instruction Cache on this cpu is faulty. Refer to %s for more information."
403 msgstr "A level 2 Instruction Cache on this cpu is faulty. Refer to %s for more information."
419 msgstr "An Instruction Cache on this cpu is faulty. Refer to %s for more information."

12