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) {
337 ntfy_list_head = ntfy_list_tail = nep;
388 ntfy_list_head = nextp;
445 for (nep = ntfy_list_head; nep != NULL; nep = nep->kn_next)
448 for (nep = ntfy_list_head; (nep != NULL && nelem); nep = nep->kn_next) {

Completed in 53 milliseconds