HomeSort by: relevance | last modified time | path
    Searched defs:isconsole (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/sys/dev/sbus/
cgsix_sbus.c 93 int node, isconsole; local in function:cgsixattach
168 isconsole = fb_is_console(node);
186 cg6attach(sc, name, isconsole);
cgthree_sbus.c 137 int isconsole; local in function:cgthreeattach_sbus
169 isconsole = fb_is_console(node);
190 cgthreeattach(sc, name, isconsole);
cgsix_sbus.c 93 int node, isconsole; local in function:cgsixattach
168 isconsole = fb_is_console(node);
186 cg6attach(sc, name, isconsole);
cgthree_sbus.c 137 int isconsole; local in function:cgthreeattach_sbus
169 isconsole = fb_is_console(node);
190 cgthreeattach(sc, name, isconsole);
cgsix_sbus.c 93 int node, isconsole; local in function:cgsixattach
168 isconsole = fb_is_console(node);
186 cg6attach(sc, name, isconsole);
cgthree_sbus.c 137 int isconsole; local in function:cgthreeattach_sbus
169 isconsole = fb_is_console(node);
190 cgthreeattach(sc, name, isconsole);
bwtwo_sbus.c 139 int isconsole, node; local in function:bwtwoattach_sbus
172 isconsole = fb_is_console(node);
181 if (isconsole && sc->sc_fb.fb_pixels == NULL) {
193 bwtwoattach(sc, name, isconsole);
bwtwo_sbus.c 139 int isconsole, node; local in function:bwtwoattach_sbus
172 isconsole = fb_is_console(node);
181 if (isconsole && sc->sc_fb.fb_pixels == NULL) {
193 bwtwoattach(sc, name, isconsole);
bwtwo_sbus.c 139 int isconsole, node; local in function:bwtwoattach_sbus
172 isconsole = fb_is_console(node);
181 if (isconsole && sc->sc_fb.fb_pixels == NULL) {
193 bwtwoattach(sc, name, isconsole);
  /src/sys/arch/mac68k/dev/
macfbvar.h 59 int isconsole; /* console device */ member in struct:macfb_devconfig
macfbvar.h 59 int isconsole; /* console device */ member in struct:macfb_devconfig
macfbvar.h 59 int isconsole; /* console device */ member in struct:macfb_devconfig
  /src/sys/arch/sparc/dev/
bwtwo_obio.c 143 int constype, isconsole; local in function:bwtwoattach_obio
159 isconsole = fb_is_console(0);
161 isconsole = 0;
225 if (isconsole) {
238 bwtwoattach(sc, name, isconsole);
cgsix_obio.c 114 int constype, isconsole; local in function:cgsixattach
202 isconsole = fb_is_console(0);
204 isconsole = 0;
216 cg6attach(sc, name, isconsole);
bwtwo_obio.c 143 int constype, isconsole; local in function:bwtwoattach_obio
159 isconsole = fb_is_console(0);
161 isconsole = 0;
225 if (isconsole) {
238 bwtwoattach(sc, name, isconsole);
cgsix_obio.c 114 int constype, isconsole; local in function:cgsixattach
202 isconsole = fb_is_console(0);
204 isconsole = 0;
216 cg6attach(sc, name, isconsole);
bwtwo_obio.c 143 int constype, isconsole; local in function:bwtwoattach_obio
159 isconsole = fb_is_console(0);
161 isconsole = 0;
225 if (isconsole) {
238 bwtwoattach(sc, name, isconsole);
cgsix_obio.c 114 int constype, isconsole; local in function:cgsixattach
202 isconsole = fb_is_console(0);
204 isconsole = 0;
216 cg6attach(sc, name, isconsole);
  /src/sys/arch/sun2/dev/
bwtwo_any.c 145 int isconsole; local in function:bwtwoattach_any
158 isconsole = fb_is_console(0);
175 if (isconsole) {
187 bwtwoattach(sc, name, isconsole);
bwtwo_any.c 145 int isconsole; local in function:bwtwoattach_any
158 isconsole = fb_is_console(0);
175 if (isconsole) {
187 bwtwoattach(sc, name, isconsole);
bwtwo_any.c 145 int isconsole; local in function:bwtwoattach_any
158 isconsole = fb_is_console(0);
175 if (isconsole) {
187 bwtwoattach(sc, name, isconsole);
  /src/sys/arch/hp300/dev/
com_frodo.c 128 int isconsole; local in function:com_frodo_attach
131 isconsole = com_is_console(&comcntag, fa->fa_base + fa->fa_offset,
134 if (isconsole)
139 if (!isconsole &&
com_frodo.c 128 int isconsole; local in function:com_frodo_attach
131 isconsole = com_is_console(&comcntag, fa->fa_base + fa->fa_offset,
134 if (isconsole)
139 if (!isconsole &&
com_frodo.c 128 int isconsole; local in function:com_frodo_attach
131 isconsole = com_is_console(&comcntag, fa->fa_base + fa->fa_offset,
134 if (isconsole)
139 if (!isconsole &&
  /src/sys/dev/pci/
igsfb_pci.c 158 int isconsole; local in function:igsfb_pci_attach
175 isconsole = 0;
178 isconsole = 1;
196 igsfb_attach_subr(sc, isconsole);

Completed in 39 milliseconds

1 2 3 4 5