event_input
if ((mp = allocb(sizeof (struct event_input), BPRI_HI)) != NULL) {
struct event_input *ev = (struct event_input *)mp->b_wptr;
mp->b_wptr += sizeof (struct event_input);