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

/freebsd-11-stable/sys/dev/syscons/fade/
H A Dfade_saver.c48 u_char pal[256*3]; local
56 pal[0] = pal[1] = pal[2] = 0;
59 pal[i] = palette[i] - count;
61 pal[i] = 60;
63 vidd_load_palette(adp, pal);
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-event.h32 #include <dev/nxge/include/xge-os-pal.h>
H A Dxgehal.h33 #include <dev/nxge/include/xge-os-pal.h>
H A Dxge-queue.h32 #include <dev/nxge/include/xge-os-pal.h>
H A Dxgehal-driver.h32 #include <dev/nxge/include/xge-os-pal.h>
H A Dxgehal-mm.h32 #include <dev/nxge/include/xge-os-pal.h>
H A Dxgehal-channel.h32 #include <dev/nxge/include/xge-os-pal.h>
H A Dxgehal-mgmt.h32 #include <dev/nxge/include/xge-os-pal.h>
H A Dxge-debug.h32 #include <dev/nxge/include/xge-os-pal.h>
H A Dxgehal-config.h32 #include <dev/nxge/include/xge-os-pal.h>
H A Dxgehal-types.h32 #include <dev/nxge/include/xge-os-pal.h>
H A Dxgehal-device.h32 #include <dev/nxge/include/xge-os-pal.h>
H A Dxgehal-stats.h32 #include <dev/nxge/include/xge-os-pal.h>
/freebsd-11-stable/sys/dev/fb/
H A Dsplash_bmp.c120 static u_char pal[256*3]; local
134 vidd_save_palette(adp, pal);
160 for (i = 0; i < sizeof(pal); ++i) {
161 tpal[i] = pal[i] * brightness / FADE_LEVELS;
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mm.c29 #include <dev/nxge/include/xge-os-pal.h>
/freebsd-11-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-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c2161 struct demangle_component **pal; local
2172 pal = &al;
2181 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL);
2182 if (*pal == NULL)
2184 pal = &d_right (*pal);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c2207 struct demangle_component **pal; local
2218 pal = &al;
2227 *pal = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE_ARGLIST, a, NULL);
2228 if (*pal == NULL)
2230 pal = &d_right (*pal);
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c201 static int set_scrn_saver_mode(scr_stat *scp, int mode, u_char *pal, int border);
2456 set_scrn_saver_mode(scr_stat *scp, int mode, u_char *pal, int border) argument
2478 if (pal != NULL)
2479 vidd_load_palette(scp->sc->adp, pal);
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h38 #include <dev/vxge/include/vxge-os-pal.h>

Completed in 302 milliseconds