OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 11:09:46 GMT 2025