/osnet-11/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...] |
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/ |
H A D | file.c | 70 HfsExtDataRec cache, uint16_t* ptr_start_cache) 94 memcpy (cache, ret_cache, sizeof(HfsExtDataRec)); 129 file->cache[i].block_count))) { 131 file->cache[i].start_block); 134 s += PED_BE16_TO_CPU (file->cache[i].block_count); 137 /* update cache */ 138 if (!hfs_get_extent_containing (file, block, file->cache, 143 _("Could not update the extent cache for HFS file with " 153 file->cache[i].block_count))) { 155 file->cache[ 69 hfs_get_extent_containing(HfsPrivateFile* file, unsigned int block, HfsExtDataRec cache, uint16_t* ptr_start_cache) argument [all...] |
H A D | cache.c | 38 #include "cache.h" 112 hfsc_delete_cache(HfsCPrivateCache* cache) argument 114 hfsc_delete_cachetable(cache->table_list); 115 free(cache->linked_ref); 116 free(cache); 120 hfsc_cache_add_extent(HfsCPrivateCache* cache, uint32_t start, uint32_t length, argument 127 PED_ASSERT(idx < cache->linked_ref_size, return NULL); 129 for (ext = cache->linked_ref[idx]; 144 if ( cache->last_table->table_first_free 145 == cache 177 hfsc_cache_search_extent(HfsCPrivateCache* cache, uint32_t start) argument 194 hfsc_cache_move_extent(HfsCPrivateCache* cache, uint32_t old_start, uint32_t new_start) argument [all...] |
H A D | file_plus.c | 72 HfsPExtDataRec cache, uint32_t* ptr_start_cache) 97 memcpy (cache, ret_cache, sizeof(HfsPExtDataRec)); 140 file->cache[i].block_count))) { 142 + PED_BE32_TO_CPU (file->cache[i] 144 size = PED_BE32_TO_CPU (file->cache[i].block_count) 148 s += PED_BE32_TO_CPU (file->cache[i].block_count); 151 /* update cache */ 152 if (!hfsplus_get_extent_containing (file, block, file->cache, 157 _("Could not update the extent cache for HFS+ file " 168 file->cache[ 71 hfsplus_get_extent_containing(HfsPPrivateFile* file, unsigned int block, HfsPExtDataRec cache, uint32_t* ptr_start_cache) argument [all...] |
H A D | cache.h | 58 /* Access read only from outside cache.c */ 71 /* Internaly used by cache.c for custom memory managment only */ 81 /* Internaly used by cache.c for custom memory managment 82 and cache handling only */ 98 hfsc_delete_cache(HfsCPrivateCache* cache); 101 hfsc_cache_add_extent(HfsCPrivateCache* cache, uint32_t start, uint32_t length, 106 hfsc_cache_search_extent(HfsCPrivateCache* cache, uint32_t start); 109 hfsc_cache_move_extent(HfsCPrivateCache* cache, uint32_t old_start, 113 hfsc_cache_needed_buffer(HfsCPrivateCache* cache) argument 115 return cache [all...] |
H A D | reloc.c | 39 #include "cache.h" 183 unsigned int *ptr_dest, HfsCPrivateCache* cache, 222 ->cache[ref->ref_index].start_block 225 ->cache[ref->ref_index].start_block = 258 /* Update the cache */ 259 move = hfsc_cache_move_extent(cache, ref->ext_start, new_start); 288 /* Generic search thanks to the file system cache */ 292 HfsCPrivateCache* cache) 297 /* Reference search powered by the cache... */ 299 ref = hfsc_cache_search_extent(cache, *ptr_fbloc 182 hfs_do_move(PedFileSystem* fs, unsigned int *ptr_src, unsigned int *ptr_dest, HfsCPrivateCache* cache, HfsCPrivateExtent* ref) argument 290 hfs_move_extent_starting_at(PedFileSystem *fs, unsigned int *ptr_fblock, unsigned int *ptr_to_fblock, HfsCPrivateCache* cache) argument 319 hfs_cache_from_mdb(HfsCPrivateCache* cache, PedFileSystem* fs, PedTimer* timer) argument 363 hfs_cache_from_catalog(HfsCPrivateCache* cache, PedFileSystem* fs, PedTimer* timer) argument 458 hfs_cache_from_extent(HfsCPrivateCache* cache, PedFileSystem* fs, PedTimer* timer) argument 593 HfsCPrivateCache* cache; local [all...] |
H A D | reloc_plus.c | 39 #include "cache.h" 185 unsigned int *ptr_dest, HfsCPrivateCache* cache, 256 ->cache[ref->ref_index].start_block 259 ->cache[ref->ref_index].start_block = 264 ->cache[ref->ref_index].start_block 267 ->cache[ref->ref_index].start_block = 272 ->cache[ref->ref_index].start_block 275 ->cache[ref->ref_index].start_block = 314 move = hfsc_cache_move_extent(cache, ref->ext_start, new_start); 359 HfsCPrivateCache* cache) 184 hfsplus_do_move(PedFileSystem* fs, unsigned int *ptr_src, unsigned int *ptr_dest, HfsCPrivateCache* cache, HfsCPrivateExtent* ref) argument 357 hfsplus_move_extent_starting_at(PedFileSystem *fs, unsigned int *ptr_fblock, unsigned int *ptr_to_fblock, HfsCPrivateCache* cache) argument 382 hfsplus_cache_from_vh(HfsCPrivateCache* cache, PedFileSystem* fs, PedTimer* timer) argument 474 hfsplus_cache_from_catalog(HfsCPrivateCache* cache, PedFileSystem* fs, PedTimer* timer) argument 600 hfsplus_cache_from_extent(HfsCPrivateCache* cache, PedFileSystem* fs, PedTimer* timer) argument 714 hfsplus_cache_from_attributes(HfsCPrivateCache* cache, PedFileSystem* fs, PedTimer* timer) argument 863 HfsCPrivateCache* cache; local [all...] |
/osnet-11/usr/src/lib/fm/libfmd_agent/sparc/ |
H A D | fmd_agent_sparc.c | 52 uint64_t cache, cachetype, cachelevel, cacheindex, cacheway; local 58 /* Get the cache type and level */ 59 if (nvlist_lookup_uint64(hcsp, FM_FMRI_HC_SPECIFIC_L2CACHE, &cache) 64 &cache) == 0) {
|
/osnet-11/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...] |
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | search.c | 44 static struct cache_entry *cache; variable in typeref:struct:cache_entry 142 cache_ent->next = cache; 143 cache = cache_ent; 197 for (prev = &cache, cache_ent = *prev; cache_ent;
|
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/ |
H A D | icon_manager.c | 47 /* Icon cache: linked list w/ dummy head node. */ 48 struct icon_entry cache; member in struct:grub_gfxmenu_icon_manager 66 mgr->cache.class_name = 0; 67 mgr->cache.bitmap = 0; 68 mgr->cache.next = 0; 86 /* Clear the icon cache. */ 92 for (cur = mgr->cache.next; cur; cur = next) 99 mgr->cache.next = 0; 102 /* Set the theme path. If the theme path is changed, the icon cache 108 /* Clear the cache i [all...] |
/osnet-11/usr/src/lib/libmtmalloc/common/ |
H A D | mtmalloc_impl.h | 42 typedef struct cache { struct 47 size_t mt_size; /* size of this cache */ 67 volatile uint_t mt_nfree[CACHESPACES]; /* free space in cache */ 68 cache_t *mt_cache[CACHESPACES]; /* Pointer to cache */ 78 /* used to avoid false sharing, should be power-of-2 >= cache coherency size */
|
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_match.c | 56 struct cache { struct 57 struct cache *next; 68 static int generation; /* Incremented when we add to cache */ 69 static struct cache *head; 75 freenode(struct cache *n) 89 * Attempt to Add item to cache 91 static struct cache * 94 struct cache *n; 96 /* Do not cache 'passwd' values i.e. passwd.byname or passwd.byuid. */ 113 * Look for a matching result in the per-process cache [all...] |
/osnet-11/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...] |
H A D | resource.c | 146 * Possible update the contents of a single resource within the cache. This 160 * it and link it into our cache so that we can find it, but we're 565 netsnmp_delegated_cache *cache = (netsnmp_delegated_cache *)arg; local 573 ASSERT(netsnmp_handler_check_cache(cache) != NULL); 583 cache); 588 request = cache->requests; 589 reqinfo = cache->reqinfo; 590 reginfo = cache->reginfo; 617 netsnmp_free_delegated_cache(cache); 626 netsnmp_free_delegated_cache(cache); 710 netsnmp_delegated_cache *cache = (netsnmp_delegated_cache *)arg; local [all...] |
H A D | problem.c | 781 netsnmp_delegated_cache *cache = (netsnmp_delegated_cache *)arg; local 789 ASSERT(netsnmp_handler_check_cache(cache) != NULL); 799 cache); 804 request = cache->requests; 805 reqinfo = cache->reqinfo; 806 reginfo = cache->reginfo; 833 netsnmp_free_delegated_cache(cache); 842 netsnmp_free_delegated_cache(cache); 850 netsnmp_free_delegated_cache(cache); 934 netsnmp_free_delegated_cache(cache); 972 netsnmp_delegated_cache *cache = (netsnmp_delegated_cache *)arg; local [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | ccbase.c | 141 * Register a new credentials cache type 179 * Resolve a credential cache name into a cred. cache object. 184 * cache types, while the "residual" portion is specific to the 185 * particular cache type. 190 krb5_cc_resolve (krb5_context context, const char *name, krb5_ccache *cache) argument 204 return (*krb5_cc_dfl_ops->resolve)(context, cache, name); 229 *cache = (krb5_ccache) 0; 237 return ops->resolve(context, cache, resid);
|
H A D | ccfns.c | 29 * Dispatch methods for credentials cache code. 35 krb5_cc_get_name (krb5_context context, krb5_ccache cache) argument 37 return cache->ops->get_name(context, cache); 41 krb5_cc_gen_new (krb5_context context, krb5_ccache *cache) argument 43 return (*cache)->ops->gen_new(context, cache); 47 krb5_cc_initialize(krb5_context context, krb5_ccache cache, argument 50 return cache->ops->init(context, cache, principa 54 krb5_cc_destroy(krb5_context context, krb5_ccache cache) argument 60 krb5_cc_close(krb5_context context, krb5_ccache cache) argument 66 krb5_cc_store_cred(krb5_context context, krb5_ccache cache, krb5_creds *creds) argument 100 krb5_cc_retrieve_cred(krb5_context context, krb5_ccache cache, krb5_flags flags, krb5_creds *mcreds, krb5_creds *creds) argument 124 krb5_cc_get_principal(krb5_context context, krb5_ccache cache, krb5_principal *principal) argument 131 krb5_cc_start_seq_get(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor) argument 138 krb5_cc_next_cred(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor, krb5_creds *creds) argument 145 krb5_cc_end_seq_get(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor) argument 152 krb5_cc_remove_cred(krb5_context context, krb5_ccache cache, krb5_flags flags, krb5_creds *creds) argument 159 krb5_cc_set_flags(krb5_context context, krb5_ccache cache, krb5_flags flags) argument 165 krb5_cc_get_flags(krb5_context context, krb5_ccache cache, krb5_flags *flags) argument 171 krb5_cc_get_type(krb5_context context, krb5_ccache cache) argument [all...] |
H A D | cc_memory.c | 33 * implementation of memory-based credentials cache 108 /* Individual credentials within a cache, in a linked list. */ 114 /* Per-cache data header. */ 126 krb5_mcc_data *cache; member in struct:krb5_mcc_list_node 146 * Creates/refreshes the memory cred cache id. If the cache exists, its 182 * the cache. 228 if ((*curr)->cache == d) { 260 * creates or accesses a memory-based cred cache that is referenced by 285 if (!strcmp(ptr->cache 607 krb5_mcc_remove_cred(krb5_context context, krb5_ccache cache, krb5_flags flags, krb5_creds *creds) argument [all...] |
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optlib.h | 103 Optcache_t* cache; /* OPT_cache cache */ member in struct:Optstate_s
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/ |
H A D | ext2.h | 66 struct ext2_buffer_head *cache; member in struct:ext2_buffer_cache
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/ |
H A D | pi_meth.c | 292 uint64_t cache; local 296 &cache) == 0 || 298 &cache) == 0) 483 * itself be used as ASRU for chip, core, and cache line.
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | disk.c | 34 /* Disk cache. */ 75 struct grub_disk_cache *cache; local 79 cache = grub_disk_cache_table + index; 81 if (cache->dev_id == dev_id && cache->disk_id == disk_id 82 && cache->sector == sector && cache->data) 84 cache->lock = 1; 85 grub_free (cache->data); 86 cache 98 struct grub_disk_cache *cache = grub_disk_cache_table + i; local 112 struct grub_disk_cache *cache; local 139 struct grub_disk_cache *cache; local 155 struct grub_disk_cache *cache; local [all...] |
/osnet-11/usr/src/lib/libidmap/common/ |
H A D | idmap_cache.c | 178 idmap_purge_sid2uid_gid_cache(sid2uid_gid_cache_t *cache, size_t limit); 181 idmap_purge_pid2sid_winname_cache(pid2sid_winname_cache_t *cache, size_t limit); 1453 idmap_purge_sid2uid_gid_cache(sid2uid_gid_cache_t *cache, size_t limit) argument 1458 while (avl_numnodes(&cache->tree) > limit) { 1460 item = cache->head.blink; 1462 avl_remove(&cache->tree, item); 1464 cache->uid_num--; 1466 cache->gid_num--; 1468 cache->pid_num--; 1474 cache 1479 idmap_purge_winname2uid_gid_cache(winname2uid_gid_cache_t *cache, size_t limit) argument 1505 idmap_purge_pid2sid_winname_cache(pid2sid_winname_cache_t *cache, size_t limit) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/net/ |
H A D | dns.c | 107 int cache; member in struct:recv_data 381 if (ttl_all && *data->naddresses && data->cache) 417 int cache) 428 struct recv_data data = {naddresses, addresses, cache, 443 if (cache) 450 grub_dprintf ("dns", "retrieved from cache\n"); 412 grub_net_dns_lookup(const char *name, const struct grub_net_network_level_address *servers, grub_size_t n_servers, grub_size_t *naddresses, struct grub_net_network_level_address **addresses, int cache) argument
|