/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | passprompt.c | 32 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 D | functions.sh | 880 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 D | sfkeyprintf.c | 47 regex_t red[2]; member in struct:__anon2613 290 fp->re[x] = &fp->red[x];
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | visual_io.h | 78 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 D | tem_impl.h | 136 uint8_t red[16]; member in struct:__anon372
|
H A D | fbio.h | 84 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 D | nxge_fzc.c | 288 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 D | gfxp_vgatext.c | 85 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 D | envctrltwo.c | 160 * 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 D | vgatext.c | 159 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 D | Makefile | 498 red.1 \ 603 red.1 := LINKSRC = ed.1
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 295 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 D | radeon_drm.h | 337 unsigned int red; member in struct:__anon9546
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 401 red: 2, /* Report Exceptions on Decompress */ member in struct:comp_mode_page 421 red: 2, /* Report Exceptions on Decompress */
|