g_event
struct g_event;
struct g_event *g_alloc_event(int flag);
void g_post_event_ep(g_event_t *func, void *arg, struct g_event *ep, ...);
struct g_event *d_cevent;
struct g_event *d_devent;
struct g_event *ep;
struct g_event *ep, *epn;
struct g_event *
return (g_malloc(sizeof(struct g_event), flag | M_ZERO));
struct g_event *ep, va_list ap)
g_post_event_ep(g_event_t *func, void *arg, struct g_event *ep, ...)
g_post_event_x(g_event_t *func, void *arg, int flag, int wuflag, struct g_event **epp, va_list ap)
struct g_event *ep;
struct g_event *ep;
TAILQ_HEAD(event_tailq_head, g_event);
TAILQ_ENTRY(g_event) events;
struct g_event *event;
struct g_event *event;
struct g_event *sc_event;