Searched defs:red (Results 1 - 14 of 14) sorted by relevance

/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/lib/libshell/common/tests/
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'
/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/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 Dtem_impl.h136 uint8_t red[16]; member in struct:__anon372
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
/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/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/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;
/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/man/man1/
H A DMakefile498 red.1 \
603 red.1 := LINKSRC = ed.1
/illumos-gate/usr/src/cmd/ed/
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/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 */

Completed in 120 milliseconds