Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c32 int red; in promptpass() local
63 red = open("/etc/ppp/prompt-errors", O_WRONLY | O_APPEND | O_CREAT, in promptpass()
65 (void) dup2(red, 1); in promptpass()
66 (void) dup2(red, 2); in promptpass()
84 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood); in promptpass()
85 if (red == 0) in promptpass()
87 if (red < 0) { in promptpass()
94 readgood += red; in promptpass()
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_fzc.c288 rdc_red_para_t red; in nxge_init_fzc_rdc() local
354 red.value = 0; in nxge_init_fzc_rdc()
355 red.bits.ldw.win = RXDMA_RED_WINDOW_DEFAULT; in nxge_init_fzc_rdc()
356 red.bits.ldw.thre = in nxge_init_fzc_rdc()
358 red.bits.ldw.win_syn = RXDMA_RED_WINDOW_DEFAULT; in nxge_init_fzc_rdc()
359 red.bits.ldw.thre_sync = in nxge_init_fzc_rdc()
364 red.bits.ldw.thre_sync, in nxge_init_fzc_rdc()
365 red.bits.ldw.thre_sync)); in nxge_init_fzc_rdc()
367 status |= npi_rxdma_cfg_wred_param(handle, channel, &red); in nxge_init_fzc_rdc()
593 rdc_red_para_t red; in nxge_init_fzc_rxdma_channel_red() local
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dfbio.h84 unsigned char *red; /* red color map elements */ member
94 caddr32_t red; /* red color map elements */ member
389 unsigned char *red; /* red color map elements */ member
401 caddr32_t red; /* red color map elements */ member
H A Dvisual_io.h78 unsigned char *red; /* red color map elements */ member
137 unsigned char *red; /* List of red values */ member
H A Dtem_impl.h134 uint8_t red[16]; member
/titanic_44/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 Dnameref.sh77 color[apple]=red
H A Dcubetype.sh38 colors=([wall]=blue [floor]=red)
/titanic_44/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);
/titanic_44/usr/src/cmd/ed/
H A DMakefile103 $(RM) $(ROOTBIN)/red
104 $(LN) $(ROOTBIN)/ed $(ROOTBIN)/red
H A Ded.c295 static void red(char *);
1128 red(savedfile); in filename()
1159 red(file); in filename()
2780 red(char *op) /* restricted - check for '/' in name */ in red() function
/titanic_44/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c47 regex_t red[2]; member
290 fp->re[x] = &fp->red[x]; in getfmt()
/titanic_44/usr/src/grub/grub-0.97/docs/
H A Dmenu.lst82 color light-green/brown blink-red/blue
/titanic_44/usr/src/man/man1/
H A DMakefile504 red.1 \
609 red.1 := LINKSRC = ed.1
/titanic_44/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c85 unsigned char red; member
1240 &softc->colormap[i].red, in vgatext_save_colormap()
1256 softc->colormap[i].red, in vgatext_restore_colormap()
/titanic_44/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c159 unsigned char red; member
1408 &softc->colormap[i].red, in vgatext_save_colormap()
1424 softc->colormap[i].red, in vgatext_restore_colormap()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DColorStore.java200 add(Color.red, /* NOI18N */"red"); in initDefaultColorList()
/titanic_44/usr/src/cmd/bnu/
H A DDialers282 # red expect "red" (actually "Answered")
284 att2224 =+-, "" \r\c :--: T\T\r\c red
/titanic_44/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c162 enum levels {green, yellow, red}; enumerator
1609 else if (warning_level == red) { in envctrl_check_sys_temperatures()
1637 else if (warning_level == red) { in envctrl_check_sys_temperatures()
1794 if (warning_level < red) in envctrl_check_tempr_levels()
1795 warning_level = red; in envctrl_check_tempr_levels()
/titanic_44/usr/src/uts/common/io/
H A Dtem.c749 cm.red = cmap4_to_24.red; /* 8-bits (1/3 of TrueColor 24) */ in tems_reset_colormap()
/titanic_44/usr/src/uts/intel/io/drm/
H A Dradeon_drm.h337 unsigned int red; member
/titanic_44/usr/src/cmd/ssh/include/
H A Dsys-tree.h330 #define RB_SET_BLACKRED(black, red, field) do { \ argument
332 RB_COLOR(red, field) = RB_RED; \
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h401 red: 2, /* Report Exceptions on Decompress */
421 red: 2, /* Report Exceptions on Decompress */

12