HomeSort by: relevance | last modified time | path
    Searched defs:hc_tail (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;
235 hc->hc_tail->hq_type = type;
236 hc->hc_tail->hq_data = data;
237 if (&hc->hc_eventq[NEVENTQ] <= ++hc->hc_tail)
238 hc->hc_tail = hc->hc_eventq;

Completed in 12 milliseconds