Searched refs:red (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/zfs/amd64/
H A DMakefile18 CFLAGS += -mno-red-zone -m64 -fPIC
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.h34 void graphics_set_palette(int idx, int red, int green, int blue);
H A Dterm.h158 void graphics_set_palette(int idx, int red, int green, int blue);
/illumos-gate/usr/src/boot/sys/boot/ficl/amd64/
H A DMakefile24 CFLAGS += -fPIC -m64 -mno-red-zone
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c32 int red; local
63 red = open("/etc/ppp/prompt-errors", O_WRONLY | O_APPEND | O_CREAT,
65 (void) dup2(red, 1);
66 (void) dup2(red, 2);
84 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood);
85 if (red == 0)
87 if (red < 0) {
94 readgood += red;
/illumos-gate/usr/src/boot/sys/boot/libstand/amd64/
H A DMakefile20 CFLAGS += -m64 -fPIC -mno-red-zone
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Denum.sh30 enum Color_t=(red green blue orange yellow)
35 [[ $x == red ]] || err_exit 'Color_t does not default to red'
H A Dfunctions.sh880 function red function
887 [[ ${ red } != 'red_one 0' ]] && err_exit 'expected red_one 0'
888 [[ ${ red } != 'red_one 1' ]] && err_exit 'expected red_one 1'
H A Dcubetype.sh38 colors=([wall]=blue [floor]=red)
127 [[ $c == $'(\n\ttypeset -l -E x=8\n\ttypeset -l -E y=5\n\tcomvar=(\n\t\ttop=8\n\t\tbottom=9\n\t)\n\ttypeset -S -l -i count=1\n\ttypeset -a items=(\n\t\tfoo\n\t\tbar\n\t)\n\ttypeset -A colors=(\n\t\t[floor]=red\n\t\t[wall]=blue\n\t)\n\tname=cube1\n\ttypeset -L 6 status=INIT\n\ttypeset -l -E z=1\n)' ]] || err_exit '$c not correct'
H A Dnameref.sh77 color[apple]=red
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h78 unsigned char *red; /* red color map elements */ member in struct:vis_cursorcmap
129 * updated from index. red, green, and blue are arrays of color
137 unsigned char *red; /* List of red values */ member in struct:vis_cmap
H A Dfbio.h84 unsigned char *red; /* red color map elements */ member in struct:fbcmap
94 caddr32_t red; /* red color map elements */ member in struct:fbcmap32
389 unsigned char *red; /* red color map elements */ member in struct:fbcmap_i
401 caddr32_t red; /* red color map elements */ member in struct:fbcmap_i32
H A Dtem_impl.h136 uint8_t red[16]; member in struct:__anon372
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fzc.c288 rdc_red_para_t red; local
354 red.value = 0;
355 red.bits.ldw.win = RXDMA_RED_WINDOW_DEFAULT;
356 red.bits.ldw.thre =
358 red.bits.ldw.win_syn = RXDMA_RED_WINDOW_DEFAULT;
359 red.bits.ldw.thre_sync =
364 red.bits.ldw.thre_sync,
365 red.bits.ldw.thre_sync));
367 status |= npi_rxdma_cfg_wred_param(handle, channel, &red);
593 rdc_red_para_t red; local
[all...]
/illumos-gate/usr/src/cmd/ed/
H A DMakefile103 $(RM) $(ROOTBIN)/red
104 $(LN) $(ROOTBIN)/ed $(ROOTBIN)/red
H A Ded.c295 static void red(char *);
426 " red [- | -s] [-p string] [-x] [-C] [file]\n"));
1128 red(savedfile);
1159 red(file);
2780 red(char *op) /* restricted - check for '/' in name */ function
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c47 regex_t red[2]; member in struct:__anon2613
290 fp->re[x] = &fp->red[x];
/illumos-gate/usr/src/man/man1/
H A DMakefile498 red.1 \
603 red.1 := LINKSRC = ed.1
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c85 unsigned char red; member in struct:vgatext_softc::__anon106
119 pc_red, /* 5 - red */
1240 &softc->colormap[i].red,
1256 softc->colormap[i].red,
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c159 unsigned char red; member in struct:vgatext_softc::__anon112
245 pc_red, /* 5 - red */
1408 &softc->colormap[i].red,
1424 softc->colormap[i].red,
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_drm.h337 unsigned int red; member in struct:__anon9546
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h401 red: 2, /* Report Exceptions on Decompress */ member in struct:comp_mode_page
421 red: 2, /* Report Exceptions on Decompress */
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c749 cm.red = cmap4_to_24.red; /* 8-bits (1/3 of TrueColor 24) */
H A Dtem_safe.c175 cmap4_to_24.red[pix4] << 16 | \
503 case 31: /* red (light red) foreground */
526 case 41: /* red (light red) background */
549 case 91: /* red (light red) foreground */
561 case 101: /* red (light red) background */
/illumos-gate/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c160 * red = critical - shutdown system
162 enum levels {green, yellow, red}; enumerator in enum:levels
1609 else if (warning_level == red) {
1637 else if (warning_level == red) {
1794 if (warning_level < red)
1795 warning_level = red;

Completed in 194 milliseconds