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

  /src/sys/dev/hpc/
hpckbd.c 80 struct hpckbd_eventq *hc_head, *hc_tail; member in struct:hpckbd_core
207 hc->hc_head = hc->hc_tail = hc->hc_eventq;
254 *type = hc->hc_head->hq_type;
255 *data = hc->hc_head->hq_data;
257 if (&hc->hc_eventq[NEVENTQ] <= ++hc->hc_head)
258 hc->hc_head = hc->hc_eventq;

Completed in 15 milliseconds