HomeSort by: relevance | last modified time | path
    Searched defs:hc_eventq (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hpc/
hpckbd.c 79 struct hpckbd_eventq hc_eventq[NEVENTQ]; member in struct:hpckbd_core
207 hc->hc_head = hc->hc_tail = hc->hc_eventq;
237 if (&hc->hc_eventq[NEVENTQ] <= ++hc->hc_tail)
238 hc->hc_tail = hc->hc_eventq;
257 if (&hc->hc_eventq[NEVENTQ] <= ++hc->hc_head)
258 hc->hc_head = hc->hc_eventq;
hpckbd.c 79 struct hpckbd_eventq hc_eventq[NEVENTQ]; member in struct:hpckbd_core
207 hc->hc_head = hc->hc_tail = hc->hc_eventq;
237 if (&hc->hc_eventq[NEVENTQ] <= ++hc->hc_tail)
238 hc->hc_tail = hc->hc_eventq;
257 if (&hc->hc_eventq[NEVENTQ] <= ++hc->hc_head)
258 hc->hc_head = hc->hc_eventq;
hpckbd.c 79 struct hpckbd_eventq hc_eventq[NEVENTQ]; member in struct:hpckbd_core
207 hc->hc_head = hc->hc_tail = hc->hc_eventq;
237 if (&hc->hc_eventq[NEVENTQ] <= ++hc->hc_tail)
238 hc->hc_tail = hc->hc_eventq;
257 if (&hc->hc_eventq[NEVENTQ] <= ++hc->hc_head)
258 hc->hc_head = hc->hc_eventq;

Completed in 32 milliseconds