| /illumos-gate/usr/src/uts/i86pc/boot/ |
| H A D | boot_vga.c | 68 static void vga_set_crtc(int index, unsigned char val); 74 unsigned char val, msl; local 91 val = vga_get_crtc(VGA_CRTC_CSSL); 92 vga_set_crtc(VGA_CRTC_CSSL, (val & 0xc) | ((msl - 2) & 0x1f)); 107 vga_clear(int color) argument 109 unsigned short val; local 112 val = (color << 8) | ' '; 115 VGA_SCREEN[i] = val; 120 vga_drawc(int c, int color) argument 130 vga_scroll(int color) argument 132 unsigned short val; local 166 vga_set_crtc(int index, unsigned char val) argument [all...] |
| /illumos-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | graphics.c | 95 /* color state */ 113 static inline void outb(unsigned short port, unsigned char val) argument 115 __asm __volatile ("outb %0,%1"::"a" (val), "d" (port)); 145 int image_read, index, color; local 156 * Set VGA palette color 0 to be the system background color, 15 to be the 157 * system foreground color, and 17 to be the system border color. 160 * its new colors; if not, set them to the background color. 167 color [all...] |
| H A D | builtins.c | 606 /* color */ 608 specify a color name: a direct integer representation and a symbolic 609 color name. An example of the latter is "blink-light-gray/blue". */ 639 /* Convert the color name STR into the magical number. */ 644 int color = 0; 661 color = 0x80; 665 /* Search for the color name. */ 669 color |= i; 679 /* Search for the color name. */ 683 color | 638 int color = 0; local 4845 char *val = arg + sizeof ("--timeout=") - 1; local 4852 char *val = arg + sizeof ("--lines=") - 1; local 5262 unsigned color = 0; local 5535 char *val; local [all...] |
| /illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/ |
| H A D | audiohd.c | 575 audiohd_pin_color_t color; local 635 color = (pin->config >> AUDIOHD_PIN_CLR_OFF) & 637 switch (color) { 963 uint64_t val; local 967 val = port->count; 969 return (val); 1006 audiohd_get_control(void *arg, uint64_t *val) argument 1012 *val = ac->val; 1020 uint64_t val) 1019 audiohd_do_set_pin_volume(audiohd_state_t *statep, audiohd_path_t *path, uint64_t val) argument 1085 uint64_t val; local 1145 audiohd_set_pin_volume_by_color(audiohd_state_t *statep, audiohd_pin_color_t color) argument 1155 uint64_t val; local 1212 uint64_t val; local 1350 uint64_t val; local 1377 uint64_t val; local 1425 audiohd_do_set_beep_volume(audiohd_state_t *statep, audiohd_path_t *path, uint64_t val) argument 1506 audiohd_set_recsrc(void *arg, uint64_t val) argument 1522 audiohd_set_rear(void *arg, uint64_t val) argument 1537 audiohd_set_center(void *arg, uint64_t val) argument 1552 audiohd_set_surround(void *arg, uint64_t val) argument 1567 audiohd_set_lfe(void *arg, uint64_t val) argument 1581 audiohd_set_speaker(void *arg, uint64_t val) argument 1595 audiohd_set_front(void *arg, uint64_t val) argument 1610 audiohd_set_headphone(void *arg, uint64_t val) argument 1625 audiohd_set_linein(void *arg, uint64_t val) argument 1640 audiohd_set_loopback(void *arg, uint64_t val) argument 1702 audiohd_set_mic(void *arg, uint64_t val) argument 1717 audiohd_set_cd(void *arg, uint64_t val) argument 1732 audiohd_set_mongain(void *arg, uint64_t val) argument 1747 audiohd_set_beep(void *arg, uint64_t val) argument 1888 audiohd_pin_color_t color; local [all...] |
| /illumos-gate/usr/src/cmd/ls/ |
| H A D | ls.c | 208 ls_color_t *color; /* color for entry */ member in struct:lbuf 209 ls_color_t *link_color; /* color for symlink */ 399 { "color", optional_argument, NULL, 0 }, 446 "color") == 0 || 476 "--color\n"), optarg); 1361 ls_start_color(p->color); 1872 rep->color = ls_color_find(file, statb.st_mode); 2186 struct cachenode *lesschild; /* subtree whose entries < val */ 2187 struct cachenode *grtrchild; /* subtree whose entries > val */ 2188 long val; /* the uid or gid of this entry */ member in struct:cachenode 2195 findincache(struct cachenode **head, long val) argument 2580 set_sysattrb_display(char *name, boolean_t val, struct lbuf *rep) argument 2733 color_match(const char *fname, mode_t mode, ls_color_t *color) argument 2988 int color, attr; local [all...] |