firm_event
if (uio->uio_resid < sizeof(struct firm_event))
n = howmany(uio->uio_resid, sizeof(struct firm_event));
cnt * sizeof(struct firm_event), uio);
cnt * sizeof(struct firm_event), uio);
kn->kn_data *= sizeof(struct firm_event);
ev->ev_q = malloc((u_long)EV_QSIZE * sizeof(struct firm_event),
struct firm_event *ev_q;/* circular buffer (queue) of events */
struct firm_event *fe;
struct firm_event *fe;
if (uio->uio_resid < sizeof(struct firm_event))
n = howmany(uio->uio_resid, sizeof(struct firm_event));
cnt * sizeof(struct firm_event), uio);
cnt * sizeof(struct firm_event), uio);
kn->kn_data *= sizeof(struct firm_event);
#define EV_Q_ALLOCSIZE (EV_QSIZE * sizeof(struct firm_event))
struct firm_event *ev_q;/* circular buffer (queue) of events */
struct firm_event *fe;
struct firm_event *fe, *fe2;
struct firm_event ms_bq[2]; /* Button queue */
struct firm_event *fe;
ev_out32(struct firm_event *e, int n, struct uio *uio)
static int ev_out32(struct firm_event *, int, struct uio *);
ev_out32(struct firm_event *e, int n, struct uio *uio)
static int ev_out32(struct firm_event *, int, struct uio *);
if (uio->uio_resid < sizeof(struct firm_event))
n = howmany(uio->uio_resid, sizeof(struct firm_event));
cnt * sizeof(struct firm_event), uio);
cnt * sizeof(struct firm_event), uio);
kn->kn_data *= sizeof(struct firm_event);
ev->ev_q = kmem_zalloc((size_t)EV_QSIZE * sizeof(struct firm_event),
kmem_free(ev->ev_q, (size_t)EV_QSIZE * sizeof(struct firm_event));
struct firm_event *ev_q;/* circular buffer (queue) of events */
struct firm_event *fe;
struct firm_event *fe;
if (uio->uio_resid < sizeof(struct firm_event))
n = howmany(uio->uio_resid, sizeof(struct firm_event));
cnt * sizeof(struct firm_event), uio);
cnt * sizeof(struct firm_event), uio);
kn->kn_data *= sizeof(struct firm_event);
int (*ev_out32_hook)(struct firm_event *, int, struct uio *);
ev->ev_q = malloc((u_long)EV_QSIZE * sizeof(struct firm_event),
struct firm_event *ev_q;/* circular buffer (queue) of events */
extern int (*ev_out32_hook)(struct firm_event *, int, struct uio *);
struct firm_event *fe;
struct firm_event *fe;