Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c339 ntfy_list_tail->kn_next = nep; in crypto_notify_events()
377 kcf_ntfy_elem_t *nextp = nep->kn_next; in crypto_unnotify_events()
386 prevp->kn_next = 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_impl.h101 struct kobj_notify_list *kn_next; member
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h434 struct kcf_ntfy_elem *kn_next; member
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c997 knp->kn_next = NULL; in kobj_notify_add()
1004 knp->kn_next = *knl; in kobj_notify_add()
1020 if ((tknp = knp->kn_next) != NULL) in kobj_notify_remove()
1024 tknp->kn_next = knp->kn_next; in kobj_notify_remove()
1026 *knl = knp->kn_next; in kobj_notify_remove()
1046 for (knp = *(kobj_notify_lookup(type)); knp != NULL; knp = knp->kn_next) in kobj_notify()