| /onnv-gate/usr/src/uts/intel/io/acpica/utilities/ |
| H A D | utcache.c | 148 ACPI_MEMORY_LIST *Cache; in AcpiOsCreateCache() local 161 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST)); in AcpiOsCreateCache() 162 if (!Cache) in AcpiOsCreateCache() 169 ACPI_MEMSET (Cache, 0, sizeof (ACPI_MEMORY_LIST)); in AcpiOsCreateCache() 170 Cache->LinkOffset = 8; in AcpiOsCreateCache() 171 Cache->ListName = CacheName; in AcpiOsCreateCache() 172 Cache->ObjectSize = ObjectSize; in AcpiOsCreateCache() 173 Cache->MaxDepth = MaxDepth; in AcpiOsCreateCache() 175 *ReturnCache = Cache; in AcpiOsCreateCache() 194 ACPI_MEMORY_LIST *Cache) in AcpiOsPurgeCache() argument [all …]
|
| H A D | uttrack.c | 180 ACPI_MEMORY_LIST *Cache; in AcpiUtCreateList() local 183 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST)); in AcpiUtCreateList() 184 if (!Cache) in AcpiUtCreateList() 189 ACPI_MEMSET (Cache, 0, sizeof (ACPI_MEMORY_LIST)); in AcpiUtCreateList() 191 Cache->ListName = ListName; in AcpiUtCreateList() 192 Cache->ObjectSize = ObjectSize; in AcpiUtCreateList() 194 *ReturnCache = Cache; in AcpiUtCreateList()
|
| /onnv-gate/usr/src/cmd/sgs/librtld/common/ |
| H A D | _librtld.h | 51 } 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 D | relocate.c | 53 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 D | syms.c | 44 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 D | dynamic.c | 39 update_dynamic(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, in update_dynamic() 45 Cache *__cache; in update_dynamic()
|
| H A D | dldump.c | 49 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache, in cleanup() 53 Cache * _icache = icache; in cleanup() 151 Cache *icache = 0, *_icache, *mcache = 0, *_mcache; in rt_dldump() 152 Cache *data_cache = 0, *dyn_cache = 0; in rt_dldump() 333 if ((icache = malloc((num + 1) * sizeof (Cache))) == 0) { in rt_dldump() 733 if ((mcache = malloc(mehdr->e_shnum * sizeof (Cache))) == 0) { in rt_dldump()
|
| /onnv-gate/usr/src/cmd/lvm/rpc.metamedd/ |
| H A D | med_hash.h | 63 } Cache; typedef 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 *cp, char *tag,
|
| H A D | med_hash.c | 63 Cache **cp, in init_cache() 74 if ((*cp = (Cache *) Malloc(sizeof (**cp))) == NULL) { in init_cache() 118 add_cache(Cache *cp, Item *itemp) in add_cache() 170 lookup_cache(Cache *cp, void *datap, int datalen) in lookup_cache() 189 first_item(Cache *cp, int *bidx, int *iidx) in first_item() 214 next_item(Cache *cp, int *bidx, int *iidx) in next_item() 249 des_cache(Cache **cpp) in des_cache() 251 Cache *cp = *cpp; in des_cache() 282 del_cache(Cache *cp, Item *itemp) in del_cache() 336 cache_stat(Cache *cp, char *tag) in cache_stat() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | SelfLoader.pm | 10 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{$fullname}" if $DEBUG;
|
| H A D | utf8_heavy.pl | 9 my %Cache; 150 if ($Cache{$file} and ref($Cache{$file}) eq $class) 153 return $Cache{$class, $file}; 234 $Cache{$class, $file} = $SWASH;
|
| H A D | Benchmark.pm | 465 %_Usage, %Cache, $Do_Cache); 497 delete $Cache{"$_[0]c"}; delete $Cache{"$_[0]s"}; 506 %Cache = (); 672 if ($Do_Cache && exists $Cache{$cache_key} ) { 673 $wn = $Cache{$cache_key}; 679 $Cache{$cache_key} = $wn;
|
| H A D | Exporter.pm | 13 our (%Cache); 42 my $export_cache = ($Cache{$pkg} ||= {});
|
| /onnv-gate/usr/src/lib/libunistat/common/sdbc/ |
| H A D | sdbc.err | 25 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 …]
|
| /onnv-gate/usr/src/cmd/sgs/elfdump/common/ |
| H A D | elfdump.c | 103 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.h | 110 } 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);
|
| /onnv-gate/usr/src/lib/libpkg/common/ |
| H A D | nhash.h | 60 } 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 D | ncgrpw.c | 56 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 D | nhash.c | 76 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()
|
| /onnv-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| H A D | iexpr.c | 56 } *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()
|
| /onnv-gate/usr/src/uts/intel/sys/acpi/ |
| H A D | acpiosxf.h | 299 ACPI_CACHE_T *Cache); 303 ACPI_CACHE_T *Cache); 307 ACPI_CACHE_T *Cache); 311 ACPI_CACHE_T *Cache,
|
| /onnv-gate/usr/src/uts/common/fs/sockfs/ |
| H A D | nl7ctokres.txt | 37 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
|
| /onnv-gate/usr/src/cmd/sgs/pvs/common/ |
| H A D | pvs.c | 82 } 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() 1157 if ((cache = calloc(ehdr.e_shnum, sizeof (Cache))) == NULL) { in main()
|
| /onnv-gate/usr/src/pkg/manifests/ |
| H A D | service-storage-avs-cache-management.mf | 34 value="Storage Cache Management of read-only bitmap volumes" 36 value="Sun StorageTek Availability Suite Cache Management" 126 desc="Storage Cache Management of read-only bitmap volumes" \ 127 name="Sun StorageTek Availability Suite Cache Management (root)" 129 desc="Storage Cache Management of read-only bitmap volumes" \ 130 name="Sun StorageTek Availability Suite Cache Management (usr)"
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
| H A D | utils.t | 64 # Pod::Cache 68 my $cache = new Pod::Cache;
|