Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi_impl.h64 #define LH_FLAGS_NOTIFY 0x0001 /* invoked in context of a notify */ macro
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c1752 if (handlep->lh_flags & LH_FLAGS_NOTIFY) in ldi_close()
1768 handlep->lh_flags &= ~LH_FLAGS_NOTIFY; in ldi_close()
3395 lecp->lec_lhp->lh_flags |= LH_FLAGS_NOTIFY; in ldi_invoke_notify()