Home
last modified time | relevance | path

Searched refs:defattr (Results 1 – 25 of 104) sorted by relevance

12345

/netbsd/sys/dev/wscons/
H A Dwsemul_dumb.c75 long defattr; member
82 int ccol, int crow, long defattr) in wsemul_dumb_cnattach() argument
94 edp->defattr = defattr; in wsemul_dumb_cnattach()
102 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_dumb_attach() argument
117 edp->defattr = defattr; in wsemul_dumb_attach()
155 edp->crow, edp->ccol, n, edp->defattr); in wsemul_dumb_output()
161 edp->nrows, edp->defattr); in wsemul_dumb_output()
173 edp->ccol, c, edp->defattr); in wsemul_dumb_output()
195 edp->nrows - n, n, edp->defattr); in wsemul_dumb_output()
238 edp->defattr); in wsemul_dumb_resetop()
H A Dwsemul_sun.c89 long defattr; /* default attribute (rendition) */ member
117 int ccol, int crow, long defattr) in wsemul_sun_cnattach() argument
131 edp->curattr = edp->defattr = defattr; in wsemul_sun_cnattach()
159 edp->kernattr = defattr; in wsemul_sun_cnattach()
173 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_sun_attach() argument
192 edp->defattr = defattr; in wsemul_sun_attach()
212 edp->bowattr = edp->defattr; in wsemul_sun_attach()
214 edp->curattr = edp->defattr; in wsemul_sun_attach()
457 edp->curattr = edp->defattr; in wsemul_sun_control()
637 edp->curattr = edp->defattr; in wsemul_sun_resetop()
[all …]
H A Dwsemul_vt100.c140 long defattr) in wsemul_vt100_init() argument
180 &vd->defattr); in wsemul_vt100_init()
182 vd->defattr = defattr; in wsemul_vt100_init()
192 (*vd->emulops->replaceattr)(cookie, defattr, in wsemul_vt100_init()
193 vd->defattr); in wsemul_vt100_init()
209 edp->kernattr = vd->defattr; in wsemul_vt100_init()
214 int ccol, int crow, long defattr) in wsemul_vt100_cnattach() argument
340 vd->bkgdattr = vd->curattr = vd->defattr; in wsemul_vt100_reset()
1060 if (vd->curattr == vd->defattr) { in wsemul_vt100_setmsgattrs()
1073 vd->defattr, tmp); in wsemul_vt100_setmsgattrs()
[all …]
/netbsd/sys/arch/powerpc/oea/
H A Dofw_rascons.c85 long defattr; in rascons_cnattach() local
140 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr); in rascons_cnattach()
142 uimin(crow, ri->ri_rows - 1)), defattr); in rascons_cnattach()
164 long defattr; in rascons_finalize() local
176 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr); in rascons_finalize()
178 uimin(crow, ri->ri_rows - 1)), defattr); in rascons_finalize()
/netbsd/sys/arch/next68k/dev/
H A Dnextdisplay.c340 long defattr; in nextdisplay_alloc_screen() local
350 (strcmp(type->name, "color") == 0) ? 0 : WSATTR_REVERSE, &defattr); in nextdisplay_alloc_screen()
351 *defattrp = defattr; in nextdisplay_alloc_screen()
389 long defattr; in nextdisplay_cnattach() local
396 iscolor ? 0 : WSATTR_REVERSE, &defattr); in nextdisplay_cnattach()
399 &dc->dc_rcons, 0, 0, defattr); in nextdisplay_cnattach()
/netbsd/sys/arch/evbmips/gdium/
H A Dgdium_genfb.c69 long defattr; in gdium_cnattach() local
100 ri->ri_ops.allocattr(ri, 0, ri->ri_rows - 1, 0, &defattr); in gdium_cnattach()
102 wsdisplay_preattach(&gdium_stdscreen, ri, 0, 0, defattr); in gdium_cnattach()
/netbsd/sys/arch/mac68k/dev/
H A Dmacfb.c299 long defattr; in macfb_alloc_screen() local
307 rcons_allocattr(&sc->sc_dc->dc_rcons, 0, 0, 0, &defattr); in macfb_alloc_screen()
308 *defattrp = defattr; in macfb_alloc_screen()
335 long defattr; in macfb_cnattach() local
352 rcons_allocattr(&dc->dc_rcons, 0, 0, 0, &defattr); in macfb_cnattach()
355 0, 0, defattr); in macfb_cnattach()
/netbsd/sys/arch/newsmips/dev/
H A Dfb.c294 long defattr; in fb_alloc_screen() local
301 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in fb_alloc_screen()
302 *attrp = defattr; in fb_alloc_screen()
332 long defattr; in fb_cnattach() local
340 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in fb_cnattach()
341 wsdisplay_cnattach(&fb_stdscreen, ri, 0, ri->ri_rows - 1, defattr); in fb_cnattach()
/netbsd/sys/arch/ews4800mips/sbd/
H A Dfb_sbdio.c246 long defattr; in fb_sbdio_cnattach() local
259 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in fb_sbdio_cnattach()
260 wsdisplay_cnattach(&_fb_std_screen, ri, 0, 0, defattr); in fb_sbdio_cnattach()
338 long defattr; in _fb_alloc_screen() local
347 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr); in _fb_alloc_screen()
348 *attr = defattr; in _fb_alloc_screen()
/netbsd/sys/arch/newsmips/apbus/
H A Dxafb.c306 long defattr; in xafb_alloc_screen() local
313 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in xafb_alloc_screen()
314 *attrp = defattr; in xafb_alloc_screen()
344 long defattr; in xafb_cnattach() local
357 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in xafb_cnattach()
358 wsdisplay_cnattach(&xafb_stdscreen, &dc->dc_ri, 0, crow, defattr); in xafb_cnattach()
/netbsd/sys/arch/prep/pci/
H A Dgten.c289 long defattr; in gten_alloc_screen() local
297 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in gten_alloc_screen()
298 *attrp = defattr; in gten_alloc_screen()
326 long defattr; in gten_cnattach() local
359 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in gten_cnattach()
360 wsdisplay_cnattach(&gten_stdscreen, ri, 0, 0, defattr); in gten_cnattach()
/netbsd/sys/arch/arm/fdt/
H A Darm_simplefb.c122 int existing, long *defattr) in arm_simplefb_init_screen() argument
195 long defattr; in arm_simplefb_preattach() local
265 &defattr); in arm_simplefb_preattach()
276 wsdisplay_preattach(&arm_simplefb_stdscreen, ri, 0, 0, defattr); in arm_simplefb_preattach()
/netbsd/sys/arch/amiga/dev/
H A Dgrf.c173 long defattr; in grfattach() local
203 &console_vcons, 1, &defattr); in grfattach()
207 &console_vcons.scr_ri, 0, 0, defattr); in grfattach()
474 long defattr; in grfcninit() local
490 defattr = 0; /* XXX */ in grfcninit()
493 defattr); in grfcninit()
506 long *defattr) in grf_init_screen() argument
H A Dmntva.c76 int existing, long *defattr);
142 long defattr; in mntva_attach() local
215 &defattr); in mntva_attach()
226 defattr); in mntva_attach()
231 &defattr); in mntva_attach()
233 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in mntva_attach()
260 long *defattr) in mntva_init_screen() argument
/netbsd/sys/arch/x86/x86/
H A Dgenfb_machdep.c177 long defattr; in x86_genfb_cnattach() local
189 ri->ri_ops.allocattr(ri, 0, 0, 0, &defattr); in x86_genfb_cnattach()
190 wsdisplay_preattach(&x86_genfb_stdscreen, ri, 0, 0, defattr); in x86_genfb_cnattach()
/netbsd/sys/dev/sun/
H A Dbwtwo.c209 unsigned long defattr = 0; in bwtwoattach() local
290 &defattr); in bwtwoattach()
298 wsdisplay_cnattach(&bwtwo_defaultscreen, ri, 0, 0, defattr); in bwtwoattach()
464 int existing, long *defattr) in bwtwo_init_screen() argument
485 memset(bits, (*defattr >> 16) & 0xff, 4); in bwtwo_init_screen()
H A Dcgthree.c167 unsigned long defattr; in cgthreeattach() local
220 &defattr); in cgthreeattach()
221 memset(sc->sc_fb.fb_pixels, (defattr >> 16) & 0xff, in cgthreeattach()
230 wsdisplay_cnattach(&cgthree_defaultscreen, ri, 0, 0, defattr); in cgthreeattach()
549 int existing, long *defattr) in cgthree_init_screen() argument
/netbsd/sys/arch/sparc64/dev/
H A Dgfb.c131 unsigned long defattr; in gfb_attach() local
205 &defattr); in gfb_attach()
210 ri->ri_devcmap[(defattr >> 16) & 0xff]); in gfb_attach()
217 defattr); in gfb_attach()
224 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in gfb_attach()
353 int existing, long *defattr) in gfb_init_screen() argument
/netbsd/sys/arch/macppc/dev/
H A Dvalkyriefb.c230 long defattr; in valkyriefb_init() local
246 vcons_init_screen(&sc->vd, &valkyriefb_console_screen, 1, &defattr); in valkyriefb_init()
247 memset(sc->sc_base + 0x1000, ri->ri_devcmap[(defattr >> 16) & 0xf], in valkyriefb_init()
257 defattr); in valkyriefb_init()
416 int existing, long *defattr) in valkyriefb_init_screen() argument
/netbsd/sys/arch/dreamcast/dev/
H A Dpvr.c401 long defattr; in pvr_alloc_screen() local
410 &defattr); in pvr_alloc_screen()
411 *attrp = defattr; in pvr_alloc_screen()
578 long defattr; in pvrcninit() local
581 (*dcp->dc_rinfo.ri_ops.allocattr)(&dcp->dc_rinfo, 0, 0, 0, &defattr); in pvrcninit()
582 wsdisplay_cnattach(&dcp->dc_wsscrdescr, &dcp->dc_rinfo, 0, 0, defattr); in pvrcninit()
/netbsd/crypto/external/cpl/tpm-tools/dist/dist/
H A Dtpm-tools.spec.in68 %defattr(-,root,root,-)
79 %defattr(-,root,root,-)
84 %defattr(-,root,root,-)
/netbsd/sys/dev/pci/
H A Dsisfb.c235 unsigned long defattr; in sisfb_attach() local
314 vcons_init_screen(&sc->vd, &fb->vcs, 1, &defattr); in sisfb_attach()
320 wsdisplay_cnattach(&fb->wsd, ri, 0, 0, defattr); in sisfb_attach()
327 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in sisfb_attach()
505 int existing, long *defattr) in sisfb_init_screen() argument
767 long defattr; in sisfb_cnattach() local
833 ri->ri_ops.allocattr(ri, 0, ri->ri_rows - 1, 0, &defattr); in sisfb_cnattach()
834 wsdisplay_preattach(&sisfbcn.wsd, ri, 0, 0, defattr); in sisfb_cnattach()
/netbsd/sys/dev/tc/
H A Dmfb.c416 long defattr; in mfb_alloc_screen() local
424 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in mfb_alloc_screen()
425 *attrp = defattr; in mfb_alloc_screen()
453 long defattr; in mfb_cnattach() local
458 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in mfb_cnattach()
459 wsdisplay_cnattach(&mfb_stdscreen, ri, 0, 0, defattr); in mfb_cnattach()
/netbsd/sys/dev/pci/igma/
H A Digmafb.c123 unsigned long defattr; in igmafb_attach() local
178 &defattr); in igmafb_attach()
190 defattr); in igmafb_attach()
196 &defattr); in igmafb_attach()
198 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, &defattr); in igmafb_attach()
338 int existing, long *defattr) in igmafb_init_screen() argument
/netbsd/sys/arch/evbmips/loongson/
H A Dgdium_machdep.c334 long defattr; in gdium_cnattach() local
374 ri->ri_ops.allocattr(ri, 0, ri->ri_rows - 1, 0, &defattr); in gdium_cnattach()
376 wsdisplay_preattach(&gdium_stdscreen, ri, 0, 0, defattr); in gdium_cnattach()

12345