Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 93) sorted by relevance

1234

/onnv-gate/usr/src/cmd/isns/isnsd/
H A Disns_cache.h50 typedef struct cache { struct
66 } cache_t; argument
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccfns.c34 krb5_cc_get_name (krb5_context context, krb5_ccache cache) in krb5_cc_get_name()
40 krb5_cc_gen_new (krb5_context context, krb5_ccache *cache) in krb5_cc_gen_new()
46 krb5_cc_initialize(krb5_context context, krb5_ccache cache, in krb5_cc_initialize()
53 krb5_cc_destroy (krb5_context context, krb5_ccache cache) in krb5_cc_destroy()
59 krb5_cc_close (krb5_context context, krb5_ccache cache) in krb5_cc_close()
65 krb5_cc_store_cred (krb5_context context, krb5_ccache cache, in krb5_cc_store_cred()
94 krb5_cc_retrieve_cred (krb5_context context, krb5_ccache cache, in krb5_cc_retrieve_cred()
118 krb5_cc_get_principal (krb5_context context, krb5_ccache cache, in krb5_cc_get_principal()
125 krb5_cc_start_seq_get (krb5_context context, krb5_ccache cache, in krb5_cc_start_seq_get()
132 krb5_cc_next_cred (krb5_context context, krb5_ccache cache, in krb5_cc_next_cred()
[all …]
/onnv-gate/usr/src/cmd/sgs/librtld/common/
H A D_librtld.h44 typedef struct cache { struct
45 int c_flags;
46 Elf_Scn *c_scn;
47 Shdr *c_shdr;
48 Elf_Data *c_data;
49 char *c_name;
50 void *c_info;
H A Dsyms.c44 update_sym(Cache *cache, Cache *_cache, Addr edata, Half endx, Addr addr) in update_sym()
H A Ddynamic.c39 update_dynamic(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, in update_dynamic()
/onnv-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h44 typedef struct cache { struct
45 mutex_t mt_cache_lock; /* lock for this data structure */ argument
49 size_t mt_size; /* size of this cache */ argument
50 size_t mt_span; /* how long is this cache */ argument
51 struct cache *mt_next; /* next cache in list */ argument
70 /* used to avoid false sharing, should be power-of-2 >= cache coherency size */ argument
/onnv-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c180 kidmap_cache_create(idmap_cache_t *cache) in kidmap_cache_create()
209 kidmap_cache_delete(idmap_cache_t *cache) in kidmap_cache_delete()
244 kidmap_cache_get_data(idmap_cache_t *cache, size_t *uidbysid, size_t *gidbysid, in kidmap_cache_get_data()
264 kidmap_cache_purge(idmap_cache_t *cache) in kidmap_cache_purge()
320 kidmap_cache_lookup_uidbysid(idmap_cache_t *cache, const char *sid_prefix, in kidmap_cache_lookup_uidbysid()
350 kidmap_cache_lookup_gidbysid(idmap_cache_t *cache, const char *sid_prefix, in kidmap_cache_lookup_gidbysid()
380 kidmap_cache_lookup_pidbysid(idmap_cache_t *cache, const char *sid_prefix, in kidmap_cache_lookup_pidbysid()
418 kidmap_cache_lookup_sidbyuid(idmap_cache_t *cache, const char **sid_prefix, in kidmap_cache_lookup_sidbyuid()
448 kidmap_cache_lookup_sidbygid(idmap_cache_t *cache, const char **sid_prefix, in kidmap_cache_lookup_sidbygid()
478 kidmap_cache_add_sid2uid(idmap_cache_t *cache, const char *sid_prefix, in kidmap_cache_add_sid2uid()
[all …]
/onnv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dpcy_cache.c78 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create() local
131 X509_POLICY_CACHE *cache; in policy_cache_new() local
236 void policy_cache_free(X509_POLICY_CACHE *cache) in policy_cache_free()
261 X509_POLICY_DATA *policy_cache_find_data(const X509_POLICY_CACHE *cache, in policy_cache_find_data()
H A Dpcy_map.c78 static X509_POLICY_REF *policy_map_find(X509_POLICY_CACHE *cache, ASN1_OBJECT *id) in policy_map_find()
99 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_set_mapping() local
H A Dpcy_tree.c79 const X509_POLICY_CACHE *cache; in tree_init() local
245 const X509_POLICY_CACHE *cache) in tree_link_nodes()
283 const X509_POLICY_CACHE *cache, in tree_link_any()
526 const X509_POLICY_CACHE *cache; in tree_evaluate() local
/onnv-gate/usr/src/lib/libnsl/yp/
H A Dyp_match.c60 struct cache { struct
61 struct cache *next; argument
72 static int generation; /* Incremented when we add to cache */ argument
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dcache.c111 hfsc_delete_cache(HfsCPrivateCache* cache) in hfsc_delete_cache()
119 hfsc_cache_add_extent(HfsCPrivateCache* cache, uint32_t start, uint32_t length, in hfsc_cache_add_extent()
176 hfsc_cache_search_extent(HfsCPrivateCache* cache, uint32_t start) in hfsc_cache_search_extent()
193 hfsc_cache_move_extent(HfsCPrivateCache* cache, uint32_t old_start, in hfsc_cache_move_extent()
H A Dreloc.c182 unsigned int *ptr_dest, HfsCPrivateCache* cache, in hfs_do_move()
291 HfsCPrivateCache* cache) in hfs_move_extent_starting_at()
318 hfs_cache_from_mdb(HfsCPrivateCache* cache, PedFileSystem* fs, in hfs_cache_from_mdb()
362 hfs_cache_from_catalog(HfsCPrivateCache* cache, PedFileSystem* fs, in hfs_cache_from_catalog()
457 hfs_cache_from_extent(HfsCPrivateCache* cache, PedFileSystem* fs, in hfs_cache_from_extent()
592 HfsCPrivateCache* cache; in hfs_pack_free_space_from_block() local
H A Dreloc_plus.c184 unsigned int *ptr_dest, HfsCPrivateCache* cache, in hfsplus_do_move()
358 HfsCPrivateCache* cache) in hfsplus_move_extent_starting_at()
381 hfsplus_cache_from_vh(HfsCPrivateCache* cache, PedFileSystem* fs, in hfsplus_cache_from_vh()
473 hfsplus_cache_from_catalog(HfsCPrivateCache* cache, PedFileSystem* fs, in hfsplus_cache_from_catalog()
600 hfsplus_cache_from_extent(HfsCPrivateCache* cache, PedFileSystem* fs, in hfsplus_cache_from_extent()
715 hfsplus_cache_from_attributes(HfsCPrivateCache* cache, PedFileSystem* fs, in hfsplus_cache_from_attributes()
865 HfsCPrivateCache* cache; in hfsplus_pack_free_space_from_block() local
/onnv-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h104 typedef struct cache { struct
119 extern const Cache cache_init; argument
H A Delfdump.c103 Cache *cache; /* Pointer to cache entry for VERSYM */ member
118 Cache *cache; /* Cache of all section headers */ member
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()
386 symlookup(const char *name, Cache *cache, Word shnum, Sym **sym, in symlookup()
454 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi) in sections()
535 unwind_eh_frame(Cache *cache, Word shndx, Phdr *uphdr, Ehdr *ehdr, in unwind_eh_frame()
786 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi, in unwind()
897 init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx, in init_symtbl_state()
1240 cap_section(const char *file, Cache *cache, Word shnum, Cache *ccache, in cap_section()
[all …]
/onnv-gate/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c149 typedef struct cache { struct
152 uint32_t registered; /* cache regsitered */ argument
1102 cache_dependent(cache_t *cache, char *devname, int devflags, in cache_dependent()
1190 cache_device(cache_t *cache, char *devname, svm_type_t devtype, in cache_device()
1293 cache_hsp(cache_t *cache, mdhspnamelist_t *nlp, md_hsp_t *hsp) in cache_hsp()
1329 cache_trans(cache_t *cache, mdnamelist_t *nlp, md_trans_t *trans) in cache_trans()
1378 cache_mirror(cache_t *cache, mdnamelist_t *nlp, md_mirror_t *mirror) in cache_mirror()
1420 cache_raid(cache_t *cache, mdnamelist_t *nlp, md_raid_t *raid) in cache_raid()
1461 cache_stripe(cache_t *cache, mdnamelist_t *nlp, md_stripe_t *stripe) in cache_stripe()
1517 cache_sp(cache_t *cache, mdnamelist_t *nlp, md_sp_t *soft_part) in cache_sp()
[all …]
/onnv-gate/usr/src/stand/lib/fs/common/
H A Dcache.c62 typedef struct cache { /* Generic cache element: */ struct
63 struct cache *link[4]; /* .. Fwd/Bak links for hash chain & LRU */ argument
64 struct cache **chn; /* .. Hash chain link */ argument
67 int size; /* .. Size of cached data */ argument
70 typedef struct head { /* Generic cache header: */ argument
/onnv-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c78 typedef struct cache { struct
79 Elf_Scn *c_scn;
80 Elf_Data *c_data;
81 char *c_name;
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() local
/onnv-gate/usr/src/common/fs/
H A Dufsops.c786 static struct cache { struct
787 struct cache *next; argument
796 struct cache *entry = bkmem_alloc(sizeof (*entry)); in set_cache() argument
/onnv-gate/usr/src/uts/sun4u/os/
H A Dplat_ecc_dimm.c113 dimm_sid_cache_t *cache; in plat_alloc_sid_cache() local
132 plat_populate_sid_cache_one(dimm_sid_cache_t *cache, int bd) in plat_populate_sid_cache_one()
182 plat_populate_sid_cache(dimm_sid_cache_t *cache, int max_entries) in plat_populate_sid_cache()
/onnv-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h124 struct cache { struct
125 uint_t flags; /* cache state */ argument
128 cache_link_t **hash; /* hash table */ argument
129 cache_node_t *root; /* root of cache tree */ argument
130 cache_link_t *dngl; /* list of dangling links */ argument
131 cache_minor_t *last_minor; /* last minor looked up */ argument
148 struct cache cache; member
/onnv-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_parse.c81 cachemgr_set_ttl(ldap_stat_t *cache, char *name, int value) in cachemgr_set_ttl()
/onnv-gate/usr/src/cmd/nscd/
H A Dnscd_cfgdef.h71 nscd_cfg_cache_t cache; member
79 nscd_cfg_stat_cache_t cache; member
88 nscd_cfg_stat_cache_t cache; member
99 nscd_cfg_global_cache_t cache; member
/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c358 ldap_memcache_set( LDAP *ld, LDAPMemCache *cache ) in ldap_memcache_set()
471 ldap_memcache_update( LDAPMemCache *cache ) in ldap_memcache_update()
488 ldap_memcache_flush( LDAPMemCache *cache, char *dn, int scope ) in ldap_memcache_flush()
513 ldap_memcache_destroy( LDAPMemCache *cache ) in ldap_memcache_destroy()
858 memcache_validate_basedn(LDAPMemCache *cache, const char *basedn) in memcache_validate_basedn()

1234