Symbol: wscons_event
share/examples/rump/ukbd_read/kbd.c
53
struct wscons_event *wev;
share/examples/rump/ums_draw/ms.c
52
struct wscons_event *wev;
sys/dev/wscons/wsbell.c
283
struct wscons_event event;
sys/dev/wscons/wsconsio.h
591
#define WSMUXIO_INJECTEVENT _IOW('W', 100, struct wscons_event)
sys/dev/wscons/wsdisplay.c
1617
struct wscons_event event;
sys/dev/wscons/wsevent.c
138
sizeof(struct wscons_event) : \
sys/dev/wscons/wsevent.c
205
wsevent_copyout_events(const struct wscons_event *events, int cnt,
sys/dev/wscons/wsevent.c
401
wsevent_inject(struct wseventvar *ev, struct wscons_event *events,
sys/dev/wscons/wsevent.c
423
struct wscons_event *we;
sys/dev/wscons/wsevent_50.c
125
wsevent_copyout_events50(const struct wscons_event *events, int cnt,
sys/dev/wscons/wsevent_50.c
131
const struct wscons_event *ev = &events[i];
sys/dev/wscons/wseventvar.h
89
struct wscons_event *q; /* circular buffer (queue) of events */
sys/dev/wscons/wseventvar.h
99
int wsevent_inject(struct wseventvar *, struct wscons_event *, size_t);
sys/dev/wscons/wskbd.c
636
struct wscons_event event;
sys/dev/wscons/wskbd.c
731
struct wscons_event event;
sys/dev/wscons/wsmouse.c
339
struct wscons_event event;
sys/dev/wscons/wsmouse.c
373
struct wscons_event events[4 + sizeof(d) * 8];
sys/dev/wscons/wsmouse.c
535
struct wscons_event events[2];
sys/dev/wscons/wsmouse.c
571
struct wscons_event events[2];
sys/dev/wscons/wsmux.c
400
struct wscons_event event;
sys/dev/wscons/wsmux.c
422
event.type = ((struct wscons_event *)data)->type;
sys/dev/wscons/wsmux.c
423
event.value = ((struct wscons_event *)data)->value;
sys/sys/compat_stub.h
162
struct wscons_event;
sys/sys/compat_stub.h
165
(const struct wscons_event *, int, struct uio *));
usr.sbin/moused/moused.c
835
struct wscons_event ev;
usr.sbin/tpctl/tp.c
115
struct wscons_event ev;
usr.sbin/tpctl/tp.c
143
struct wscons_event ev;
usr.sbin/wsmoused/action.c
119
action_wsmouse_event(struct wscons_event evt)
usr.sbin/wsmoused/action.c
59
void action_wsmouse_event(struct wscons_event);
usr.sbin/wsmoused/selection.c
228
selection_wsmouse_event(struct wscons_event evt)
usr.sbin/wsmoused/selection.c
331
selection_wscons_event(struct wscons_event evt, int preclose)
usr.sbin/wsmoused/selection.c
64
void selection_wsmouse_event(struct wscons_event);
usr.sbin/wsmoused/selection.c
65
void selection_wscons_event(struct wscons_event, int);
usr.sbin/wsmoused/wsmoused.c
102
static void generic_wscons_event(struct wscons_event);
usr.sbin/wsmoused/wsmoused.c
309
struct wscons_event event;
usr.sbin/wsmoused/wsmoused.c
379
generic_wscons_event(struct wscons_event evt)
usr.sbin/wsmoused/wsmoused.h
64
void (*mb_wsmouse_event)(struct wscons_event);
usr.sbin/wsmoused/wsmoused.h
65
void (*mb_wscons_event)(struct wscons_event, int);