Searched refs:colors (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/
H A Derr.D_XLATE_SOU.BadTransDecl8.d44 enum colors
50 translator enum colors < struct input_struct *ivar >
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/enum/
H A Derr.D_UNKNOWN.RepeatIdentifiers.d42 enum colors {
H A Dtst.EnumSameValue.d42 enum colors {
H A Derr.D_DECL_IDRED.EnumSameName.d41 enum colors {
H A Dtst.EnumEquality.d39 enum colors {
H A Dtst.EnumValAssign.d41 enum colors {
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dscr_reset.c187 int colors, color_pairs; local
191 /* if the new terminal doesn't support colors, or it supports */
192 /* less colors (or color_pairs) than the old terminal, or */
199 if ((fread((char *) &colors, sizeof (int), 1, filep) != 1) ||
206 colors > max_colors || color_pairs > max_pairs) {
207 if (fseek(filep, (long) (colors * sizeof (_Color) +
213 /* if both old and new terminals could modify colors, read in */
221 malloc(colors *
226 colors, filep) != colors)
[all...]
H A Dvidupdate.c68 /* if colors are used, extract the color related information from */
80 /* have been used with colors */
93 /* deal with video attributes, and then with colors. This */
98 /* should not be used with colors */
120 /* with colors first (possibly turning of the colors that */
122 /* This way video attributes will overwrite colors. */
370 /* entry for turning on colors, and SGR0 for turning them off. */
385 con.l[con.page].colors[BOLD] =
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcubetype.sh38 colors=([wall]=blue [floor]=red)
69 b.colors[wall]=green
70 b.colors[door]=white
71 exp=3 got=${#b.colors[@]}
72 [[ "$got" == "$exp" ]] || err_exit "\${#b.colors[@]} incorrect for iteration $i -- expected $exp, got '$got'"
79 bb.colors[desk]=orange
80 exp=4 got=${#b.colors[@]}
81 [[ ${#bb.colors[@]} == 4 ]] || err_exit "\${#bb.colors[@]} incorrect for iteration $i -- expected $exp, got '$got'"
82 unset b.colors
[all...]
H A Dcomvar.sh115 type=2colors var=viewcolor val="gray black"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofDataTypes.d81 enum colors {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d80 enum colors {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c160 * its new colors; if not, set them to the background color.
363 * Format of splashscreen is an XPM (can be gzipped) with up to 15 colors and
370 unsigned i, len, idx, colors, x, y, width, height; local
421 colors = c - '0';
424 colors = colors * 10 + c - '0';
444 for (i = 0, idx = 1; i < colors; i++) {
485 colors = idx - 1; /* actual number of colors used in XPM image */
512 * if no colors wer
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pointers/
H A Dtst.ArrayPointer1.d87 enum colors {
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h97 * There are 'page_colors' colors/bins. Spread them out under a
308 uint_t plw_colors; /* num of colors for szc */
309 uint_t plw_color_mask; /* colors-1 */
357 int colors = page_get_pagecolors(szc); \
359 colors * sizeof (pgcnt_t)); \
364 int mn, mt, szc, colors; \
366 colors = page_get_pagecolors(szc); \
370 plc_mts_colors = colors; \
373 base += (colors * sizeof (pgcnt_t)); \
706 * - to prevent all processes to use the same exact colors an
[all...]
H A Dvm_dep.c932 uint_t colors; local
961 /* initialize number of colors per page size */
985 if ((colors = hw_page_array[i].hp_colors) <= 1) {
988 while ((colors >> a) == 0)
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara2.c343 * This will reduce the number of colors.
361 * This will increase the number of colors to match N2.
676 * which effectively reduces the number of colors available per mnode.
714 * group colorequiv colors on N2 by low order bits of the color first
730 uint_t colors; local
733 if ((colors = hw_page_array[i].hp_colors) <= 1)
735 while ((colors >> a) == 0)
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c1638 int szc, colors; local
1642 colors = page_get_pagecolors(szc);
1643 ctrs_sz += mnoderangecnt * sizeof (pgcnt_t) * colors;
1653 int mt, szc, colors; local
1659 colors = page_get_pagecolors(szc);
1660 mnoderanges[mt].mnr_mts[szc].mnr_mts_colors = colors;
1663 addr += (sizeof (pgcnt_t) * colors);
1720 int colors; local
1780 /* initialize number of colors per page size */
1802 if ((colors
1879 int colors; local
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c82 * number of page colors equivalent to reqested color in page_get routines.
252 * allocated dynamically based upon the number of colors for a given
553 * We need to determine how many page colors there are for each
651 * We need to determine how many page colors there are for each
981 * We need to determine how many page colors there are for each
2754 uint_t nszc, ceq_mask, colors; local
2758 colors = PAGE_GET_PAGECOLORS(szc);
2760 plw->plw_colors = colors;
2761 plw->plw_color_mask = colors - 1;
2774 * calculate the number of non-equivalent colors an
3428 uint_t colors, ceq_mask; local
4446 uint_t colors; local
[all...]

Completed in 141 milliseconds