Searched refs:bmax (Results 1 – 4 of 4) 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 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/contrib/ntp/ntpd/ |
| H A D | ntp_refclock.c | 725 int bmax, /* remaining characters in line */ in refclock_gtlin() argument 733 if (bmax <= 0) in refclock_gtlin() 737 dpend = dp + bmax - 1; /* leave room for NUL pad */ in refclock_gtlin() 784 int bmax, /* remaining characters in line */ in refclock_gtraw() argument 788 if (bmax <= 0) in refclock_gtraw() 790 bmax -= 1; /* leave room for trailing NUL */ in refclock_gtraw() 791 if (bmax > rbufp->recv_length) in refclock_gtraw() 792 bmax = rbufp->recv_length; in refclock_gtraw() 793 memcpy(lineptr, rbufp->recv_buffer, bmax); in refclock_gtraw() 794 lineptr[bmax] = '\0'; in refclock_gtraw() [all …]
|
| /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 428 uint32_t bmax, int boffset) in generate_cons_palette() argument 442 gmax, goffset, bmax, boffset); in generate_cons_palette()
|