Searched refs:restarter_protocol_event_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.h74 } restarter_protocol_event_t; typedef in typeref:struct:restarter_protocol_event
96 restarter_protocol_event_t *restarter_event_dequeue();
97 void restarter_event_requeue(restarter_protocol_event_t *);
98 void restarter_event_release(restarter_protocol_event_t *);
H A Dprotocol.c198 "restarter_protocol_events", sizeof (restarter_protocol_event_t),
199 offsetof(restarter_protocol_event_t, rpe_link), NULL,
220 restarter_protocol_event_t *e;
224 e = startd_zalloc(sizeof (restarter_protocol_event_t));
241 restarter_event_release(restarter_protocol_event_t *e)
245 startd_free(e, sizeof (restarter_protocol_event_t));
249 * restarter_protocol_event_t *restarter_event_dequeue()
255 restarter_protocol_event_t *
258 restarter_protocol_event_t *e = NULL;
H A Drestarter.c1958 restarter_queue_event(restarter_inst_t *ri, restarter_protocol_event_t *e)
1998 restarter_protocol_event_t *e;

Completed in 631 milliseconds