OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btn_event_queue_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/landisk/dev/
button.c
73
static int
btn_event_queue_head
;
variable in typeref:typename:int
127
btn_event_queue[
btn_event_queue_head
] = *bev;
128
btn_event_queue_head
= BTN_NEXT_EVENT(
btn_event_queue_head
);
152
btn_event_queue_head
= 0;
button.c
73
static int
btn_event_queue_head
;
variable in typeref:typename:int
127
btn_event_queue[
btn_event_queue_head
] = *bev;
128
btn_event_queue_head
= BTN_NEXT_EVENT(
btn_event_queue_head
);
152
btn_event_queue_head
= 0;
Completed in 22 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025