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

/osnet-11/usr/src/grub/grub2/include/
H A Dmultiboot_types.h33 multiboot_uint8_t red; member in struct:multiboot_color
/osnet-11/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;
/osnet-11/usr/src/grub/grub2/grub-core/term/ieee1275/
H A Dofconsole.c36 int red; member in struct:color
47 {0xA8, 0x00, 0x00}, // 1 = red
164 grub_ieee1275_set_color (stdout_ihandle, col, colors[col].red,
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c49 regex_t red[2]; member in struct:__anon1132
292 fp->re[x] = &fp->red[x];
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dvideo.c239 grub_video_map_rgb (grub_uint8_t red, grub_uint8_t green, grub_uint8_t blue) argument
244 return grub_video_adapter_active->map_rgb (red, green, blue);
249 grub_video_map_rgba (grub_uint8_t red, grub_uint8_t green, grub_uint8_t blue, argument
255 return grub_video_adapter_active->map_rgba (red, green, blue, alpha);
260 grub_video_unmap_color (grub_video_color_t color, grub_uint8_t *red, argument
268 red,
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c945 PedSector red, hgee; local
954 red = ( (fs->geom->length - geom->length + hfs_sect_block - 1)
959 if (red > priv_data->plus_geom->length - hgee) {
963 red = priv_data->plus_geom->length - hgee;
968 - red);
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dvideo_fb.c69 {0xA8, 0x00, 0x00, 0xFF}, // 4 = red
78 {0xFE, 0x54, 0x54, 0xFF}, // 12 = bright red
229 grub_video_fb_map_rgb (grub_uint8_t red, grub_uint8_t green, argument
244 val = framebuffer.palette[i].r - red;
268 if (red == framebuffer.render_target->mode_info.fg_red
280 red >>= 8 - framebuffer.render_target->mode_info.red_mask_size;
285 value = red << framebuffer.render_target->mode_info.red_field_pos;
297 grub_video_fb_map_rgba (grub_uint8_t red, grub_uint8_t green, argument
304 return grub_video_fb_map_rgb (red, green, blue);
308 if (red
336 grub_video_fb_unmap_color(grub_video_color_t color, grub_uint8_t *red, grub_uint8_t *green, grub_uint8_t *blue, grub_uint8_t *alpha) argument
352 grub_video_fb_unmap_color_int(struct grub_video_fbblit_info * source, grub_video_color_t color, grub_uint8_t *red, grub_uint8_t *green, grub_uint8_t *blue, grub_uint8_t *alpha) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dvbe.h170 grub_uint8_t red; member in struct:grub_vbe_palette_data
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo.h33 grub_uint8_t red; member in struct:grub_video_rgba_color
148 /* How many bits are reserved for red color. */
151 /* What is location of red color bits. In Index Color mode, this is 0. */
337 grub_video_color_t (*map_rgb) (grub_uint8_t red, grub_uint8_t green,
340 grub_video_color_t (*map_rgba) (grub_uint8_t red, grub_uint8_t green,
344 grub_uint8_t *red, grub_uint8_t *green,
440 grub_video_color_t EXPORT_FUNC (grub_video_map_rgb) (grub_uint8_t red,
444 grub_video_color_t EXPORT_FUNC (grub_video_map_rgba) (grub_uint8_t red,
450 grub_uint8_t *red,
513 c.red
[all...]

Completed in 47 milliseconds