usr/src/cmd/acpi/iasl/aslcache.c
182
ASL_CACHE_INFO *Cache;
usr/src/cmd/acpi/iasl/aslcache.c
192
Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
usr/src/cmd/acpi/iasl/aslcache.c
196
Cache->Next = Gbl_StringCacheList->Next;
usr/src/cmd/acpi/iasl/aslcache.c
197
Gbl_StringCacheList->Next = Cache;
usr/src/cmd/acpi/iasl/aslcache.c
204
return (Cache->Buffer);
usr/src/cmd/acpi/iasl/aslcache.c
212
Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize);
usr/src/cmd/acpi/iasl/aslcache.c
216
Cache->Next = Gbl_StringCacheList;
usr/src/cmd/acpi/iasl/aslcache.c
217
Gbl_StringCacheList = Cache;
usr/src/cmd/acpi/iasl/aslcache.c
221
Gbl_StringCacheNext = Cache->Buffer;
usr/src/cmd/acpi/iasl/aslcache.c
252
ASL_CACHE_INFO *Cache;
usr/src/cmd/acpi/iasl/aslcache.c
259
Cache = UtLocalCalloc (sizeof (Cache->Next) +
usr/src/cmd/acpi/iasl/aslcache.c
264
Cache->Next = Gbl_ParseOpCacheList;
usr/src/cmd/acpi/iasl/aslcache.c
265
Gbl_ParseOpCacheList = Cache;
usr/src/cmd/acpi/iasl/aslcache.c
269
Gbl_ParseOpCacheNext = ACPI_CAST_PTR (ACPI_PARSE_OBJECT, Cache->Buffer);
usr/src/cmd/acpi/iasl/aslcache.c
296
ASL_CACHE_INFO *Cache;
usr/src/cmd/acpi/iasl/aslcache.c
303
Cache = UtLocalCalloc (sizeof (Cache->Next) +
usr/src/cmd/acpi/iasl/aslcache.c
308
Cache->Next = Gbl_SubtableCacheList;
usr/src/cmd/acpi/iasl/aslcache.c
309
Gbl_SubtableCacheList = Cache;
usr/src/cmd/acpi/iasl/aslcache.c
313
Gbl_SubtableCacheNext = ACPI_CAST_PTR (DT_SUBTABLE, Cache->Buffer);
usr/src/cmd/acpi/iasl/aslcache.c
340
ASL_CACHE_INFO *Cache;
usr/src/cmd/acpi/iasl/aslcache.c
347
Cache = UtLocalCalloc (sizeof (Cache->Next) +
usr/src/cmd/acpi/iasl/aslcache.c
352
Cache->Next = Gbl_FieldCacheList;
usr/src/cmd/acpi/iasl/aslcache.c
353
Gbl_FieldCacheList = Cache;
usr/src/cmd/acpi/iasl/aslcache.c
357
Gbl_FieldCacheNext = ACPI_CAST_PTR (DT_FIELD, Cache->Buffer);
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
234
struct iexpr *bucketp = Cache[idx];
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
251
Cache[idx] = cp;
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
266
for (cp = Cache[idx]; cp != NULL; cp = cp->next) {
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
273
Cache[idx] = cp->next;
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
290
struct iexpr *cp = Cache[iexpr_hash(np) % IEXPRSZ];
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
314
for (cp = Cache[i]; cp != NULL; cp = ncp) {
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
319
Cache[i] = NULL;
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
54
} *Cache[IEXPRSZ];
usr/src/cmd/sgs/elfdump/common/_elfdump.h
119
extern const Cache cache_init;
usr/src/cmd/sgs/elfdump/common/_elfdump.h
231
Cache **, size_t *);
usr/src/cmd/sgs/elfdump/common/_elfdump.h
233
Cache **, size_t *);
usr/src/cmd/sgs/elfdump/common/_elfdump.h
235
extern void fake_shdr_cache_free32(Cache *, size_t);
usr/src/cmd/sgs/elfdump/common/_elfdump.h
236
extern void fake_shdr_cache_free64(Cache *, size_t);
usr/src/cmd/sgs/elfdump/common/elfdump.c
1031
init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx,
usr/src/cmd/sgs/elfdump/common/elfdump.c
107
Cache *cache; /* Pointer to cache entry for VERSYM */
usr/src/cmd/sgs/elfdump/common/elfdump.c
1102
Cache *_cache = &state->cache[symcnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
122
Cache *cache; /* Cache of all section headers */
usr/src/cmd/sgs/elfdump/common/elfdump.c
125
Cache *seccache; /* Cache of symbol table section hdr */
usr/src/cmd/sgs/elfdump/common/elfdump.c
1378
cap_section(const char *file, Cache *cache, Word shnum, Cache *ccache,
usr/src/cmd/sgs/elfdump/common/elfdump.c
1386
Cache *cicache = NULL, *strcache = NULL;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1405
Cache *scache;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1633
Cache *chcache;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1753
cap(const char *file, Cache *cache, Word shnum, Word phnum, Ehdr *ehdr,
usr/src/cmd/sgs/elfdump/common/elfdump.c
1758
Cache *ccache = NULL;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1786
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
1834
interp(const char *file, Cache *cache, Word shnum, Word phnum, Elf *elf,
usr/src/cmd/sgs/elfdump/common/elfdump.c
1842
Cache *icache = NULL;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1862
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
1912
syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
1919
Cache *infocache = NULL, *dyncache = NULL, *symsec, *strsec;
usr/src/cmd/sgs/elfdump/common/elfdump.c
198
string(Cache *refsec, Word ndx, Cache *strsec, const char *file, Word name)
usr/src/cmd/sgs/elfdump/common/elfdump.c
207
static Cache *last_refsec; /* Last referencing section seen */
usr/src/cmd/sgs/elfdump/common/elfdump.c
2124
version_def(Verdef *vdf, Word vdf_num, Cache *vcache, Cache *scache,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2208
version_need(Verneed *vnd, Word vnd_num, Cache *vcache, Cache *scache,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2354
versions(Cache *cache, Word shnum, const char *file, uint_t flags,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2358
Cache *verdef_cache = NULL, *verneed_cache = NULL;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2364
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
2494
symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2498
Cache *_cache;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2537
sunw_sort(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2541
Cache *sortcache, *symcache;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2674
reloc(Cache *cache, Word shnum, Ehdr *ehdr, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
2683
Cache *symsec, *strsec;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2684
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
272
relsymname(Cache *cache, Cache *csec, Cache *strsec, Word symndx, Word symnum,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2824
dyn_test(dyn_test_t test_type, Word sh_type, Cache *sec_cache, Dyn *dyn,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2941
dyn_symtest(Dyn *dyn, const char *symname, Cache *symtab_cache,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2942
Cache *dynsym_cache, Cache *ldynsym_cache, Cache *target_cache,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2943
Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
2948
Cache *_cache = NULL;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2977
dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2981
Cache *symtab;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2982
Cache *dynstr;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2983
Cache *dynsym;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2984
Cache *hash;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2985
Cache *fini;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2986
Cache *fini_array;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2987
Cache *init;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2988
Cache *init_array;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2989
Cache *preinit_array;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2990
Cache *rel;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2991
Cache *rela;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2992
Cache *sunw_cap;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2993
Cache *sunw_capinfo;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2994
Cache *sunw_capchain;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2995
Cache *sunw_ldynsym;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2996
Cache *sunw_move;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2997
Cache *sunw_syminfo;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2998
Cache *sunw_symsort;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2999
Cache *sunw_tlssort;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3000
Cache *sunw_verdef;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3001
Cache *sunw_verneed;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3002
Cache *sunw_versym;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3020
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
310
stringtbl(Cache *cache, int symtab, Word ndx, Word shnum, const char *file,
usr/src/cmd/sgs/elfdump/common/elfdump.c
311
Word *symnum, Cache **symsec, Cache **strsec)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3130
Cache *_cache = &cache[cnt], *strsec;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3518
move(Cache *cache, Word shnum, const char *file, uint_t flags)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3526
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
3528
Cache *symsec, *strsec;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3634
Cache *pns_cache; /* Note section cache entry */
usr/src/cmd/sgs/elfdump/common/elfdump.c
3765
note_entry(Cache *cache, Word *data, size_t size, Ehdr *ehdr, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3895
note(Cache *cache, Word shnum, Ehdr *ehdr, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3903
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
3950
has_linux_abi_note(Cache *cache, Word shnum, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3956
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
396
symlookup(const char *name, Cache *cache, Word shnum, Sym **sym,
usr/src/cmd/sgs/elfdump/common/elfdump.c
397
Cache *target, Cache *symtab, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4013
hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx,
usr/src/cmd/sgs/elfdump/common/elfdump.c
4058
hash(Cache *cache, Word shnum, const char *file, uint_t flags)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4067
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
4250
group(Cache *cache, Word shnum, const char *file, uint_t flags)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4255
Cache *_cache = &cache[scnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
4258
Cache *symsec, *strsec;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4349
got(Cache *cache, Word shnum, Ehdr *ehdr, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4351
Cache *gotcache = NULL, *symtab = NULL;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4426
Cache *symsec, *strsec;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4427
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
4591
static Cache *sort_shdr_ndx_arr_cache;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4609
Cache *cache1 = sort_shdr_ndx_arr_cache + *((size_t *)v1);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4610
Cache *cache2 = sort_shdr_ndx_arr_cache + *((size_t *)v2);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4624
size_t shnum, Cache **cache_ret, Word flags)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4631
Cache *cache, *_cache;
usr/src/cmd/sgs/elfdump/common/elfdump.c
464
sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4667
if ((*cache_ret = cache = malloc(shnum * sizeof (Cache))) == NULL) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
469
Cache *_cache = &cache[seccnt];
usr/src/cmd/sgs/elfdump/common/elfdump.c
4844
Cache *_cache = cache + shdr_ndx_arr[ndx];
usr/src/cmd/sgs/elfdump/common/elfdump.c
4861
Cache *_cache1 = cache + shdr_ndx_arr[ndx1];
usr/src/cmd/sgs/elfdump/common/elfdump.c
4903
Cache *_cache = &cache[ndx];
usr/src/cmd/sgs/elfdump/common/elfdump.c
4943
create_cache(const char *file, int fd, Elf *elf, Ehdr *ehdr, Cache **cache,
usr/src/cmd/sgs/elfdump/common/elfdump.c
4978
Cache *cache;
usr/src/cmd/sgs/elfdump/common/elfdump.c
5173
Cache *_cache = &cache[ndx];
usr/src/cmd/sgs/elfdump/common/elfdump.c
5209
Cache *_cache = &cache[ndx];
usr/src/cmd/sgs/elfdump/common/elfdump.c
5347
Cache *note_cache;
usr/src/cmd/sgs/elfdump/common/elfdump.c
554
unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr,
usr/src/cmd/sgs/elfdump/common/elfdump.c
565
Cache *_cache = &cache[shndx];
usr/src/cmd/sgs/elfdump/common/elfdump.c
791
unwind_exception_ranges(Cache *_cache, const char *file, int do_swap)
usr/src/cmd/sgs/elfdump/common/elfdump.c
872
uchar_t osabi, Half mach, Cache *cache, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
910
unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi,
usr/src/cmd/sgs/elfdump/common/elfdump.c
956
Cache *_cache = &cache[cnt];
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
1068
Cache **cache, size_t *shnum)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
1131
Cache *_cache;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
1496
if ((*cache = _cache = malloc((*shnum) * sizeof (Cache))) == NULL) {
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
1544
fake_shdr_cache_free(Cache *cache, size_t shnum)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
1546
Cache *_cache;
usr/src/cmd/sgs/elfdump/common/main.c
53
const Cache cache_init = {NULL, NULL, NULL, NULL, 0};
usr/src/cmd/sgs/librtld/common/_librtld.h
87
extern int count_reloc(Cache *, Cache *, Rt_map *, int, Addr, Xword *,
usr/src/cmd/sgs/librtld/common/_librtld.h
90
extern int syminfo(Cache *, Alist **);
usr/src/cmd/sgs/librtld/common/_librtld.h
92
extern int update_dynamic(Cache *, Cache *, Rt_map *, int, Addr, Off,
usr/src/cmd/sgs/librtld/common/_librtld.h
94
extern void update_reloc(Cache *, Cache *, Cache *, const char *,
usr/src/cmd/sgs/librtld/common/_librtld.h
96
extern void update_sym(Cache *, Cache *, Addr, Half, Addr);
usr/src/cmd/sgs/librtld/common/dldump.c
150
Cache *icache = 0, *_icache, *mcache = 0, *_mcache;
usr/src/cmd/sgs/librtld/common/dldump.c
151
Cache *data_cache = 0, *dyn_cache = 0;
usr/src/cmd/sgs/librtld/common/dldump.c
346
if ((icache = calloc(num + 1, sizeof (Cache))) == 0) {
usr/src/cmd/sgs/librtld/common/dldump.c
48
cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache,
usr/src/cmd/sgs/librtld/common/dldump.c
52
Cache * _icache = icache;
usr/src/cmd/sgs/librtld/common/dldump.c
772
if ((mcache = calloc(shndx, sizeof (Cache))) == 0) {
usr/src/cmd/sgs/librtld/common/dynamic.c
39
update_dynamic(Cache *cache, Cache *_cache, Rt_map *lmp, int flags,
usr/src/cmd/sgs/librtld/common/dynamic.c
45
Cache *__cache;
usr/src/cmd/sgs/librtld/common/relocate.c
423
update_reloc(Cache *ocache, Cache *icache, Cache *_icache, const char *name,
usr/src/cmd/sgs/librtld/common/relocate.c
430
Cache *orcache, *ircache = 0;
usr/src/cmd/sgs/librtld/common/relocate.c
477
if ((ircache == (Cache *)0) || (rel->r_offset < bgn) ||
usr/src/cmd/sgs/librtld/common/relocate.c
484
if (ircache == (Cache *)0) {
usr/src/cmd/sgs/librtld/common/relocate.c
53
count_reloc(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, Addr addr,
usr/src/cmd/sgs/librtld/common/relocate.c
62
Cache *__cache;
usr/src/cmd/sgs/librtld/common/syms.c
43
update_sym(Cache *cache, Cache *_cache, Addr edata, Half endx, Addr addr)
usr/src/cmd/sgs/librtld/common/syms.c
83
syminfo(Cache *_cache, Alist **nodirect)
usr/src/cmd/sgs/pvs/common/pvs.c
1013
Cache *cache, *_cache;
usr/src/cmd/sgs/pvs/common/pvs.c
1014
Cache *_cache_def, *_cache_need, *_cache_sym, *_cache_loc;
usr/src/cmd/sgs/pvs/common/pvs.c
1160
if ((cache = calloc(shnum, sizeof (Cache))) == NULL) {
usr/src/cmd/sgs/pvs/common/pvs.c
474
sym_local(Cache *cache, Cache *csym, const char *file)
usr/src/cmd/sgs/pvs/common/pvs.c
554
gvers_need(Cache *cache, Cache *need, const Gver_sym_data *vsdata,
usr/src/cmd/sgs/pvs/common/pvs.c
805
gvers_def(Cache *cache, Cache *def, const Gver_sym_data *vsdata,
usr/src/common/acpica/utilities/utcache.c
182
ACPI_MEMORY_LIST *Cache;
usr/src/common/acpica/utilities/utcache.c
195
Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST));
usr/src/common/acpica/utilities/utcache.c
196
if (!Cache)
usr/src/common/acpica/utilities/utcache.c
203
memset (Cache, 0, sizeof (ACPI_MEMORY_LIST));
usr/src/common/acpica/utilities/utcache.c
204
Cache->ListName = CacheName;
usr/src/common/acpica/utilities/utcache.c
205
Cache->ObjectSize = ObjectSize;
usr/src/common/acpica/utilities/utcache.c
206
Cache->MaxDepth = MaxDepth;
usr/src/common/acpica/utilities/utcache.c
208
*ReturnCache = Cache;
usr/src/common/acpica/utilities/utcache.c
227
ACPI_MEMORY_LIST *Cache)
usr/src/common/acpica/utilities/utcache.c
236
if (!Cache)
usr/src/common/acpica/utilities/utcache.c
249
while (Cache->ListHead)
usr/src/common/acpica/utilities/utcache.c
253
Next = ACPI_GET_DESCRIPTOR_PTR (Cache->ListHead);
usr/src/common/acpica/utilities/utcache.c
254
ACPI_FREE (Cache->ListHead);
usr/src/common/acpica/utilities/utcache.c
256
Cache->ListHead = Next;
usr/src/common/acpica/utilities/utcache.c
257
Cache->CurrentDepth--;
usr/src/common/acpica/utilities/utcache.c
280
ACPI_MEMORY_LIST *Cache)
usr/src/common/acpica/utilities/utcache.c
290
Status = AcpiOsPurgeCache (Cache);
usr/src/common/acpica/utilities/utcache.c
298
AcpiOsFree (Cache);
usr/src/common/acpica/utilities/utcache.c
319
ACPI_MEMORY_LIST *Cache,
usr/src/common/acpica/utilities/utcache.c
328
if (!Cache || !Object)
usr/src/common/acpica/utilities/utcache.c
335
if (Cache->CurrentDepth >= Cache->MaxDepth)
usr/src/common/acpica/utilities/utcache.c
338
ACPI_MEM_TRACKING (Cache->TotalFreed++);
usr/src/common/acpica/utilities/utcache.c
353
memset (Object, 0xCA, Cache->ObjectSize);
usr/src/common/acpica/utilities/utcache.c
358
ACPI_SET_DESCRIPTOR_PTR (Object, Cache->ListHead);
usr/src/common/acpica/utilities/utcache.c
359
Cache->ListHead = Object;
usr/src/common/acpica/utilities/utcache.c
360
Cache->CurrentDepth++;
usr/src/common/acpica/utilities/utcache.c
384
ACPI_MEMORY_LIST *Cache)
usr/src/common/acpica/utilities/utcache.c
393
if (!Cache)
usr/src/common/acpica/utilities/utcache.c
404
ACPI_MEM_TRACKING (Cache->Requests++);
usr/src/common/acpica/utilities/utcache.c
408
if (Cache->ListHead)
usr/src/common/acpica/utilities/utcache.c
412
Object = Cache->ListHead;
usr/src/common/acpica/utilities/utcache.c
413
Cache->ListHead = ACPI_GET_DESCRIPTOR_PTR (Object);
usr/src/common/acpica/utilities/utcache.c
415
Cache->CurrentDepth--;
usr/src/common/acpica/utilities/utcache.c
417
ACPI_MEM_TRACKING (Cache->Hits++);
usr/src/common/acpica/utilities/utcache.c
420
ACPI_GET_FUNCTION_NAME, Object, Cache->ListName));
usr/src/common/acpica/utilities/utcache.c
430
memset (Object, 0, Cache->ObjectSize);
usr/src/common/acpica/utilities/utcache.c
436
ACPI_MEM_TRACKING (Cache->TotalAllocated++);
usr/src/common/acpica/utilities/utcache.c
439
if ((Cache->TotalAllocated - Cache->TotalFreed) > Cache->MaxOccupied)
usr/src/common/acpica/utilities/utcache.c
441
Cache->MaxOccupied = Cache->TotalAllocated - Cache->TotalFreed;
usr/src/common/acpica/utilities/utcache.c
453
Object = ACPI_ALLOCATE_ZEROED (Cache->ObjectSize);
usr/src/common/acpica/utilities/uttrack.c
215
ACPI_MEMORY_LIST *Cache;
usr/src/common/acpica/utilities/uttrack.c
218
Cache = AcpiOsAllocateZeroed (sizeof (ACPI_MEMORY_LIST));
usr/src/common/acpica/utilities/uttrack.c
219
if (!Cache)
usr/src/common/acpica/utilities/uttrack.c
224
Cache->ListName = ListName;
usr/src/common/acpica/utilities/uttrack.c
225
Cache->ObjectSize = ObjectSize;
usr/src/common/acpica/utilities/uttrack.c
227
*ReturnCache = Cache;
usr/src/lib/libpkg/common/ncgrpw.c
126
grnam_cache = (Cache *) NULL;
usr/src/lib/libpkg/common/ncgrpw.c
193
pwnam_cache = (Cache *) NULL;
usr/src/lib/libpkg/common/ncgrpw.c
285
grgid_cache = (Cache *) NULL;
usr/src/lib/libpkg/common/ncgrpw.c
350
pwuid_cache = (Cache *) NULL;
usr/src/lib/libpkg/common/ncgrpw.c
56
static Cache *pwnam_cache = (Cache *) NULL;
usr/src/lib/libpkg/common/ncgrpw.c
57
static Cache *grnam_cache = (Cache *) NULL;
usr/src/lib/libpkg/common/ncgrpw.c
58
static Cache *pwuid_cache = (Cache *) NULL;
usr/src/lib/libpkg/common/ncgrpw.c
59
static Cache *grgid_cache = (Cache *) NULL;
usr/src/lib/libpkg/common/nhash.c
109
add_cache(Cache *cp, Item *itemp)
usr/src/lib/libpkg/common/nhash.c
161
lookup_cache(Cache *cp, void *datap, int datalen)
usr/src/lib/libpkg/common/nhash.c
76
init_cache(Cache **cp, int hsz, int bsz,
usr/src/lib/libpkg/common/nhash.c
79
if ((*cp = (Cache *) malloc(sizeof (**cp))) == NULL) {
usr/src/lib/libpkg/common/nhash.h
66
extern int init_cache(Cache **cp, int hsz, int bsz,
usr/src/lib/libpkg/common/nhash.h
68
extern int add_cache(Cache *cp, Item *itemp);
usr/src/lib/libpkg/common/nhash.h
69
extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
usr/src/uts/intel/sys/acpi/acdebug.h
474
ACPI_MEMORY_LIST *Cache);
usr/src/uts/intel/sys/acpi/acobject.h
647
ACPI_OBJECT_CACHE_LIST Cache;
usr/src/uts/intel/sys/acpi/acpiosxf.h
395
ACPI_CACHE_T *Cache);
usr/src/uts/intel/sys/acpi/acpiosxf.h
401
ACPI_CACHE_T *Cache);
usr/src/uts/intel/sys/acpi/acpiosxf.h
407
ACPI_CACHE_T *Cache);
usr/src/uts/intel/sys/acpi/acpiosxf.h
413
ACPI_CACHE_T *Cache,
usr/src/uts/intel/sys/acpi/platform/acdragonfly.h
195
#define AcpiOsReleaseObject(Cache, Object) \
usr/src/uts/intel/sys/acpi/platform/acdragonfly.h
196
_AcpiOsReleaseObject((Cache), (Object), __func__, __LINE__)
usr/src/uts/intel/sys/acpi/platform/acdragonflyex.h
160
ACPI_CACHE_T *Cache,
usr/src/uts/intel/sys/acpi/platform/aclinuxex.h
217
ACPI_CACHE_T *Cache)
usr/src/uts/intel/sys/acpi/platform/aclinuxex.h
219
return kmem_cache_zalloc (Cache,