Home
last modified time | relevance | path

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

1234

/titanic_41/usr/src/cmd/isns/isnsd/
H A Disns_cache.h50 typedef struct cache { struct
66 } cache_t; argument
/titanic_41/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 …]
/titanic_41/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()
/titanic_41/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
/titanic_41/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 …]
/titanic_41/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
/titanic_41/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 …]
/titanic_41/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()
536 unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr, in unwind_eh_frame()
855 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi, in unwind()
966 init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx, in init_symtbl_state()
1309 cap_section(const char *file, Cache *cache, Word shnum, Cache *ccache, in cap_section()
[all …]
/titanic_41/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
/titanic_41/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.c61 rxbuf_cache_destroy(kmem_cache_t *cache) in rxbuf_cache_destroy()
71 rxbuf_alloc(kmem_cache_t *cache, int kmflags, uint_t ref_cnt) in rxbuf_alloc()
/titanic_41/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
/titanic_41/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
/titanic_41/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()
/titanic_41/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
/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_parse.c81 cachemgr_set_ttl(ldap_stat_t *cache, char *name, int value) in cachemgr_set_ttl()
/titanic_41/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
/titanic_41/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()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dmem_cache_ioctl.h47 cache_id_t cache; member
/titanic_41/usr/src/uts/common/vm/
H A Dvm_usage.c1705 vmu_cache_t *cache; in vmu_cache_alloc() local
1719 vmu_cache_hold(vmu_cache_t *cache) in vmu_cache_hold()
1729 vmu_cache_rele(vmu_cache_t *cache) in vmu_cache_rele()
1746 vmu_copyout_results(vmu_cache_t *cache, vmusage_t *buf, size_t *nres, in vmu_copyout_results()
1943 vmu_cache_t *cache; in vm_getusage() local
1974 vmu_cache_t *cache; in vm_getusage() local
/titanic_41/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_resource.h142 kmem_cache_t *cache; /* back pointer for cleanup */ member
158 kmem_cache_t *cache; /* back pointer for cleanup */ member
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c348 #define BLOCKHEAD(cache) ((struct block_head *) cache) argument
350 #define KEY(cache) ((struct key *) ((int) cache + BLKH_SIZE)) argument
351 #define DC(cache) ((struct disk_child *) \ argument
695 char* cache = CACHE(depth); in read_tree_node() local
733 char *cache; in next_key() local
823 char *cache; in search_stat() local
/titanic_41/usr/src/cmd/krb5/kdestroy/
H A Dkdestroy.c108 krb5_ccache cache = NULL; local

1234