OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cn_tab
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/hppa/stand/boot/
conf.c
59
struct consdev *
cn_tab
;
variable in typeref:struct:consdev *
/src/sys/arch/hppa/stand/cdboot/
conf.c
54
struct consdev *
cn_tab
;
variable in typeref:struct:consdev *
/src/sys/arch/hp300/stand/common/
cons.c
66
struct consdev *
cn_tab
;
variable in typeref:struct:consdev *
74
cn_tab
= NULL;
80
(
cn_tab
== NULL || cp->cn_pri >
cn_tab
->cn_pri)) {
81
cn_tab
= cp;
85
if (
cn_tab
) {
86
(*
cn_tab
->cn_init)(
cn_tab
);
109
if (
cn_tab
)
110
return (*
cn_tab
->cn_getc)(0)
[
all
...]
/src/sys/arch/luna68k/stand/boot/
cons.c
98
struct consdev *
cn_tab
; /* physical console device info */
variable in typeref:struct:consdev *
112
(
cn_tab
== NULL || cp->cn_pri >
cn_tab
->cn_pri))
113
cn_tab
= cp;
118
if ((cp =
cn_tab
) == NULL)
130
if (
cn_tab
== NULL)
132
return (*
cn_tab
->cn_getc)(
cn_tab
->cn_dev);
139
if (
cn_tab
== NULL)
142
(*
cn_tab
->cn_putc)(cn_tab->cn_dev, c)
[
all
...]
/src/sys/arch/rs6000/stand/boot/
cons.c
69
struct consdev *
cn_tab
;
variable in typeref:struct:consdev *
76
cn_tab
= NULL;
80
(
cn_tab
== NULL || cp->cn_pri >
cn_tab
->cn_pri))
81
cn_tab
= cp;
83
if (
cn_tab
) {
84
(*
cn_tab
->cn_init)(
cn_tab
);
85
*addr =
cn_tab
->address;
86
*speed =
cn_tab
->speed
[
all
...]
/src/sys/arch/sgimips/stand/common/
iris_cons.c
56
struct consdev *
cn_tab
;
variable in typeref:struct:consdev *
63
cn_tab
= NULL;
67
(
cn_tab
== NULL || cp->cn_pri >
cn_tab
->cn_pri))
68
cn_tab
= cp;
70
if (
cn_tab
) {
71
(*
cn_tab
->cn_init)(
cn_tab
);
72
*addr =
cn_tab
->address;
73
*speed =
cn_tab
->speed
[
all
...]
/src/sys/arch/mmeye/stand/boot/
cons.c
125
static struct consdev *
cn_tab
;
variable in typeref:struct:consdev *
132
cn_tab
= NULL;
136
(
cn_tab
== NULL || cp->cn_pri >
cn_tab
->cn_pri))
137
cn_tab
= cp;
139
if (
cn_tab
) {
140
(*
cn_tab
->cn_init)(
cn_tab
);
141
return
cn_tab
->cn_name;
151
if (
cn_tab
)
[
all
...]
/src/sys/arch/prep/stand/boot/
cons.c
81
struct consdev *
cn_tab
;
variable in typeref:struct:consdev *
88
cn_tab
= NULL;
92
(
cn_tab
== NULL || cp->cn_pri >
cn_tab
->cn_pri))
93
cn_tab
= cp;
95
if (
cn_tab
) {
96
(*
cn_tab
->cn_init)(
cn_tab
);
97
*addr =
cn_tab
->address;
98
*speed =
cn_tab
->speed
[
all
...]
/src/sys/arch/bebox/stand/boot/
cons.c
93
struct consdev *
cn_tab
;
variable in typeref:struct:consdev *
100
cn_tab
= NULL;
104
(
cn_tab
== NULL || cp->cn_pri >
cn_tab
->cn_pri))
105
cn_tab
= cp;
107
if (
cn_tab
) {
108
(*
cn_tab
->cn_init)(
cn_tab
);
109
*addr =
cn_tab
->address;
110
*speed =
cn_tab
->speed
[
all
...]
/src/sys/arch/cobalt/stand/boot/
cons.c
90
struct consdev *
cn_tab
;
variable in typeref:struct:consdev *
97
cn_tab
= NULL;
101
(
cn_tab
== NULL || cp->cn_pri >
cn_tab
->cn_pri))
102
cn_tab
= cp;
104
if (
cn_tab
) {
105
(*
cn_tab
->cn_init)(
cn_tab
);
106
*addr =
cn_tab
->address;
107
*speed =
cn_tab
->speed
[
all
...]
/src/sys/dev/
cons.c
95
struct consdev *
cn_tab
; /* physical console device info */
variable in typeref:struct:consdev *
105
* However,
cn_tab
initialization is so critical to any
109
*
cn_tab
updates.
111
cn_tab
= tab;
126
if (
cn_tab
== NULL) {
136
cndev =
cn_tab
->cn_dev;
158
panic("cnopen:
cn_tab
->cn_dev == dev");
188
if (
cn_tab
== NULL) {
321
if (
cn_tab
== NULL)
325
const int rv = (*
cn_tab
->cn_getc)(cn_tab->cn_dev)
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025