Searched refs:iueh_shutdown (Results 1 – 2 of 2) sorted by relevance
68 eh->iueh_shutdown = NULL; in iu_eh_create()127 eh->iueh_shutdown = shutdown; in iu_stop_handling_events()309 if (eh->iueh_shutdown != NULL) in iu_handle_events()352 } while (eh->iueh_stop == B_FALSE || (eh->iueh_shutdown != NULL && in iu_handle_events()353 eh->iueh_shutdown(eh, eh->iueh_shutdown_arg) == B_FALSE)); in iu_handle_events()
119 iu_eh_shutdown_t *iueh_shutdown; /* shutdown callback */ member