Searched refs:goffset (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/vt/colors/ |
| H A D | vt_termcolors.c | 155 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) in vt_generate_cons_palette() argument 180 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) in vt_config_cons_colors() argument 184 info->fb_rgboffs.green = goffset; in vt_config_cons_colors() 190 roffset, gmax, goffset, bmax, boffset)); in vt_config_cons_colors()
|
| H A D | vt_termcolors.h | 62 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset);
|
| /src/stand/common/ |
| H A D | gfx_fb.c | 301 uint32_t gmax, int goffset, uint32_t bmax, int boffset) in rgb_color_map() argument 427 uint32_t rmax, int roffset, uint32_t gmax, int goffset, in generate_cons_palette() argument 442 gmax, goffset, bmax, boffset); in generate_cons_palette()
|