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

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutcache.c74 ACPI_MEMORY_LIST *Cache; local
87 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST));
88 if (!Cache)
95 memset (Cache, 0, sizeof (ACPI_MEMORY_LIST));
96 Cache->ListName = CacheName;
97 Cache->ObjectSize = ObjectSize;
98 Cache->MaxDepth = MaxDepth;
100 *ReturnCache = Cache;
109 * PARAMETERS: Cache - Handle to cache object
119 ACPI_MEMORY_LIST *Cache)
118 AcpiOsPurgeCache( ACPI_MEMORY_LIST *Cache) argument
171 AcpiOsDeleteCache( ACPI_MEMORY_LIST *Cache) argument
210 AcpiOsReleaseObject( ACPI_MEMORY_LIST *Cache, void *Object) argument
275 AcpiOsAcquireObject( ACPI_MEMORY_LIST *Cache) argument
[all...]
H A Duttrack.c107 ACPI_MEMORY_LIST *Cache; local
110 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST));
111 if (!Cache)
116 memset (Cache, 0, sizeof (ACPI_MEMORY_LIST));
118 Cache->ListName = ListName;
119 Cache->ObjectSize = ObjectSize;
121 *ReturnCache = Cache;
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h57 } Cache; typedef in typeref:struct:cache_t
63 extern int init_cache(Cache **cp, int hsz, int bsz,
67 extern int add_cache(Cache *cp, Item *itemp);
68 extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
69 extern Item *first_item(Cache *cp, int *bidx, int *iidx);
70 extern Item *next_item(Cache *cp, int *bidx, int *iidx);
71 extern void des_cache(Cache **cpp);
72 extern int del_cache(Cache *cp, Item *itemp);
73 extern void cache_stat(Cache *cp, char *tag);
74 extern void pr_cache(Cache *c
[all...]
H A Dmed_hash.c63 Cache **cp,
74 if ((*cp = (Cache *) Malloc(sizeof (**cp))) == NULL) {
75 (void) fprintf(stderr, "Malloc(Cache **cp)");
118 add_cache(Cache *cp, Item *itemp)
170 lookup_cache(Cache *cp, void *datap, int datalen)
189 first_item(Cache *cp, int *bidx, int *iidx)
214 next_item(Cache *cp, int *bidx, int *iidx)
249 des_cache(Cache **cpp)
251 Cache *cp = *cpp;
282 del_cache(Cache *c
[all...]
H A Dmed_db.c33 static Cache *med_db_cache = (Cache *) NULL;
124 if (med_db_cache == (Cache *) NULL) {
194 if (med_db_cache == (Cache *) NULL)
213 if (med_db_cache == (Cache *) NULL)
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A D_librtld.h51 } Cache; typedef in typeref:struct:cache
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 *, Cach
[all...]
H A Dsyms.c44 update_sym(Cache *cache, Cache *_cache, Addr edata, Half endx, Addr addr)
84 syminfo(Cache *_cache, Alist **nodirect)
H A Drelocate.c53 count_reloc(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, Addr addr,
62 Cache *__cache;
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 Ddynamic.c39 update_dynamic(Cache *cache, Cache *_cache, Rt_map *lmp, int flags,
45 Cache *__cache;
H A Ddldump.c48 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache,
52 Cache * _icache = icache;
150 Cache *icache = 0, *_icache, *mcache = 0, *_mcache;
151 Cache *data_cache = 0, *dyn_cache = 0;
346 if ((icache = calloc(num + 1, sizeof (Cache))) == 0) {
772 if ((mcache = calloc(shndx, sizeof (Cache))) == 0) {
/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h60 } Cache; typedef in typeref:struct:cache_t
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;
193 pwnam_cache = (Cache *) NUL
[all...]
H A Dnhash.c76 init_cache(Cache **cp, int hsz, int bsz,
79 if ((*cp = (Cache *) malloc(sizeof (**cp))) == NULL) {
80 (void) fprintf(stderr, pkg_gt("malloc(Cache **cp)"));
109 add_cache(Cache *cp, Item *itemp)
161 lookup_cache(Cache *cp, void *datap, int datalen)
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacdragonflyex.h52 ACPI_CACHE_T *Cache,
H A Dacdragonfly.h87 #define AcpiOsReleaseObject(Cache, Object) \
88 _AcpiOsReleaseObject((Cache), (Object), __func__, __LINE__)
H A Daclinuxex.h109 ACPI_CACHE_T *Cache)
111 return kmem_cache_zalloc (Cache,
108 AcpiOsAcquireObject( ACPI_CACHE_T *Cache) argument
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h110 } Cache; typedef in typeref:struct:cache
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 Delfdump.c107 Cache *cache; /* Pointer to cache entry for VERSYM */
122 Cache *cache; /* Cache of all section headers */
125 Cache *seccache; /* Cache of symbol table section hdr */
198 string(Cache *refsec, Word ndx, Cache *strsec, const char *file, Word name)
207 static Cache *last_refsec; /* Last referencing section seen */
272 relsymname(Cache *cache, Cache *cse
[all...]
H A Dfake_shdr.c1068 Cache **cache, size_t *shnum)
1131 Cache *_cache;
1496 if ((*cache = _cache = malloc((*shnum) * sizeof (Cache))) == NULL) {
1544 fake_shdr_cache_free(Cache *cache, size_t shnum)
1546 Cache *_cache;
H A Dmain.c51 const Cache cache_init = {NULL, NULL, NULL, NULL, 0};
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c56 } *Cache[IEXPRSZ]; variable in typeref:struct:iexpr
236 struct iexpr *bucketp = Cache[idx];
253 Cache[idx] = cp;
268 for (cp = Cache[idx]; cp != NULL; cp = cp->next) {
275 Cache[idx] = cp->next;
292 struct iexpr *cp = Cache[iexpr_hash(np) % IEXPRSZ];
316 for (cp = Cache[i]; cp != NULL; cp = ncp) {
321 Cache[i] = NULL;
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h273 * Memory/Object Cache
287 ACPI_CACHE_T *Cache);
293 ACPI_CACHE_T *Cache);
299 ACPI_CACHE_T *Cache);
305 ACPI_CACHE_T *Cache,
H A Dacdebug.h360 ACPI_MEMORY_LIST *Cache);
H A Dacobject.h535 ACPI_OBJECT_CACHE_LIST Cache; member in union:acpi_operand_object
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c82 } Cache; typedef in typeref:struct:cache
473 sym_local(Cache *cache, Cache *csym, const char *file)
553 gvers_need(Cache *cache, Cache *need, const Gver_sym_data *vsdata,
804 gvers_def(Cache *cache, Cache *def, const Gver_sym_data *vsdata,
1012 Cache *cache, *_cache;
1013 Cache *_cache_def, *_cache_need, *_cache_sym, *_cache_loc;
1164 if ((cache = calloc(shnum, sizeof (Cache)))
[all...]

Completed in 138 milliseconds