OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scr_attrs
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/wscons/
wsdisplay_vcons.c
334
scr->
scr_attrs
= malloc(cnt * (sizeof(long) +
336
if (scr->
scr_attrs
== NULL)
339
scr->scr_chars = (uint32_t *)&scr->
scr_attrs
[cnt];
350
scr->
scr_attrs
[i] = scr->scr_defattr;
534
if (scr->
scr_attrs
)
535
free(scr->
scr_attrs
, M_DEVBUF);
667
long *attrptr = scr->
scr_attrs
, a, last_a = 0, mask, cmp, acmp;
770
long *attrptr = scr->
scr_attrs
;
934
free(scr->
scr_attrs
, M_DEVBUF);
987
memmove(&scr->
scr_attrs
[offset + to], &scr->scr_attrs[offset + from]
[
all
...]
wsdisplay_vconsvar.h
52
long *
scr_attrs
;
member in struct:vcons_screen
/src/sys/dev/pci/
wcfb.c
596
scr->
scr_attrs
[coffset]);
607
attr = scr->
scr_attrs
[coffset];
/src/sys/arch/arm/ti/
omap3_dss.c
1000
scr->
scr_attrs
[pos]);
1007
scr->
scr_attrs
[pos] ^ 0x0f0f0000);
Completed in 14 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025