Searched defs:ntfy_list_tail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c56 static kcf_ntfy_elem_t *ntfy_list_tail; variable
337 ntfy_list_head = ntfy_list_tail = nep;
339 ntfy_list_tail->kn_next = nep;
340 nep->kn_prev = ntfy_list_tail;
341 ntfy_list_tail = nep;
383 ntfy_list_tail = prevp;

Completed in 61 milliseconds