OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__polling
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/ews4800mips/ews4800mips/
cons_machdep.c
176
static bool
__polling
= false;
local
179
if (on && !
__polling
) {
181
__polling
= true;
182
} else if (!on &&
__polling
) {
183
__polling
= false;
/src/sys/arch/ews4800mips/dev/
ewskbd.c
572
static bool
__polling
= false;
local
575
if (on && !
__polling
) {
578
__polling
= true;
579
} else if (!on &&
__polling
) {
581
__polling
= false;
/src/sys/arch/ews4800mips/sbd/
kbms_sbdio.c
457
static bool
__polling
= false;
local
460
if (on && !
__polling
) {
462
__polling
= true;
463
} else if (!on &&
__polling
) {
464
__polling
= false;
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026