Home
last modified time | relevance | path

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

1234567

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dccfns.c32 krb5_cc_get_name(krb5_context context, krb5_ccache cache) in krb5_cc_get_name()
38 krb5_cc_get_full_name(krb5_context context, krb5_ccache cache, in krb5_cc_get_full_name()
52 krb5_cc_gen_new(krb5_context context, krb5_ccache *cache) in krb5_cc_gen_new()
59 krb5_cc_initialize(krb5_context context, krb5_ccache cache, in krb5_cc_initialize()
67 krb5_cc_destroy(krb5_context context, krb5_ccache cache) in krb5_cc_destroy()
74 krb5_cc_close(krb5_context context, krb5_ccache cache) in krb5_cc_close()
80 krb5_cc_store_cred(krb5_context context, krb5_ccache cache, in krb5_cc_store_cred()
88 krb5_cc_retrieve_cred(krb5_context context, krb5_ccache cache, in krb5_cc_retrieve_cred()
115 krb5_cc_get_principal(krb5_context context, krb5_ccache cache, in krb5_cc_get_principal()
122 krb5_cc_start_seq_get(krb5_context context, krb5_ccache cache, in krb5_cc_start_seq_get()
[all …]
H A Dcc_api_macos.c57 cc_ccache_t cache; member
91 krb5_ccache cache = NULL; in make_cache() local
286 api_macos_initialize(krb5_context context, krb5_ccache cache, in api_macos_initialize()
318 api_macos_close(krb5_context context, krb5_ccache cache) in api_macos_close()
332 api_macos_destroy(krb5_context context, krb5_ccache cache) in api_macos_destroy()
345 api_macos_store(krb5_context context, krb5_ccache cache, krb5_creds *creds) in api_macos_store()
365 api_macos_retrieve(krb5_context context, krb5_ccache cache, in api_macos_retrieve()
374 api_macos_get_princ(krb5_context context, krb5_ccache cache, in api_macos_get_princ()
395 api_macos_start_seq_get(krb5_context context, krb5_ccache cache, in api_macos_start_seq_get()
415 api_macos_next_cred(krb5_context context, krb5_ccache cache, in api_macos_next_cred()
[all …]
H A Dcc_dir.c290 dcc_get_name(krb5_context context, krb5_ccache cache) in dcc_get_name()
302 krb5_ccache cache = NULL; in make_cache() local
432 dcc_init(krb5_context context, krb5_ccache cache, krb5_principal princ) in dcc_init()
440 dcc_destroy(krb5_context context, krb5_ccache cache) in dcc_destroy()
453 dcc_close(krb5_context context, krb5_ccache cache) in dcc_close()
466 dcc_store(krb5_context context, krb5_ccache cache, krb5_creds *creds) in dcc_store()
474 dcc_retrieve(krb5_context context, krb5_ccache cache, krb5_flags flags, in dcc_retrieve()
484 dcc_get_princ(krb5_context context, krb5_ccache cache, in dcc_get_princ()
493 dcc_get_first(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor) in dcc_get_first()
501 dcc_get_next(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor, in dcc_get_next()
[all …]
H A Dcc_kcm.c164 kcmreq_init(struct kcmreq *req, kcm_opcode opcode, krb5_ccache cache) in kcmreq_init()
628 krb5_ccache cache = NULL; in make_cache() local
670 cache_call(krb5_context context, krb5_ccache cache, struct kcmreq *req) in cache_call()
683 get_kdc_offset(krb5_context context, krb5_ccache cache) in get_kdc_offset()
705 set_kdc_offset(krb5_context context, krb5_ccache cache) in set_kdc_offset()
718 kcm_get_name(krb5_context context, krb5_ccache cache) in kcm_get_name()
825 kcm_initialize(krb5_context context, krb5_ccache cache, krb5_principal princ) in kcm_initialize()
839 kcm_close(krb5_context context, krb5_ccache cache) in kcm_close()
852 kcm_destroy(krb5_context context, krb5_ccache cache) in kcm_destroy()
865 kcm_store(krb5_context context, krb5_ccache cache, krb5_creds *cred) in kcm_store()
[all …]
H A Dt_cccol.c60 krb5_ccache cache; in get_collection_names() local
137 check_name(krb5_ccache cache, const char *expected_name) in check_name()
151 krb5_ccache cache; in check_primary_name() local
163 krb5_ccache cache; in check_princ() local
182 krb5_ccache cache; in check_match() local
H A Dcccursor.c151 krb5_ccache cache = NULL; in match_caches() local
190 krb5_ccache cache = NULL; in krb5_cc_cache_match() local
236 krb5_ccache cache; in krb5_cccol_have_content() local
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_tnt_cache.c34 void pt_tnt_cache_init(struct pt_tnt_cache *cache) in pt_tnt_cache_init()
43 int pt_tnt_cache_is_empty(const struct pt_tnt_cache *cache) in pt_tnt_cache_is_empty()
51 int pt_tnt_cache_query(struct pt_tnt_cache *cache) in pt_tnt_cache_query()
67 int pt_tnt_cache_update_tnt(struct pt_tnt_cache *cache, in pt_tnt_cache_update_tnt()
H A Dpt_msec_cache.c36 int pt_msec_cache_init(struct pt_msec_cache *cache) in pt_msec_cache_init()
46 void pt_msec_cache_fini(struct pt_msec_cache *cache) in pt_msec_cache_fini()
55 int pt_msec_cache_invalidate(struct pt_msec_cache *cache) in pt_msec_cache_invalidate()
76 int pt_msec_cache_read(struct pt_msec_cache *cache, in pt_msec_cache_read()
99 int pt_msec_cache_fill(struct pt_msec_cache *cache, in pt_msec_cache_fill()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c143 struct kmem_cache *cache = private; in kmem_std_constructor() local
151 struct kmem_cache *cache = private; in kmem_std_destructor() local
161 kmem_cache_t *cache; in kmem_cache_create() local
183 kmem_cache_destroy(kmem_cache_t *cache) in kmem_cache_destroy()
192 kmem_cache_alloc(kmem_cache_t *cache, int flags) in kmem_cache_alloc()
207 kmem_cache_free(kmem_cache_t *cache, void *buf) in kmem_cache_free()
241 kmem_cache_reap_soon(kmem_cache_t *cache) in kmem_cache_reap_soon()
298 spl_kmem_cache_inuse(kmem_cache_t *cache) in spl_kmem_cache_inuse()
304 spl_kmem_cache_entry_size(kmem_cache_t *cache) in spl_kmem_cache_entry_size()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp49 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc()
61 InternalAllocatorCache *cache) { in RawInternalRealloc()
71 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree()
86 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc()
93 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc()
101 InternalAllocatorCache *cache) { in InternalReallocArray()
112 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc()
125 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree()
H A Dsanitizer_allocator_combined.h44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate()
89 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate()
97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate()
155 void InitCache(AllocatorCache *cache) { in InitCache()
159 void DestroyCache(AllocatorCache *cache) { in DestroyCache()
163 void SwallowCache(AllocatorCache *cache) { in SwallowCache()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c72 } cache[name_cache_size]; global() member
124 struct name_cache *cache = (struct name_cache *)data; cleanup() local
142 lookup_name(struct name_cache * cache,const char * (* lookup_fn)(struct name_cache *,id_t),id_t id) lookup_name() argument
187 lookup_uname_helper(struct name_cache * cache,id_t id) lookup_uname_helper() argument
232 lookup_uname_helper(struct name_cache * cache,id_t id) lookup_uname_helper() argument
256 lookup_gname_helper(struct name_cache * cache,id_t id) lookup_gname_helper() argument
299 lookup_gname_helper(struct name_cache * cache,id_t id) lookup_gname_helper() argument
[all...]
/freebsd/crypto/openssl/crypto/x509/
H A Dpcy_cache.c30 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create() local
83 X509_POLICY_CACHE *cache; in policy_cache_new() local
178 void ossl_policy_cache_free(X509_POLICY_CACHE *cache) in ossl_policy_cache_free()
201 X509_POLICY_DATA *ossl_policy_cache_find_data(const X509_POLICY_CACHE *cache, in ossl_policy_cache_find_data()
H A Dpcy_tree.c102 const X509_POLICY_CACHE *cache; in tree_init() local
288 const X509_POLICY_CACHE *cache, in tree_link_nodes()
310 const X509_POLICY_CACHE *cache, in tree_add_unmatched()
339 const X509_POLICY_CACHE *cache, in tree_link_unmatched()
375 const X509_POLICY_CACHE *cache, in tree_link_any()
605 const X509_POLICY_CACHE *cache; in tree_evaluate() local
/freebsd/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c108 umem_cache_t *cache = malloc(sizeof(umem_cache_t)); in umem_cache_create() local
123 void *umem_cache_alloc(umem_cache_t *cache, int flags) in umem_cache_alloc()
153 void umem_cache_free(umem_cache_t *cache, void *buffer) in umem_cache_free()
164 void umem_cache_destroy(umem_cache_t *cache) in umem_cache_destroy()
/freebsd/contrib/pam-krb5/module/
H A Dfast.c166 const char *cache = args->config->fast_ccache; in fast_setup_cache() local
210 char *cache, *result; in fast_setup_anon() local
270 char *cache; in pamk5_fast_setup() local
H A Dsetcred.c39 krb5_ccache old, krb5_ccache *cache) in cache_init_from_cache()
250 krb5_ccache cache = NULL; in pamk5_setcred() local
/freebsd/sys/dev/usb/
H A Dusb_busdma.c165 usbd_copy_in(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in()
193 usbd_copy_in_user(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in_user()
222 struct usb_page_cache *cache; member
237 usbd_m_copy_in(struct usb_page_cache *cache, usb_frlength_t dst_offset, in usbd_m_copy_in()
282 usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out()
310 usbd_copy_out_user(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out_user()
338 usbd_frame_zero(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_frame_zero()
/freebsd/crypto/krb5/src/clients/klist/
H A Dklist.c365 krb5_ccache cache; in list_all_ccaches() local
390 list_ccache(krb5_ccache cache) in list_ccache()
427 krb5_ccache cache; in show_all_ccaches() local
457 krb5_ccache cache; in do_ccache() local
470 show_ccache(krb5_ccache cache) in show_ccache()
526 check_ccache(krb5_ccache cache) in check_ccache()
/freebsd/crypto/krb5/src/clients/kdestroy/
H A Dkdestroy.c66 krb5_ccache cache; in print_remaining_cc_warning() local
90 krb5_ccache cache = NULL; in main() local
/freebsd/contrib/dialog/
H A Dinputstr.c197 #define load_cache(cache, string) &my_cache argument
205 same_cache2(CACHE * cache, const char *string, unsigned i_len) in same_cache2()
244 same_cache1(CACHE * cache, const char *string, size_t i_len) in same_cache1()
279 CACHE *cache = load_cache(cCntWideBytes, string); in dlg_count_wcbytes() local
317 CACHE *cache = load_cache(cCntWideChars, string); in dlg_count_wchars() local
356 CACHE *cache = load_cache(cInxWideChars, string); in dlg_index_wchars() local
410 CACHE *cache = load_cache(cInxCols, string); in dlg_index_columns() local
/freebsd/crypto/krb5/src/windows/leash/
H A DKrbListTickets.cpp181 krb5_ccache cache, in do_ccache()
297 krb5_ccache cache; in do_all_ccaches() local
331 krb5_ccache cache = 0; in LeashKRB5ListDefaultTickets() local
/freebsd/crypto/krb5/src/lib/crypto/builtin/enc_provider/
H A Daes.c88 struct aes_key_info_cache *cache = CACHE(key); in aesni_expand_enc_key() local
100 struct aes_key_info_cache *cache = CACHE(key); in aesni_expand_dec_key() local
112 struct aes_key_info_cache *cache = CACHE(key); in aesni_enc() local
129 struct aes_key_info_cache *cache = CACHE(key); in aesni_dec() local
/freebsd/stand/usb/
H A Dusb_busdma_loader.c96 usbd_copy_in(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in()
120 usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out()
144 usbd_frame_zero(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_frame_zero()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp110 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate() local
114 AllocatorCache *cache = &fallback_allocator_cache; in DFsanAllocate() local
145 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate() local
149 AllocatorCache *cache = &fallback_allocator_cache; in dfsan_deallocate() local

1234567