/src/sys/arch/evbmips/gdium/ |
gdium_genfb.c | 68 long defattr; local in function:gdium_cnattach 99 ri->ri_ops.allocattr(ri, 0, ri->ri_rows - 1, 0, &defattr); 101 wsdisplay_preattach(&gdium_stdscreen, ri, 0, 0, defattr);
|
/src/sys/arch/evbppc/virtex/dev/ |
tft.c | 77 long defattr; local in function:tft_attach 103 vcons_init_screen(&sc->sc_vc_data, &sc->sc_vc_screen, 1, &defattr); 142 long *defattr)
|
/src/sys/dev/wscons/ |
wsemul_dumb.c | 75 long defattr; member in struct:wsemul_dumb_emuldata 82 int ccol, int crow, long defattr) 94 edp->defattr = defattr; 102 void *cookie, int ccol, int crow, void *cbcookie, long defattr) 117 edp->defattr = defattr; 155 edp->crow, edp->ccol, n, edp->defattr); 161 edp->nrows, edp->defattr); 173 edp->ccol, c, edp->defattr); [all...] |
vt100_base.h | 37 long defattr; /* default attribute */ member in struct:vt100base_data
|
wsemul_sun.c | 89 long defattr; /* default attribute (rendition) */ member in struct:wsemul_sun_emuldata 117 int ccol, int crow, long defattr) 131 edp->curattr = edp->defattr = defattr; 159 edp->kernattr = defattr; 173 void *cookie, int ccol, int crow, void *cbcookie, long defattr) 192 edp->defattr = defattr; 212 edp->bowattr = edp->defattr; 214 edp->curattr = edp->defattr; [all...] |
/src/sys/arch/x86/x86/ |
genfb_machdep.c | 183 long defattr; local in function:x86_genfb_cnattach 195 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr); 196 wsdisplay_preattach(&x86_genfb_stdscreen, ri, 0, 0, defattr);
|
/src/sys/arch/evbmips/loongson/ |
gdium_machdep.c | 334 long defattr; local in function:gdium_cnattach 374 ri->ri_ops.allocattr(ri, 0, ri->ri_rows - 1, 0, &defattr); 376 wsdisplay_preattach(&gdium_stdscreen, ri, 0, 0, defattr);
|
/src/sys/arch/arm/clps711x/ |
clpslcd.c | 171 long defattr; local in function:clpslcd_attach 191 if ((ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr) != 0) 194 defattr);
|
/src/sys/arch/epoc32/windermere/ |
wmlcd.c | 199 long defattr; local in function:wmlcd_attach 220 if ((ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr) != 0) 223 defattr);
|
/src/sys/arch/mac68k/dev/ |
macfb.c | 299 long defattr; local in function:macfb_alloc_screen 307 rcons_allocattr(&sc->sc_dc->dc_rcons, 0, 0, 0, &defattr); 308 *defattrp = defattr; 335 long defattr; local in function:macfb_cnattach 352 rcons_allocattr(&dc->dc_rcons, 0, 0, 0, &defattr); 355 0, 0, defattr);
|
/src/sys/arch/powerpc/oea/ |
ofw_rascons.c | 85 long defattr; local in function:rascons_cnattach 140 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr); 142 uimin(crow, ri->ri_rows - 1)), defattr); 164 long defattr; local in function:rascons_finalize 176 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr); 178 uimin(crow, ri->ri_rows - 1)), defattr);
|
/src/sys/arch/zaurus/dev/ |
w100.c | 190 long defattr; local in function:w100_attach_subr 205 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); 210 defattr);
|
/src/sys/arch/arm/fdt/ |
arm_simplefb.c | 122 int existing, long *defattr) 195 long defattr; local in function:arm_simplefb_preattach 265 &defattr); 276 wsdisplay_preattach(&arm_simplefb_stdscreen, ri, 0, 0, defattr);
|
/src/sys/dev/sun/ |
bwtwo.c | 209 unsigned long defattr = 0; local in function:bwtwoattach 290 &defattr); 298 wsdisplay_cnattach(&bwtwo_defaultscreen, ri, 0, 0, defattr); 464 int existing, long *defattr) 485 memset(bits, (*defattr >> 16) & 0xff, 4);
|
cgthree.c | 167 unsigned long defattr; local in function:cgthreeattach 220 &defattr); 221 memset(sc->sc_fb.fb_pixels, (defattr >> 16) & 0xff, 230 wsdisplay_cnattach(&cgthree_defaultscreen, ri, 0, 0, defattr); 549 int existing, long *defattr)
|
/src/sys/arch/amiga/dev/ |
grf.c | 172 long defattr; local in function:grfattach 202 &console_vcons, 1, &defattr); 206 &console_vcons.scr_ri, 0, 0, defattr); 473 long defattr; local in function:grfcninit 489 defattr = 0; /* XXX */ 492 defattr); 505 long *defattr)
|
mntva.c | 76 int existing, long *defattr); 142 long defattr; local in function:mntva_attach 215 &defattr); 226 defattr); 231 &defattr); 233 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); 260 long *defattr) 603 /*wsdisplay_preattach(sc->sc_defaultscreen, ri, 0, 0, defattr);*/
|
/src/sys/arch/next68k/dev/ |
nextdisplay.c | 371 long defattr; local in function:nextdisplay_alloc_screen 381 (strcmp(type->name, "color") == 0) ? 0 : WSATTR_REVERSE, &defattr); 382 *defattrp = defattr; 420 long defattr; local in function:nextdisplay_cnattach 427 iscolor ? 0 : WSATTR_REVERSE, &defattr); 430 &dc->dc_rcons, 0, 0, defattr);
|
/src/sys/arch/hp300/dev/ |
diofb.c | 294 long defattr; local in function:diofb_cnattach 298 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr); 299 wsdisplay_cnattach(&fb->wsd, ri, 0, 0, defattr);
|
/src/sys/arch/ews4800mips/sbd/ |
fb_sbdio.c | 246 long defattr; local in function:fb_sbdio_cnattach 259 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); 260 wsdisplay_cnattach(&_fb_std_screen, ri, 0, 0, defattr); 338 long defattr; local in function:_fb_alloc_screen 347 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr); 348 *attr = defattr;
|
/src/sys/arch/newsmips/apbus/ |
xafb.c | 306 long defattr; local in function:xafb_alloc_screen 313 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); 314 *attrp = defattr; 344 long defattr; local in function:xafb_cnattach 357 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); 358 wsdisplay_cnattach(&xafb_stdscreen, &dc->dc_ri, 0, crow, defattr);
|
/src/sys/arch/prep/pci/ |
gten.c | 289 long defattr; local in function:gten_alloc_screen 297 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); 298 *attrp = defattr; 326 long defattr; local in function:gten_cnattach 359 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); 360 wsdisplay_cnattach(>en_stdscreen, ri, 0, 0, defattr);
|
/src/sys/dev/pci/igma/ |
igmafb.c | 123 unsigned long defattr; local in function:igmafb_attach 178 &defattr); 190 defattr); 196 &defattr); 198 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); 338 int existing, long *defattr)
|
/src/sys/dev/sbus/ |
cgtwelve.c | 153 unsigned long defattr; local in function:cgtwelve_attach 239 vcons_init_screen(&sc->vd, &cgtwelve_console_screen, 1, &defattr); 250 wsdisplay_cnattach(&cgtwelve_defscreendesc, ri, 0, 0, defattr); 458 int existing, long *defattr)
|
/src/sys/arch/macppc/dev/ |
valkyriefb.c | 230 long defattr; local in function:valkyriefb_init 246 vcons_init_screen(&sc->vd, &valkyriefb_console_screen, 1, &defattr); 247 memset(sc->sc_base + 0x1000, ri->ri_devcmap[(defattr >> 16) & 0xf], 257 defattr); 416 int existing, long *defattr)
|