Searched refs:rasops_unpack_attr (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/rasops/ |
H A D | rasops.c | 150 void rasops_unpack_attr(void *, uint32_t, int *, int *, int *); 436 ri->ri_ops.unpack_attr = rasops_unpack_attr; in rasops_reconfig() 873 rasops_unpack_attr(void *cookie, uint32_t attr, int *fg, int *bg, int *underline) in rasops_unpack_attr() function 1681 rasops_unpack_attr(scr->rs_ri, attr, fg, bg, underline); in rasops_vcons_unpack_attr()
|