OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KBINRDY
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/bebox/stand/boot/
kbd.c
58
#define
KBINRDY
0x01
90
if ((inb(KBSTATP) &
KBINRDY
) == 0)
92
} else while ((inb(KBSTATP) &
KBINRDY
) == 0)
156
while ((inb(KBSTATP) &
KBINRDY
) == 0)
180
while ((inb(KBSTATP) &
KBINRDY
) == 0) /* wait input ready */
211
return ((inb(KBSTATP) &
KBINRDY
) != 0);
/src/sys/arch/prep/stand/boot/
kbd.c
58
#define
KBINRDY
0x01
90
if ((inb(KBSTATP) &
KBINRDY
) == 0)
92
} else while ((inb(KBSTATP) &
KBINRDY
) == 0)
156
while ((inb(KBSTATP) &
KBINRDY
) == 0)
180
while ((inb(KBSTATP) &
KBINRDY
) == 0) /* wait input ready */
Completed in 14 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025