Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c55 static kcf_ntfy_elem_t *ntfy_list_head;
56 static kcf_ntfy_elem_t *ntfy_list_tail;
318 kcf_ntfy_elem_t *nep; in crypto_notify_events()
328 nep = kmem_zalloc(sizeof (kcf_ntfy_elem_t), KM_SLEEP); in crypto_notify_events()
367 kcf_ntfy_elem_t *nep = (kcf_ntfy_elem_t *)hndl; in crypto_unnotify_events()
377 kcf_ntfy_elem_t *nextp = nep->kn_next; in crypto_unnotify_events()
378 kcf_ntfy_elem_t *prevp = nep->kn_prev; in crypto_unnotify_events()
424 kmem_free(nep, sizeof (kcf_ntfy_elem_t)); in crypto_unnotify_events()
435 kcf_ntfy_elem_t *nep; in kcf_walk_ntfylist()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h439 } kcf_ntfy_elem_t; typedef