Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libinetutil/common/
H A Deh.c68 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()
H A Dlibinetutil_impl.h119 iu_eh_shutdown_t *iueh_shutdown; /* shutdown callback */ member