Searched refs:pal (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/syscons/fade/
H A Dfade_saver.c50 u_char pal[256*3]; local
58 pal[0] = pal[1] = pal[2] = 0;
61 pal[i] = palette[i] - count;
63 pal[i] = 60;
65 vidd_load_palette(adp, pal);
/freebsd-13-stable/sys/dev/fb/
H A Dsplash_bmp.c110 static u_char pal[256*3]; local
124 vidd_save_palette(adp, pal);
150 for (i = 0; i < sizeof(pal); ++i) {
151 tpal[i] = pal[i] * brightness / FADE_LEVELS;
/freebsd-13-stable/contrib/tnftp/src/
H A Dftp.c1208 unsigned int af, hal, pal; local
1383 &pal, &port[0], &port[1]);
1390 if (af != 4 || hal != 4 || pal != 2) {
1415 &pal, &port[0], &port[1]);
1422 if (af != 6 || hal != 16 || pal != 2) {
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c214 scr_stat *scp, int mode, u_char *pal, int border);
2539 set_scrn_saver_mode(scr_stat *scp, int mode, u_char *pal, int border) argument
2561 if (pal != NULL)
2562 vidd_load_palette(scp->sc->adp, pal);

Completed in 122 milliseconds