Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c55 static kcf_ntfy_elem_t *ntfy_list_head; variable
336 if (ntfy_list_head == NULL) { in crypto_notify_events()
337 ntfy_list_head = ntfy_list_tail = nep; in crypto_notify_events()
388 ntfy_list_head = nextp; in crypto_unnotify_events()
445 for (nep = ntfy_list_head; nep != NULL; nep = nep->kn_next) in kcf_walk_ntfylist()
448 for (nep = ntfy_list_head; (nep != NULL && nelem); nep = nep->kn_next) { in kcf_walk_ntfylist()