| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/ |
| pcy_map.c | 78 static X509_POLICY_REF *policy_map_find(X509_POLICY_CACHE *cache, ASN1_OBJECT *id) 84 idx = sk_X509_POLICY_REF_find(cache->maps, &tmp); 87 return sk_X509_POLICY_REF_value(cache->maps, idx); 90 /* Set policy mapping entries in cache. 99 X509_POLICY_CACHE *cache = x->policy_cache; local 107 cache->maps = sk_X509_POLICY_REF_new(ref_cmp); 120 if (policy_map_find(cache, map->subjectDomainPolicy) != NULL) 127 data = policy_cache_find_data(cache, map->issuerDomainPolicy); 129 if (!data && !cache->anyPolicy) 136 cache->anyPolicy->flag [all...] |
| pcy_cache.c | 69 /* Set cache entry according to CertificatePolicies extension. 78 X509_POLICY_CACHE *cache = x->policy_cache; local 83 cache->data = sk_X509_POLICY_DATA_new(policy_data_cmp); 84 if (!cache->data) 97 if (cache->anyPolicy) 102 cache->anyPolicy = data; 104 else if (sk_X509_POLICY_DATA_find(cache->data, data) != -1) 109 else if (!sk_X509_POLICY_DATA_push(cache->data, data)) 122 sk_X509_POLICY_DATA_pop_free(cache->data, policy_data_free); 123 cache->data = NULL 131 X509_POLICY_CACHE *cache; local [all...] |
| pcy_tree.c | 79 const X509_POLICY_CACHE *cache; local 111 /* First setup policy cache in all certificates apart from the 112 * trust anchor. Note any bad cache results on the way. Also can 119 cache = policy_cache_set(x); 120 /* If cache NULL something bad happened: return immediately */ 121 if (cache == NULL) 129 else if ((ret == 1) && !cache->data) 135 && (cache->explicit_skip != -1) 136 && (cache->explicit_skip < explicit_policy)) 137 explicit_policy = cache->explicit_skip 526 const X509_POLICY_CACHE *cache; local [all...] |
| /onnv/onnv-gate/usr/src/lib/print/libpapi-lpd/common/ |
| papi_impl.h | 71 cache_t *cache; /* printer/job cache */ member in struct:__anon4453 101 /* query cache lookup routines */
|
| lpd-query.c | 279 cache_t *cache = NULL; local 366 if ((cache = (cache_t *)calloc(1, sizeof (*cache))) == NULL) 369 if ((cache->printer = (printer_t *)calloc(1, sizeof (*cache->printer))) 373 cache->printer->attributes = attributes; 374 svc->cache = cache; 385 list_append(&cache->jobs, job); 399 time(&cache->timestamp) [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/sys/ |
| mem_cache_ioctl.h | 47 cache_id_t cache; member in struct:cache_info32
|
| mem_cache.h | 84 cache_id_t cache; member in struct:cache_info
|
| /onnv/onnv-gate/usr/src/cmd/isns/isnsd/ |
| isns_cache.h | 50 typedef struct cache { struct
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kdestroy/ |
| kdestroy.c | 33 * Destroy the contents of your credential cache. 96 fprintf(stderr, gettext("\t-c specify name of credentials cache\n")); 108 krb5_ccache cache = NULL; local 210 * Let us destroy the kernel cache first 220 gettext("%s: kernel creds cache error %d \n"), 224 if (cache == NULL) { 225 if (code = krb5_cc_default(kcontext, &cache)) { 234 v4 = 0; /* Don't do v4 if doing v5 and cache name given. */ 236 code = krb5_cc_resolve (kcontext, cache_name, &cache); 242 code = krb5_cc_default(kcontext, &cache); [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld/common/ |
| _librtld.h | 42 * Define a cache structure that is used to retain all elf section information. 44 typedef struct cache { struct 51 } 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 * [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/os/ |
| plat_ecc_dimm.c | 114 dimm_sid_cache_t *cache; local 120 cache = (dimm_sid_cache_t *)kmem_zalloc(sizeof (dimm_sid_cache_t) * 126 cache[i].mcid = plat_make_fru_cpuid(bd, 0, p); 129 return (cache); 133 plat_populate_sid_cache_one(dimm_sid_cache_t *cache, int bd) 151 * Each entry in the cache represents one mc. 157 if (cache[index].state != MC_DIMM_SIDS_REQUESTED) 163 dimmsidsp = cache[index].sids; 178 cache[index].state = MC_DIMM_SIDS_AVAILABLE; 183 plat_populate_sid_cache(dimm_sid_cache_t *cache, int max_entries [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/regex/ |
| regcache.c | 25 * regcomp() regex_t cache 32 #define CACHE 8 /* default # cached re's */ 58 Cache_t** cache; member in struct:State_s 64 * flush the cache 73 if (matchstate.cache[i] && matchstate.cache[i]->flags) 75 matchstate.cache[i]->flags = 0; 76 regfree(&matchstate.cache[i]->re); 96 * 0 pattern flushes the cache and reflags>0 extends cache [all...] |
| /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/ |
| dump_rcm.c | 48 /* cache flags */ 65 * Registration cache. 68 * dump device, the cache is multi-entry since there 71 static dump_conf_t *cache; variable 149 while ((dc = cache) != NULL) { 150 cache = cache->next; 452 for (ent = cache; ent != NULL; ent = ent->next) { 471 * pass 2 - register, unregister, or no-op based on cache flags 473 ent = cache; [all...] |
| /onnv/onnv-gate/usr/src/common/fs/ |
| ufsops.c | 786 static struct cache { struct 787 struct cache *next; 796 struct cache *entry = bkmem_alloc(sizeof (*entry)); 812 struct cache *entry = icache; 824 struct cache *next, *entry = icache;
|
| /onnv/onnv-gate/usr/src/common/openssl/ssl/ |
| ssl_sess.c | 158 /* XXX We should also check the external cache -- 164 * (this problem applies to the internal cache as well). 325 * cache as well if and only if we are supposed to. */ 349 * disable the session cache by accident without anyone noticing */ 362 goto err; /* treat like cache miss */ 395 /* remove it from the cache */ 426 /* add just 1 reference count for the SSL_CTX's session cache 430 /* if session c is in already in cache, we take back the increment later */ 443 /* ... so pretend the other session did not exist in cache 445 * session ID in the same cache, which could happen e.g. whe 663 LHASH *cache; member in struct:timeout_param_st [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
| cc_memory.c | 33 * implementation of memory-based credentials cache 116 krb5_mcc_data *cache; member in struct:krb5_mcc_list_node 131 * Creates/refreshes the file cred cache id. If the cache exists, its 158 * Closes the file cache, invalidates the id, and frees any resources 159 * associated with the cache. 205 if ((*curr)->cache == d) { 232 * creates a file-based cred cache that will reside in the file 233 * residual. The cache is not opened, but the filename is reserved. 266 if (!strcmp(ptr->cache->name, residual) [all...] |
| /onnv/onnv-gate/usr/src/lib/libmtmalloc/common/ |
| mtmalloc_impl.h | 44 typedef struct cache { struct 49 size_t mt_size; /* size of this cache */ 50 size_t mt_span; /* how long is this cache */ 51 struct cache *mt_next; /* next cache in list */ 70 /* used to avoid false sharing, should be power-of-2 >= cache coherency size */
|
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/cache/ |
| cache_api.cc | 28 /* The C interface to directory cache class functions */ 60 * Initializes the client cache. Allocates the global data strucuture 61 * NisSharedCache which is used by the other cache routines. 62 * We return a copy of the cache variable so that it will remain 63 * constant for each thread. We can change the cache variable 64 * from the shared cache to the local cache, but we must not 65 * delete the cache because another thread might still be using it 66 * (except in this routine if we create a cache with an error). 70 __nis_CacheInit(NisCache **cache) 220 NisCache *cache; local 241 NisCache *cache; local 273 NisCache *cache; local 309 NisCache *cache; local 361 NisCache *cache; local 381 NisCache *cache; local 440 NisCache *cache; local 464 NisCache *cache; local 484 NisCache *cache; local 501 NisCache *cache; local 521 NisCache *cache; local 538 NisCache *cache; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/yp/ |
| yp_match.c | 60 struct cache { struct 61 struct cache *next; 72 static int generation; /* Incremented when we add to cache */ 73 static struct cache *head; 79 freenode(struct cache *n) 93 * Attempt to Add item to cache 95 static struct cache * 98 struct cache *n; 100 /* Do not cache 'passwd' values i.e. passwd.byname or passwd.byuid. */ 117 * Look for a matching result in the per-process cache [all...] |
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| SunDATable.java | 81 private Vector cache = null; field in class:SunDATable 83 // The time when the cache should be refreshed. 103 // Initialize the cache. We want the scopes that can be dynamically 108 cache = getWireTable(conf.getConfiguredScopes(), Defaults.version); 133 // Refresh the local cache if necessary. 138 cache = getWireTable(useScopes, Defaults.version); 142 equivClasses = (Vector)cache.clone(); 145 // Sort through the local cache, matching against the input parameter. 209 // Sort through the table of equivalence classes in cache. 214 for (i = 0; i < cache.size(); i++) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ib/clients/iser/ |
| iser_resource.h | 142 kmem_cache_t *cache; /* back pointer for cleanup */ member in struct:iser_msg_s 158 kmem_cache_t *cache; /* back pointer for cleanup */ member in struct:iser_buf_s
|
| /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/common/ |
| util_machelf.c | 371 elfedit_section_t *cache; local 376 cache = &obj_state->os_secarr[cnt]; 377 if (cache->sec_shdr->sh_type == SHT_SUNW_cap) { 380 EC_WORD(cnt), cache->sec_name); 381 *cap = (Cap *) cache->sec_data->d_buf; 382 *num = cache->sec_shdr->sh_size / 383 cache->sec_shdr->sh_entsize; 384 return (cache); 414 elfedit_section_t *cache; local 417 cache = &obj_state->os_secarr[obj_state->os_dynndx] 453 elfedit_section_t *cache; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/ |
| reloc.c | 38 #include "cache.h" 182 unsigned int *ptr_dest, HfsCPrivateCache* cache, 221 ->cache[ref->ref_index].start_block 224 ->cache[ref->ref_index].start_block = 257 /* Update the cache */ 258 move = hfsc_cache_move_extent(cache, ref->ext_start, new_start); 287 /* Generic search thanks to the file system cache */ 291 HfsCPrivateCache* cache) 296 /* Reference search powered by the cache... */ 298 ref = hfsc_cache_search_extent(cache, *ptr_fblock) 592 HfsCPrivateCache* cache; local [all...] |
| reloc_plus.c | 38 #include "cache.h" 184 unsigned int *ptr_dest, HfsCPrivateCache* cache, 255 ->cache[ref->ref_index].start_block 258 ->cache[ref->ref_index].start_block = 263 ->cache[ref->ref_index].start_block 266 ->cache[ref->ref_index].start_block = 271 ->cache[ref->ref_index].start_block 274 ->cache[ref->ref_index].start_block = 313 move = hfsc_cache_move_extent(cache, ref->ext_start, new_start); 358 HfsCPrivateCache* cache) 865 HfsCPrivateCache* cache; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| optlib.h | 98 Optcache_t* cache; /* OPT_cache cache */ member in struct:Optstate_s
|