/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_parse.c | 81 cachemgr_set_ttl(ldap_stat_t *cache, char *name, int value) argument 85 if (cache == NULL) 88 result = cachemgr_set_integer(&(cache->ldap_ttl),
|
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | papi_impl.h | 71 cache_t *cache; /* printer/job cache */ member in struct:__anon4336 101 /* query cache lookup routines */
|
H A D | lpd-query.c | 277 cache_t *cache = NULL; local 364 if ((cache = (cache_t *)calloc(1, sizeof (*cache))) == NULL) 367 if ((cache->printer = (printer_t *)calloc(1, sizeof (*cache->printer))) 371 cache->printer->attributes = attributes; 372 svc->cache = cache; 383 list_append(&cache->jobs, job); 397 time(&cache [all...] |
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | 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 [all...] |
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | syms.c | 44 update_sym(Cache *cache, Cache *_cache, Addr edata, Half endx, Addr addr) argument 58 strs = (char *)cache[shdr->sh_link].c_data->d_buf;
|
H A D | _librtld.h | 42 * Define a cache structure that is used to retain all elf section information. 44 typedef struct cache { struct
|
H A D | dynamic.c | 39 update_dynamic(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, argument 52 __cache = &cache[_cache->c_shdr->sh_link];
|
H A D | relocate.c | 39 * cache the processing decisions deduced, and these will be applied during 53 count_reloc(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, Addr addr, argument 83 __cache = &cache[shdr->sh_link]; 86 __cache = &cache[shdr->sh_link]; 333 * an application cache.
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | mem_cache_ioctl.h | 47 cache_id_t cache; member in struct:cache_info32
|
H A D | mem_cache.h | 84 cache_id_t cache; member in struct:cache_info
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | ccfns.c | 28 * Dispatch methods for credentials cache code. 34 krb5_cc_get_name (krb5_context context, krb5_ccache cache) argument 36 return cache->ops->get_name(context, cache); 40 krb5_cc_gen_new (krb5_context context, krb5_ccache *cache) argument 42 return (*cache)->ops->gen_new(context, cache); 46 krb5_cc_initialize(krb5_context context, krb5_ccache cache, argument 49 return cache->ops->init(context, cache, principa 53 krb5_cc_destroy(krb5_context context, krb5_ccache cache) argument 59 krb5_cc_close(krb5_context context, krb5_ccache cache) argument 65 krb5_cc_store_cred(krb5_context context, krb5_ccache cache, krb5_creds *creds) argument 94 krb5_cc_retrieve_cred(krb5_context context, krb5_ccache cache, krb5_flags flags, krb5_creds *mcreds, krb5_creds *creds) argument 118 krb5_cc_get_principal(krb5_context context, krb5_ccache cache, krb5_principal *principal) argument 125 krb5_cc_start_seq_get(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor) argument 132 krb5_cc_next_cred(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor, krb5_creds *creds) argument 139 krb5_cc_end_seq_get(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor) argument 146 krb5_cc_remove_cred(krb5_context context, krb5_ccache cache, krb5_flags flags, krb5_creds *creds) argument 153 krb5_cc_set_flags(krb5_context context, krb5_ccache cache, krb5_flags flags) argument 159 krb5_cc_get_flags(krb5_context context, krb5_ccache cache, krb5_flags *flags) argument 165 krb5_cc_get_type(krb5_context context, krb5_ccache cache) argument [all...] |
H A D | ccbase.c | 133 * Register a new credentials cache type 170 * Resolve a credential cache name into a cred. cache object. 175 * cache types, while the "residual" portion is specific to the 176 * particular cache type. 181 krb5_cc_resolve (krb5_context context, const char *name, krb5_ccache *cache) argument 197 return (*krb5_cc_dfl_ops->resolve)(context, cache, name); 222 *cache = (krb5_ccache) 0; 230 return ops->resolve(context, cache, resid);
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_cache.h | 50 typedef struct cache { struct
|
/illumos-gate/usr/src/cmd/krb5/kdestroy/ |
H A D | 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...] |
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/ |
H A D | shared.c | 61 rxbuf_cache_destroy(kmem_cache_t *cache) argument 63 kmem_cache_destroy(cache); 71 rxbuf_alloc(kmem_cache_t *cache, int kmflags, uint_t ref_cnt) argument 77 rxb = kmem_cache_alloc(cache, kmflags); 80 rxb->cache = cache; 94 kmem_cache_free(rxb->cache, rxb);
|
H A D | shared.h | 52 kmem_cache_t *cache; /* the kmem_cache this rxb came from */ member in struct:rxbuf 71 void rxbuf_cache_destroy(kmem_cache_t *cache); 72 struct rxbuf *rxbuf_alloc(kmem_cache_t *cache, int kmflags, uint_t ref_cnt);
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 25 * regcomp() regex_t cache 52 Cache_t** cache; member in struct:State_s 58 * flush the cache 67 if (matchstate.cache[i] && matchstate.cache[i]->keep) 69 matchstate.cache[i]->keep = 0; 70 regfree(&matchstate.cache[i]->re); 90 * 0 pattern flushes the cache and reflags>0 extends cache 99 if (matchstate.cache [all...] |
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_hash.c | 51 toeplitz_hash(const uint32_t *cache, const uint8_t *input, argument 56 hash ^= cache[pos * (UINT8_MAX + 1) + *input]; 111 * The amount of memory required for such a cache is not prohibitive: 114 * - hence, we need only 36 * 256 * 4 = 36kBytes of cache. 117 * cache lookup is about 15 times faster than direct hash calculation 122 uint32_t *cache = kmem_alloc(SFXGE_TOEPLITZ_CACHE_SIZE * local 151 cache[i * (UINT8_MAX + 1) + byte] = res; 154 return (cache);
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_cache.c | 49 * Creates an AVL tree and initializes the given cache handle. 50 * Transfers the cache to READY state. 52 * This function does not populate the cache. 58 * memory for the node data stored in the cache when 62 * cache to the caller of smb_cache_iterate or any other 65 * datasz Size of data stored in the cache if it's fixed size. 98 * Destroys the cache. 100 * Transfers the cache to DESTROYING state while it's waiting for 102 * to start. When all entries are removed the cache is transferred to 132 * Removes and frees all the cache entrie 492 avl_tree_t *cache; local [all...] |
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | module.c | 162 * Possible update the contents of a single module within the cache. This 174 * it and link it into our cache so that we can find it, but we're 552 netsnmp_delegated_cache *cache = (netsnmp_delegated_cache *)arg; local 560 ASSERT(netsnmp_handler_check_cache(cache) != NULL); 570 cache); 575 request = cache->requests; 576 reqinfo = cache->reqinfo; 577 reginfo = cache->reginfo; 604 netsnmp_free_delegated_cache(cache); 613 netsnmp_free_delegated_cache(cache); [all...] |
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | 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...] |
/illumos-gate/usr/src/lib/libmtmalloc/common/ |
H A D | 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 */
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | 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...] |
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/ |
H A D | 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
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optlib.h | 99 Optcache_t* cache; /* OPT_cache cache */ member in struct:Optstate_s
|