Searched refs:IH_SUSP (Results 1 – 2 of 2) sorted by relevance
63 #define IH_SUSP 0x00000010 /* Device is powered down. */ macro
920 handler->ih_flags |= IH_SUSP; in intr_event_remove_handler() 944 handler->ih_flags &= ~IH_SUSP; in intr_event_suspend_handler() 1160 if ((ih->ih_flags & IH_SUSP) != 0) in intr_event_execute_handlers() 1377 if ((ih->ih_flags & IH_SUSP) != 0) in intr_event_handle()