sghsc_event_t
sghsc_event_t *rsp_data;
rsp_data = (sghsc_event_t *)(((sbbc_msg_t *)arg)->msg_buf);
sghsc_event_t rsp_data;
static int sghsc_rb_get(sghsc_rb_head_t *, sghsc_event_t *);
static int sghsc_rb_put(sghsc_rb_head_t *, sghsc_event_t *);
rb_head->buf = (sghsc_event_t *)kmem_zalloc(
sizeof (sghsc_event_t) * rb_head->size, KM_SLEEP);
(size_t)(sizeof (sghsc_event_t) * rb_head->size));
sghsc_rb_put(sghsc_rb_head_t *rb_head, sghsc_event_t *event)
sghsc_rb_get(sghsc_rb_head_t *rb_head, sghsc_event_t *event)
static sghsc_event_t payload;
sghsc_event_t *buf;