Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi_impl.h137 int (*lec_notify)(); member
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c1759 lecp->lec_notify = NULL; in ldi_close()
3171 ASSERT(lecp->lec_notify == NULL); in i_ldi_ev_callback()
3270 lecp->lec_notify = callb->cb_notify; in ldi_ev_register_callbacks()
3379 if (lecp->lec_notify == NULL) { in ldi_invoke_notify()
3396 if (lecp->lec_notify(lecp->lec_lhp, lecp->lec_cookie, in ldi_invoke_notify()
3754 ASSERT(found->lec_notify == NULL); in ldi_ev_remove_callbacks()