/titanic_52/usr/src/cmd/isns/isnsd/ |
H A D | isns_cache.h | 50 typedef struct cache { struct 66 dumpcache global() argument
|
/titanic_52/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | ccfns.c | 34 krb5_cc_get_name (krb5_context context, krb5_ccache cache) in krb5_cc_get_name() argument 40 krb5_cc_gen_new (krb5_context context, krb5_ccache *cache) in krb5_cc_gen_new() argument 46 krb5_cc_initialize(krb5_context context, krb5_ccache cache, in krb5_cc_initialize() argument 53 krb5_cc_destroy(krb5_context context,krb5_ccache cache) krb5_cc_destroy() argument 59 krb5_cc_close(krb5_context context,krb5_ccache cache) krb5_cc_close() argument 65 krb5_cc_store_cred(krb5_context context,krb5_ccache cache,krb5_creds * creds) krb5_cc_store_cred() argument 94 krb5_cc_retrieve_cred(krb5_context context,krb5_ccache cache,krb5_flags flags,krb5_creds * mcreds,krb5_creds * creds) krb5_cc_retrieve_cred() argument 118 krb5_cc_get_principal(krb5_context context,krb5_ccache cache,krb5_principal * principal) krb5_cc_get_principal() argument 125 krb5_cc_start_seq_get(krb5_context context,krb5_ccache cache,krb5_cc_cursor * cursor) krb5_cc_start_seq_get() argument 132 krb5_cc_next_cred(krb5_context context,krb5_ccache cache,krb5_cc_cursor * cursor,krb5_creds * creds) krb5_cc_next_cred() argument 139 krb5_cc_end_seq_get(krb5_context context,krb5_ccache cache,krb5_cc_cursor * cursor) krb5_cc_end_seq_get() argument 146 krb5_cc_remove_cred(krb5_context context,krb5_ccache cache,krb5_flags flags,krb5_creds * creds) krb5_cc_remove_cred() argument 153 krb5_cc_set_flags(krb5_context context,krb5_ccache cache,krb5_flags flags) krb5_cc_set_flags() argument 159 krb5_cc_get_flags(krb5_context context,krb5_ccache cache,krb5_flags * flags) krb5_cc_get_flags() argument 165 krb5_cc_get_type(krb5_context context,krb5_ccache cache) krb5_cc_get_type() argument [all...] |
/titanic_52/usr/src/cmd/sgs/librtld/common/ |
H A D | _librtld.h | 44 typedef struct cache { struct 45 c_flagscache global() argument 46 c_scncache global() argument 47 c_shdrcache global() argument 48 c_datacache global() argument 49 c_namecache global() argument 50 c_infocache global() argument
|
H A D | syms.c | 44 update_sym(Cache *cache, Cache *_cache, Addr edata, Half endx, Addr addr) in update_sym() argument
|
H A D | dynamic.c | 39 update_dynamic(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, in update_dynamic() argument
|
/titanic_52/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 */ 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 45 mt_cache_lockcache global() argument
|
/titanic_52/usr/src/uts/common/idmap/ |
H A D | idmap_cache.c | 180 kidmap_cache_create(idmap_cache_t *cache) in kidmap_cache_create() argument 209 kidmap_cache_delete(idmap_cache_t * cache) kidmap_cache_delete() argument 244 kidmap_cache_get_data(idmap_cache_t * cache,size_t * uidbysid,size_t * gidbysid,size_t * pidbysid,size_t * sidbyuid,size_t * sidbygid) kidmap_cache_get_data() argument 264 kidmap_cache_purge(idmap_cache_t * cache) kidmap_cache_purge() argument 320 kidmap_cache_lookup_uidbysid(idmap_cache_t * cache,const char * sid_prefix,uint32_t rid,uid_t * uid) kidmap_cache_lookup_uidbysid() argument 350 kidmap_cache_lookup_gidbysid(idmap_cache_t * cache,const char * sid_prefix,uint32_t rid,gid_t * gid) kidmap_cache_lookup_gidbysid() argument 380 kidmap_cache_lookup_pidbysid(idmap_cache_t * cache,const char * sid_prefix,uint32_t rid,uid_t * pid,int * is_user) kidmap_cache_lookup_pidbysid() argument 418 kidmap_cache_lookup_sidbyuid(idmap_cache_t * cache,const char ** sid_prefix,uint32_t * rid,uid_t uid) kidmap_cache_lookup_sidbyuid() argument 448 kidmap_cache_lookup_sidbygid(idmap_cache_t * cache,const char ** sid_prefix,uint32_t * rid,gid_t gid) kidmap_cache_lookup_sidbygid() argument 478 kidmap_cache_add_sid2uid(idmap_cache_t * cache,const char * sid_prefix,uint32_t rid,uid_t uid,int direction) kidmap_cache_add_sid2uid() argument 568 kidmap_cache_add_sid2gid(idmap_cache_t * cache,const char * sid_prefix,uint32_t rid,gid_t gid,int direction) kidmap_cache_add_sid2gid() argument 656 kidmap_cache_add_sid2pid(idmap_cache_t * cache,const char * sid_prefix,uint32_t rid,uid_t pid,int is_user,int direction) kidmap_cache_add_sid2pid() argument 795 kidmap_purge_sid2pid_cache(idmap_sid2pid_cache_t * cache,size_t limit) kidmap_purge_sid2pid_cache() argument 818 kidmap_purge_pid2sid_cache(idmap_pid2sid_cache_t * cache,size_t limit) kidmap_purge_pid2sid_cache() argument [all...] |
/titanic_52/usr/src/lib/libnsl/yp/ |
H A D | yp_match.c | 60 struct cache { struct 61 struct cache *next; argument 72 static int generation; /* Incremented when we add to cache */ argument [all...] |
/titanic_52/usr/src/cmd/sgs/elfdump/common/ |
H A D | _elfdump.h | 104 typedef struct cache { struct 119 c_ndxcache global() argument
|
H A D | elfdump.c | 107 Cache *cache; /* Pointer to cache entry for VERSYM */ member 122 Cache *cache; /* Cache of all section headers */ member 272 relsymname(Cache *cache, Cache *csec, Cache *strsec, Word symndx, Word symnum, in relsymname() argument 310 stringtbl(Cache *cache, int symtab, Word ndx, Word shnum, const char *file, in stringtbl() argument 390 symlookup(const char * name,Cache * cache,Word shnum,Sym ** sym,Cache * target,Cache * symtab,const char * file) symlookup() argument 458 sections(const char * file,Cache * cache,Word shnum,Ehdr * ehdr,uchar_t osabi) sections() argument 540 unwind_eh_frame(Cache * cache,Word shndx,Word shnum,Phdr * uphdr,Ehdr * ehdr,gnu_eh_state_t * eh_state,uchar_t osabi,const char * file,uint_t flags) unwind_eh_frame() argument 859 unwind(Cache * cache,Word shnum,Word phnum,Ehdr * ehdr,uchar_t osabi,const char * file,Elf * elf,uint_t flags) unwind() argument 970 init_symtbl_state(SYMTBL_STATE * state,Cache * cache,Word shnum,Word secndx,Ehdr * ehdr,uchar_t osabi,VERSYM_STATE * versym,const char * file,uint_t flags) init_symtbl_state() argument 1313 cap_section(const char * file,Cache * cache,Word shnum,Cache * ccache,uchar_t osabi,Ehdr * ehdr,uint_t flags) cap_section() argument 1688 cap(const char * file,Cache * cache,Word shnum,Word phnum,Ehdr * ehdr,uchar_t osabi,Elf * elf,uint_t flags) cap() argument 1771 interp(const char * file,Cache * cache,Word shnum,Word phnum,Elf * elf) interp() argument 1848 syminfo(Cache * cache,Word shnum,Ehdr * ehdr,uchar_t osabi,const char * file) syminfo() argument 2283 versions(Cache * cache,Word shnum,const char * file,uint_t flags,VERSYM_STATE * versym) versions() argument 2421 symbols(Cache * cache,Word shnum,Ehdr * ehdr,uchar_t osabi,VERSYM_STATE * versym,const char * file,uint_t flags) symbols() argument 2464 sunw_sort(Cache * cache,Word shnum,Ehdr * ehdr,uchar_t osabi,VERSYM_STATE * versym,const char * file,uint_t flags) sunw_sort() argument 2601 reloc(Cache * cache,Word shnum,Ehdr * ehdr,const char * file) reloc() argument 2870 dyn_symtest(Dyn * dyn,const char * symname,Cache * symtab_cache,Cache * dynsym_cache,Cache * ldynsym_cache,Cache * target_cache,Cache * cache,Word shnum,Ehdr * ehdr,uchar_t osabi,const char * file) dyn_symtest() argument 2904 dynamic(Cache * cache,Word shnum,Ehdr * ehdr,uchar_t osabi,const char * file) dynamic() argument 3419 move(Cache * cache,Word shnum,const char * file,uint_t flags) move() argument 3666 note_entry(Cache * cache,Word * data,size_t size,Ehdr * ehdr,const char * file) note_entry() argument 3796 note(Cache * cache,Word shnum,Ehdr * ehdr,const char * file) note() argument 3851 has_linux_abi_note(Cache * cache,Word shnum,const char * file) has_linux_abi_note() argument 3957 hash(Cache * cache,Word shnum,const char * file,uint_t flags) hash() argument 4097 group(Cache * cache,Word shnum,const char * file,uint_t flags) group() argument 4196 got(Cache * cache,Word shnum,Ehdr * ehdr,const char * file) got() argument 4471 Cache *cache, *_cache; shdr_cache() local 4779 create_cache(const char * file,int fd,Elf * elf,Ehdr * ehdr,Cache ** cache,size_t shstrndx,size_t * shnum,uint_t * flags) create_cache() argument 4814 Cache *cache; regular() local [all...] |
/titanic_52/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 62 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 70 typedef struct head { /* Generic cache header: */ argument 67 sizecache global() argument [all...] |
/titanic_52/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 78 typedef struct cache { struct 473 sym_local(Cache *cache, Cache *csym, const char *file) in sym_local() argument 553 gvers_need(Cache *cache, Cache *need, const Gver_sym_data *vsdata, in gvers_need() argument 804 gvers_def(Cache *cache, Cache *def, const Gver_sym_data *vsdata, in gvers_def() argument 1012 Cache *cache, *_cache; in main() local 79 c_scncache global() argument 80 c_datacache global() argument 81 c_namecache global() argument [all...] |
/titanic_52/usr/src/common/fs/ |
H A D | ufsops.c | 786 static struct cache { struct 787 struct cache *next; argument 796 struct cache *entry = bkmem_alloc(sizeof (*entry)); in set_cache() argument
|
/titanic_52/usr/src/uts/common/io/cxgbe/shared/ |
H A D | shared.c | 61 rxbuf_cache_destroy(kmem_cache_t *cache) in rxbuf_cache_destroy() argument 71 rxbuf_alloc(kmem_cache_t *cache, int kmflags, uint_t ref_cnt) in rxbuf_alloc() argument
|
/titanic_52/usr/src/uts/sun4u/os/ |
H A D | plat_ecc_dimm.c | 113 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() argument 182 plat_populate_sid_cache(dimm_sid_cache_t *cache, in argument [all...] |
/titanic_52/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.h | 124 struct cache { struct 125 uint_t flags; /* cache state */ argument 129 cache_node_t *root; /* root of cache tree */ argument 148 struct cache cache; member 128 hashcache global() argument 130 dnglcache global() argument 131 last_minorcache global() argument
|
/titanic_52/usr/src/boot/sys/boot/usb/ |
H A D | usb_busdma_loader.c | 97 usbd_copy_in(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in() argument 121 usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out() argument 145 usbd_frame_zero(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_frame_zero() argument [all...] |
/titanic_52/usr/src/cmd/nscd/ |
H A D | nscd_cfgdef.h | 71 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 [all...] |
/titanic_52/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_parse.c | 81 cachemgr_set_ttl(ldap_stat_t *cache, char *name, int value) in cachemgr_set_ttl() argument
|
/titanic_52/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | memcache.c | 358 ldap_memcache_set(LDAP * ld,LDAPMemCache * cache) ldap_memcache_set() argument 471 ldap_memcache_update(LDAPMemCache * cache) ldap_memcache_update() argument 488 ldap_memcache_flush(LDAPMemCache * cache,char * dn,int scope) ldap_memcache_flush() argument 513 ldap_memcache_destroy(LDAPMemCache * cache) ldap_memcache_destroy() argument 858 memcache_validate_basedn(LDAPMemCache * cache,const char * basedn) memcache_validate_basedn() argument [all...] |
/titanic_52/usr/src/uts/sun4u/sys/ |
H A D | mem_cache_ioctl.h | 47 cache_id_t cache; member
|
/titanic_52/usr/src/uts/common/vm/ |
H A D | vm_usage.c | 1705 vmu_cache_t *cache; in vmu_cache_alloc() local 1719 vmu_cache_hold(vmu_cache_t * cache) vmu_cache_hold() argument 1729 vmu_cache_rele(vmu_cache_t * cache) vmu_cache_rele() argument 1746 vmu_copyout_results(vmu_cache_t * cache,vmusage_t * buf,size_t * nres,uint_t flags,int cpflg) vmu_copyout_results() argument 1943 vmu_cache_t *cache; vm_getusage() local 1974 vmu_cache_t *cache; vm_getusage() local [all...] |
/titanic_52/usr/src/uts/common/sys/ib/clients/iser/ |
H A D | iser_resource.h | 142 kmem_cache_t *cache; /* back pointer for cleanup */ member 158 kmem_cache_t *cache; /* back pointer for cleanup */ member
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_reiserfs.c | 348 #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); read_tree_node() local 733 char *cache; next_key() local 823 char *cache; search_stat() local [all...] |
/titanic_52/usr/src/cmd/krb5/kdestroy/ |
H A D | kdestroy.c | 108 krb5_ccache cache = NULL; local [all...] |