OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cn_hw
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc64/dev/
kd.c
451
/* The keyboard driver uses
cn_hw
to access the real console driver */
460
struct consdev *
cn_hw
= &consdev_kd;
variable in typeref:struct:consdev *
476
cn_hw
->cn_dev = cn->cn_dev;
477
cn_hw
->cn_pollc = cn->cn_pollc;
478
cn_hw
->cn_getc = cn->cn_getc;
547
if (
cn_hw
->cn_getc == prom_cngetc) return (*
cn_hw
->cn_getc)(dev);
549
code = (*
cn_hw
->cn_getc)(dev);
609
(*
cn_hw
->cn_pollc)(dev, on);
/src/sys/arch/sun2/dev/
kd.c
496
/* The keyboard driver uses
cn_hw
to access the real console driver */
506
struct consdev *
cn_hw
= &consdev_kd;
variable in typeref:struct:consdev *
522
cn_hw
->cn_dev = cn->cn_dev;
523
cn_hw
->cn_pollc = cn->cn_pollc;
524
cn_hw
->cn_getc = cn->cn_getc;
593
if (
cn_hw
->cn_getc == prom_cngetc) return (*
cn_hw
->cn_getc)(dev);
595
code = (*
cn_hw
->cn_getc)(dev);
654
(*
cn_hw
->cn_pollc)(dev, on);
Completed in 13 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025