Home
last modified time | relevance | path

Searched defs:iu_event_handler (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libinetutil/common/
H A Dlibinetutil_impl.h99 struct iu_event_handler { struct
101 struct pollfd *iueh_pollfds; /* array of pollfds */
103 iu_event_node_t *iueh_events; /* corresponding pollfd info */
105 unsigned int iueh_num_fds; /* number of pollfds/events */
107 boolean_t iueh_stop; /* true when done */
109 unsigned int iueh_reason; /* if stop is true, reason */
111 sigset_t iueh_sig_regset; /* registered signal */
114 iu_eh_sig_info_t iueh_sig_info[NSIG]; /* signal handler */
117 iu_eh_shutdown_t *iueh_shutdown; /* shutdown callback */
119 void *iueh_shutdown_arg; /* data for shutdown */