Home | History | Annotate | Download | only in dev

Lines Matching refs:firm_event

46  * Internal `Firm_event' interface for the keyboard and mouse drivers.
64 #define EV_Q_ALLOCSIZE (EV_QSIZE * sizeof(struct firm_event))
67 * Initialize a firm_event queue.
79 * Tear down a firm_event queue.
101 if (uio->uio_resid < sizeof(struct firm_event))
110 error = tsleep((void *)ev, PEVENT | PCATCH, "firm_event", 0);
125 n = howmany(uio->uio_resid, sizeof(struct firm_event));
129 cnt * sizeof(struct firm_event), uio);
142 cnt * sizeof(struct firm_event), uio);
188 kn->kn_data *= sizeof(struct firm_event);