Home
last modified time | relevance | path

Searched refs:kcf_cbuf_elem_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_cbufcall.c52 static kcf_cbuf_elem_t *cbuf_list_head;
53 static kcf_cbuf_elem_t *cbuf_list_tail;
62 kcf_cbuf_elem_t *cbufp; in crypto_bufcall_alloc()
64 cbufp = kmem_zalloc(sizeof (kcf_cbuf_elem_t), KM_SLEEP); in crypto_bufcall_alloc()
84 kcf_cbuf_elem_t *cbufp = (kcf_cbuf_elem_t *)bc; in crypto_bufcall_free()
95 kmem_free(cbufp, sizeof (kcf_cbuf_elem_t)); in crypto_bufcall_free()
109 kcf_cbuf_elem_t *cbufp; in crypto_bufcall()
111 cbufp = (kcf_cbuf_elem_t *)bc; in crypto_bufcall()
157 kcf_cbuf_elem_t *cbufp = (kcf_cbuf_elem_t *)bc; in crypto_unbufcall()
163 kcf_cbuf_elem_t *nextp = cbufp->kc_next; in crypto_unbufcall()
[all …]
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h412 } kcf_cbuf_elem_t; typedef