/titanic_41/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utcache.c | 74 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 D | uttrack.c | 107 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_41/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 | 48 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_41/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 …]
|
H A D | med_db.c | 33 static Cache *med_db_cache = (Cache *) NULL; 124 if (med_db_cache == (Cache *) NULL) { in add_key() 194 if (med_db_cache == (Cache *) NULL) in del_key() 213 if (med_db_cache == (Cache *) NULL) in find_key()
|
/titanic_41/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 …]
|
/titanic_41/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);
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acdragonfly.h | 87 #define AcpiOsReleaseObject(Cache, Object) \ argument 88 _AcpiOsReleaseObject((Cache), (Object), __func__, __LINE__)
|
H A D | aclinuxex.h | 109 ACPI_CACHE_T *Cache) in AcpiOsAcquireObject() argument 111 return kmem_cache_zalloc (Cache, in AcpiOsAcquireObject()
|
H A D | acdragonflyex.h | 52 ACPI_CACHE_T *Cache,
|
/titanic_41/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
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acpiosxf.h | 287 ACPI_CACHE_T *Cache); 293 ACPI_CACHE_T *Cache); 299 ACPI_CACHE_T *Cache); 305 ACPI_CACHE_T *Cache,
|
/titanic_41/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() 1164 if ((cache = calloc(shnum, sizeof (Cache))) == NULL) { in main()
|
/titanic_41/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" 137 desc="Storage Cache Management of read-only bitmap volumes" \ 138 name="Sun StorageTek Availability Suite Cache Management (root)" 140 desc="Storage Cache Management of read-only bitmap volumes" \ 141 name="Sun StorageTek Availability Suite Cache Management (usr)"
|
/titanic_41/usr/src/cmd/avs/dscfg/etc/ |
H A D | dscfg_format | 33 % Storage Cache Manager - scmadm 37 % Cache Hints - scmadm
|