Searched refs:iu_eh_t (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libinetutil/common/
H A Dlibinetutil.h201 typedef struct iu_event_handler iu_eh_t; typedef in typeref:struct:iu_event_handler
225 typedef void iu_eh_callback_t(iu_eh_t *, int, short, iu_event_id_t, void *);
226 typedef void iu_eh_sighandler_t(iu_eh_t *, int, void *);
227 typedef boolean_t iu_eh_shutdown_t(iu_eh_t *, void *);
229 iu_eh_t *iu_eh_create(void);
230 void iu_eh_destroy(iu_eh_t *);
231 iu_event_id_t iu_register_event(iu_eh_t *, int, short, iu_eh_callback_t *,
233 int iu_unregister_event(iu_eh_t *, iu_event_id_t, void **);
234 int iu_handle_events(iu_eh_t *, iu_tq_t *);
235 void iu_stop_handling_events(iu_eh_t *, unsigne
[all...]
H A Deh.c37 static int grow_fds(iu_eh_t *, int);
41 * really a singleton (we pass iu_eh_t *'s around to maintain an
48 static iu_eh_t *signal_to_eh[NSIG];
54 * output: iu_eh_t *: the new event handler
57 iu_eh_t *
60 iu_eh_t *eh = malloc(sizeof (iu_eh_t));
87 * input: iu_eh_t *: the event handler to destroy
94 iu_eh_destroy(iu_eh_t *eh)
110 * input: iu_eh_t *
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.h58 extern iu_eh_t *eh;
65 boolean_t drain_script(iu_eh_t *, void *);
H A Dstates.h305 void refresh_smachs(iu_eh_t *, int, void *);
H A Dagent.c64 iu_eh_t *eh;
382 drain_script(iu_eh_t *ehp, void *arg)
404 * input: iu_eh_t *: unused
405 * int: the file descriptor in the iu_eh_t * the connection came in on
412 accept_event(iu_eh_t *ehp, int fd, short events, iu_event_id_t id, void *arg)
432 * input: iu_eh_t *: unused
433 * int: the file descriptor in the iu_eh_t * the request came in on
442 ipc_event(iu_eh_t *ehp, int fd, short events, iu_event_id_t id, void *arg)
1353 * input: iu_eh_t *: unused
1361 rtsock_event(iu_eh_t *eh
[all...]
H A Dscript_handler.c250 script_exit(iu_eh_t *ehp, int fd, short events, iu_event_id_t id, void *arg)
H A Drequest.c964 * input: iu_eh_t *: unused
974 dhcp_acknak_global(iu_eh_t *ehp, int fd, short events, iu_event_id_t id,
1086 * input: iu_eh_t *: unused
1096 dhcp_packet_lif(iu_eh_t *ehp, int fd, short events, iu_event_id_t id,
H A Dstates.c1264 * input: iu_eh_t *: unused
1272 refresh_smachs(iu_eh_t *eh, int sig, void *arg)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c94 iu_eh_t *vrrpd_eh = NULL;
1265 vrrpd_cmdsock_handler(iu_eh_t *eh, int s, short events, iu_event_id_t id,
1398 vrrpd_rtsock_handler(iu_eh_t *eh, int s, short events,
3516 vrrpd_sock_handler(iu_eh_t *eh, int s, short events, iu_event_id_t id,

Completed in 116 milliseconds