Searched refs:iueh_shutdown (Results 1 – 2 of 2) sorted by relevance
66 eh->iueh_shutdown = NULL; in iu_eh_create()125 eh->iueh_shutdown = shutdown; in iu_stop_handling_events()307 if (eh->iueh_shutdown != NULL) in iu_handle_events()350 } while (eh->iueh_stop == B_FALSE || (eh->iueh_shutdown != NULL && in iu_handle_events()351 eh->iueh_shutdown(eh, eh->iueh_shutdown_arg) == B_FALSE)); in iu_handle_events()
117 iu_eh_shutdown_t *iueh_shutdown; /* shutdown callback */ member