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

12

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutcache.c148 ACPI_MEMORY_LIST *Cache; local
161 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST));
162 if (!Cache)
169 ACPI_MEMSET (Cache, 0, sizeof (ACPI_MEMORY_LIST));
170 Cache->LinkOffset = 8;
171 Cache->ListName = CacheName;
172 Cache->ObjectSize = ObjectSize;
173 Cache->MaxDepth = MaxDepth;
175 *ReturnCache = Cache;
184 * PARAMETERS: Cache
193 AcpiOsPurgeCache( ACPI_MEMORY_LIST *Cache) argument
247 AcpiOsDeleteCache( ACPI_MEMORY_LIST *Cache) argument
286 AcpiOsReleaseObject( ACPI_MEMORY_LIST *Cache, void *Object) argument
352 AcpiOsAcquireObject( ACPI_MEMORY_LIST *Cache) argument
[all...]
H A Duttrack.c180 ACPI_MEMORY_LIST *Cache; local
183 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST));
184 if (!Cache)
189 ACPI_MEMSET (Cache, 0, sizeof (ACPI_MEMORY_LIST));
191 Cache->ListName = ListName;
192 Cache->ObjectSize = ObjectSize;
194 *ReturnCache = Cache;
/opensolaris-onvv-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.c49 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache,
53 Cache * _icache = icache;
151 Cache *icache = 0, *_icache, *mcache = 0, *_mcache;
152 Cache *data_cache = 0, *dyn_cache = 0;
333 if ((icache = malloc((num + 1) * sizeof (Cache))) == 0) {
733 if ((mcache = malloc(mehdr->e_shnum * sizeof (Cache))) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h63 } Cache; typedef in typeref:struct:cache_t
69 extern int init_cache(Cache **cp, int hsz, int bsz,
73 extern int add_cache(Cache *cp, Item *itemp);
74 extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
75 extern Item *first_item(Cache *cp, int *bidx, int *iidx);
76 extern Item *next_item(Cache *cp, int *bidx, int *iidx);
77 extern void des_cache(Cache **cpp);
78 extern int del_cache(Cache *cp, Item *itemp);
79 extern void cache_stat(Cache *cp, char *tag);
80 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)
/opensolaris-onvv-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)
/opensolaris-onvv-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.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)
203 static Cache *last_refsec; /* Last referencing section seen */
268 relsymname(Cache *cache, Cache *cse
[all...]
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h288 * Memory/Object Cache
299 ACPI_CACHE_T *Cache);
303 ACPI_CACHE_T *Cache);
307 ACPI_CACHE_T *Cache);
311 ACPI_CACHE_T *Cache,
H A Dacdebug.h341 ACPI_MEMORY_LIST *Cache);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8_heavy.pl9 my %Cache;
36 my $file; ## file to load data from, and also part of the %Cache key.
150 if ($Cache{$file} and ref($Cache{$file}) eq $class)
153 return $Cache{$class, $file};
234 $Cache{$class, $file} = $SWASH;
H A DBenchmark.t532 my @before_keys = keys %Benchmark::Cache;
536 my @after5_keys = keys %Benchmark::Cache;
540 ok (!eq_array ([keys %Benchmark::Cache], \@after5_keys), "10 differs from 5");
544 is_deeply ([keys %Benchmark::Cache], \@after5_keys,
548 is_deeply ([keys %Benchmark::Cache], \@before_keys,
H A DSelfLoader.pm10 my %Cache; # private cache for all SelfLoader's client packages
24 my $SL_code = $Cache{$AUTOLOAD};
30 SelfLoader->_load_stubs($1) unless exists $Cache{"${1}::<DATA"};
31 $SL_code = $Cache{$AUTOLOAD};
45 delete $Cache{$AUTOLOAD};
61 $Cache{"${currpack}::<DATA"} = 1; # indicate package is cached
88 $Cache{"${currpack}::<DATA"} = 1; # indicate package is cached
119 if exists $Cache{$fullname};
120 $Cache{$fullname} = join('', "package $pack; ",@$lines);
121 print STDERR "SelfLoader cached $fullname: $Cache{
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm621 # Pod::Cache
626 package Pod::Cache;
628 =head2 Pod::Cache
630 B<Pod::Cache> holds information about a set of POD documents,
636 =item Pod::Cache-E<gt>new()
639 POD documents of class Pod::Cache::Item.
661 my $item = Pod::Cache::Item->new(%param);
673 reference to the corresponding Pod::Cache::Item object or undef if
690 package Pod::Cache::Item;
692 =head2 Pod::Cache
[all...]
/opensolaris-onvv-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;
1157 if ((cache = calloc(ehdr.e_shnum, sizeof (Cache)))
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/debugger/
H A Ddbexec.c326 ACPI_MEMORY_LIST *Cache)
329 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth);
325 AcpiDbGetCacheInfo( ACPI_MEMORY_LIST *Cache) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Exporter/
H A DHeavy.pm64 $Exporter::Cache{$pkg} ||= {});

Completed in 210 milliseconds

12