Lines Matching refs:firm_event
44 * Internal `Firm_event' interface for the keyboard and mouse drivers.
65 * Initialize a firm_event queue.
72 ev->ev_q = kmem_zalloc((size_t)EV_QSIZE * sizeof(struct firm_event),
80 * Tear down a firm_event queue.
88 kmem_free(ev->ev_q, (size_t)EV_QSIZE * sizeof(struct firm_event));
103 if (uio->uio_resid < sizeof(struct firm_event))
128 n = howmany(uio->uio_resid, sizeof(struct firm_event));
132 cnt * sizeof(struct firm_event), uio);
145 cnt * sizeof(struct firm_event), uio);
212 kn->kn_data *= sizeof(struct firm_event);