Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_mod.c97 for (kn = kctl_mod_notifiers; kn->kn_func != NULL; kn++) in kctl_mod_notify_reg()
106 for (kn = kctl_mod_notifiers; kn->kn_func != NULL; kn++) in kctl_mod_notify_unreg()
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_impl.h98 kobj_notify_f *kn_func; /* notification func */ member
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c332 nep->kn_func = nf; in crypto_notify_events()
471 (*nep->kn_func)(event, event_arg); in kcf_walk_ntfylist()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h437 crypto_notify_callback_t kn_func; member
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1047 knp->kn_func(type, modp); in kobj_notify()