| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | pckbc_js.c | 107 int intr, isconsole; in pckbc_obio_attach() local 122 isconsole = 1; in pckbc_obio_attach() 124 pckbc_js_attach_common(jsc, iot, ioaddr, intr, isconsole); in pckbc_obio_attach() 136 int isconsole; in pckbc_ebus_attach() local 145 isconsole = 0; in pckbc_ebus_attach() 150 isconsole = 1; in pckbc_ebus_attach() 154 pckbc_js_attach_common(jsc, iot, ioaddr, intr, isconsole); in pckbc_ebus_attach() 161 int isconsole) in pckbc_js_attach_common() argument 170 if (isconsole) { in pckbc_js_attach_common()
|
| H A D | bwtwo_obio.c | 143 int constype, isconsole; in bwtwoattach_obio() local 159 isconsole = fb_is_console(0); in bwtwoattach_obio() 161 isconsole = 0; in bwtwoattach_obio() 225 if (isconsole) { in bwtwoattach_obio() 238 bwtwoattach(sc, name, isconsole); in bwtwoattach_obio()
|
| H A D | cgfour.c | 221 int ramsize, i, isconsole; in cgfourattach() local 253 isconsole = 0; in cgfourattach() 263 isconsole = fb_is_console(0); in cgfourattach() 282 if (isconsole) { in cgfourattach() 310 if (isconsole) { in cgfourattach() 323 fb_attach(fb, isconsole); in cgfourattach()
|
| H A D | cgsix_obio.c | 114 int constype, isconsole; in cgsixattach() local 202 isconsole = fb_is_console(0); in cgsixattach() 204 isconsole = 0; in cgsixattach() 216 cg6attach(sc, name, isconsole); in cgsixattach()
|
| H A D | cgeight.c | 222 int ramsize, i, isconsole; in cgeightattach() local 255 isconsole = 0; in cgeightattach() 265 isconsole = fb_is_console(0); in cgeightattach() 284 if (isconsole) { in cgeightattach() 318 if (isconsole) { in cgeightattach() 331 fb_attach(&sc->sc_fb, isconsole); in cgeightattach()
|
| H A D | cgtwo.c | 165 int isconsole = 0; in cgtwoattach() local 210 isconsole = fb_is_console(0); in cgtwoattach() 212 isconsole = 0; in cgtwoattach() 214 if (isconsole) { in cgtwoattach() 228 fb_attach(fb, isconsole); in cgtwoattach()
|
| /netbsd-src/sys/arch/next68k/dev/ |
| H A D | nextkbd.c | 66 int isconsole; member 125 return (nextkbd_consdata.isconsole && (bst == nextkbd_consdata.iot)); in nextkbd_is_console() 146 int isconsole; in nextkbd_attach() local 151 isconsole = nextkbd_is_console(ia->ia_bst); /* XXX */ in nextkbd_attach() 153 if (isconsole) { in nextkbd_attach() 174 a.console = isconsole; in nextkbd_attach() 293 nextkbd_consdata.isconsole = 1; in nextkbd_cnattach()
|
| H A D | nextdisplay.c | 139 return nextdisplay_console_dc.isconsole && in nextdisplay_is_console() 229 int isconsole; in nextdisplay_attach() local 236 isconsole = nextdisplay_is_console(addr); in nextdisplay_attach() 238 if (isconsole) { in nextdisplay_attach() 266 waa.console = isconsole; in nextdisplay_attach() 432 dc->isconsole = 1; in nextdisplay_cnattach()
|
| /netbsd-src/sys/arch/hp300/dev/ |
| H A D | com_frodo.c | 128 int isconsole; in com_frodo_attach() local 131 isconsole = com_is_console(&comcntag, fa->fa_base + fa->fa_offset, in com_frodo_attach() 134 if (isconsole) in com_frodo_attach() 139 if (!isconsole && in com_frodo_attach()
|
| H A D | com_dio.c | 125 int isconsole; in com_dio_attach() local 128 isconsole = com_is_console(&comcntag, da->da_addr + DCA_COM_OFFSET, in com_dio_attach() 131 if (isconsole) { in com_dio_attach() 147 if (!isconsole) { in com_dio_attach()
|
| /netbsd-src/sys/dev/sbus/ |
| H A D | bwtwo_sbus.c | 139 int isconsole, node; in bwtwoattach_sbus() local 172 isconsole = fb_is_console(node); in bwtwoattach_sbus() 181 if (isconsole && sc->sc_fb.fb_pixels == NULL) { in bwtwoattach_sbus() 193 bwtwoattach(sc, name, isconsole); in bwtwoattach_sbus()
|
| H A D | cgthree_sbus.c | 137 int isconsole; in cgthreeattach_sbus() local 169 isconsole = fb_is_console(node); in cgthreeattach_sbus() 190 cgthreeattach(sc, name, isconsole); in cgthreeattach_sbus()
|
| H A D | cgsix_sbus.c | 93 int node, isconsole; in cgsixattach() local 168 isconsole = fb_is_console(node); in cgsixattach() 186 cg6attach(sc, name, isconsole); in cgsixattach()
|
| H A D | genfb_sbus.c | 101 int isconsole; in genfb_attach_sbus() local 138 isconsole = fb_is_console(node); in genfb_attach_sbus() 140 prop_dictionary_set_bool(dict, "is_console", isconsole); in genfb_attach_sbus()
|
| /netbsd-src/sys/dev/dec/ |
| H A D | dzkbd.c | 155 int isconsole; in dzkbd_attach() local 161 isconsole = (daa->daa_flags & DZKBD_CONSOLE); in dzkbd_attach() 163 if (isconsole) { in dzkbd_attach() 176 if (!isconsole) { in dzkbd_attach() 188 a.console = isconsole; in dzkbd_attach()
|
| /netbsd-src/sys/arch/vax/uba/ |
| H A D | qvkbd.c | 161 int isconsole; in qvkbd_attach() local 167 isconsole = (daa->daa_flags & QVAUXKBD_CONSOLE); in qvkbd_attach() 169 if (isconsole) { in qvkbd_attach() 181 if (!isconsole) { in qvkbd_attach() 194 a.console = isconsole; in qvkbd_attach()
|
| /netbsd-src/sys/arch/sun2/dev/ |
| H A D | bwtwo_any.c | 145 int isconsole; in bwtwoattach_any() local 158 isconsole = fb_is_console(0); in bwtwoattach_any() 175 if (isconsole) { in bwtwoattach_any() 187 bwtwoattach(sc, name, isconsole); in bwtwoattach_any()
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | pckbc_ebus.c | 92 int isconsole, i; in pckbc_ebus_attach() local 99 isconsole = 0; in pckbc_ebus_attach() 103 isconsole = 1; in pckbc_ebus_attach() 129 if (isconsole) { in pckbc_ebus_attach()
|
| /netbsd-src/sys/arch/shark/ofw/ |
| H A D | igsfb_ofbus.c | 225 int isconsole, ret; in igsfb_ofbus_attach() local 229 isconsole = 1; in igsfb_ofbus_attach() 232 isconsole = 0; in igsfb_ofbus_attach() 247 igsfb_attach_subr(sc, isconsole); in igsfb_ofbus_attach()
|
| H A D | chipsfb_ofbus.c | 171 int isconsole, width, height, linebytes, depth; in chipsfb_ofbus_attach() local 207 isconsole = chipsfb_ofbus_is_console(oba->oba_phandle); in chipsfb_ofbus_attach() 213 prop_dictionary_set_bool(dict, "is_console", isconsole); in chipsfb_ofbus_attach()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | igsfb_pci.c | 158 int isconsole; in igsfb_pci_attach() local 175 isconsole = 0; in igsfb_pci_attach() 178 isconsole = 1; in igsfb_pci_attach() 196 igsfb_attach_subr(sc, isconsole); in igsfb_pci_attach()
|
| /netbsd-src/sys/arch/mac68k/dev/ |
| H A D | macfb.c | 197 int isconsole; in macfb_attach() local 203 isconsole = macfb_is_console(ga->ga_phys + ga->ga_grfmode->fboff); in macfb_attach() 205 if (isconsole) { in macfb_attach() 228 waa.console = isconsole; in macfb_attach() 358 dc->isconsole = 1; in macfb_cnattach()
|
| /netbsd-src/sys/dev/tc/ |
| H A D | zskbd.c | 188 int s, isconsole; in zskbd_attach() local 196 isconsole = (args->hwflags & ZS_HWFLAG_CONSOLE); in zskbd_attach() 198 if (isconsole) { in zskbd_attach() 222 if (!isconsole) in zskbd_attach() 232 a.console = isconsole; in zskbd_attach()
|
| /netbsd-src/sys/dev/sun/ |
| H A D | bwtwo.c | 202 bwtwoattach(struct bwtwo_softc *sc, const char *name, int isconsole) in bwtwoattach() argument 230 if (isconsole) { in bwtwoattach() 274 fb_attach(fb, isconsole); in bwtwoattach() 287 if(isconsole && !isoverlay) { in bwtwoattach() 323 aa.console = isconsole; in bwtwoattach()
|
| H A D | cgthree.c | 161 cgthreeattach(struct cgthree_softc *sc, const char *name, int isconsole) in cgthreeattach() argument 200 if (isconsole) { in cgthreeattach() 205 fb_attach(fb, isconsole); in cgthreeattach() 217 if(isconsole) { in cgthreeattach() 243 aa.console = isconsole; in cgthreeattach()
|