Searched refs:iu_handle_events (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libinetutil/common/
H A Dlibinetutil.h197 * iu_handle_events() to wait and callback the registered functions
234 int iu_handle_events(iu_eh_t *, iu_tq_t *);
H A Deh.c118 * notes: the event handler in question must be in iu_handle_events()
249 * back in iu_handle_events(), zero revents to prevent it.
263 * iu_handle_events(): begins handling events on an event handler
272 iu_handle_events(iu_eh_t *eh, iu_tq_t *tq) function
359 * post_signal(): posts a signal for later consumption in iu_handle_events()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c344 switch (iu_handle_events(eh, tq)) {
347 dhcpmsg(MSG_WARNING, "iu_handle_events exited abnormally");
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c662 switch (iu_handle_events(vrrpd_eh, vrrpd_timerq)) {
664 vrrp_log(VRRP_ERR, "main(): iu_handle_events() failed "

Completed in 56 milliseconds