Home
last modified time | relevance | path

Searched refs:restarter_event_handle_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.h66 typedef struct restarter_event_handle restarter_event_handle_t; typedef
178 restarter_event_handle_t **);
184 restarter_event_handle_t *restarter_event_get_handle(restarter_event_t *);
244 int restarter_set_states(restarter_event_handle_t *, const char *,
H A Dlibrestart.c107 restarter_event_handle_t *re_event_handle;
601 restarter_event_handle_t *h = (restarter_event_handle_t *)cookie; in cb()
652 restarter_event_handle_t **rehp) in restarter_bind_handle()
654 restarter_event_handle_t *h; in restarter_bind_handle()
667 if ((h = uu_zalloc(sizeof (restarter_event_handle_t))) == NULL) in restarter_bind_handle()
734 restarter_event_handle_t *
843 restarter_set_states(restarter_event_handle_t *h, const char *inst, in restarter_set_states()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c193 static restarter_event_handle_t *rst_event_handle = NULL;