Searched refs:color (Results 76 - 100 of 152) sorted by relevance

1234567

/freebsd-11-stable/sys/vm/
H A Dvm_pager.h200 vm_ooffset_t foff, struct ucred *cred, u_short *color);
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_time_event.c196 htole32(IWM_FW_CMD_ID_AND_COLOR(ivp->id, ivp->color));
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c75 /* 5*/ "\t[-e pattern] [-f file] [--binary-files=value] [--color=when]\n",
137 const char *color; /* --color */ variable
190 {"color", optional_argument, NULL, COLOR_OPT},
640 color = NULL;
649 color = init_color("01;31");
653 color = init_color("01;31");
657 errx(2, getstr(3), "--color");
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1935 COLOR = 'color',
1936 BG_COLOR = 'background-color',
2092 css = this._invalidColour, color = [];
2095 color[0] = css(tip, BG_COLOR) || css(colorElem, BG_COLOR) || css(elements.content, BG_COLOR) ||
2099 color[1] = css(tip, borderSide, COLOR) || css(colorElem, borderSide, COLOR) ||
2105 return color;
2185 color, precedance, context,
2212 color = this.color = this._parseColours(corner);
2215 if(color[
[all...]
/freebsd-11-stable/contrib/groff/contrib/mom/
H A DMakefile.sub47 momdoc/color.html \
/freebsd-11-stable/sys/net/altq/
H A Daltq_cdnr.c610 * two rate three color marker
681 u_int8_t color; local
685 color = pktinfo->pkt_dscp;
686 if (color != tcm->yellow_dscp && color != tcm->red_dscp)
687 color = tcm->green_dscp;
689 /* if color-blind, precolor it as green */
690 color = tcm->green_dscp;
717 if (color == tcm->red_dscp || tcm->peak_tb.token < len) {
723 if (color
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dcreator_vt.c166 creatorfb_blank(struct vt_device *vd, term_color_t color) argument
173 c = sc->fb.fb_cmap[color];
H A Dvga.c452 int color);
456 static int map_gen_mode_num(int type, int color, int mode);
457 static int map_bios_mode_num(int type, int color, int bios_mode);
555 clear_mode_map(video_adapter_t *adp, u_char *map[], int max, int color) argument
567 if ((info.vi_flags & V_INFO_COLOR) != color)
615 map_gen_mode_num(int type, int color, int mode) argument
633 if (color)
640 if (color)
660 return ((color) ? mode_map[i].to_color : mode_map[i].to_mono);
667 map_bios_mode_num(int type, int color, in argument
2072 vga_set_border(video_adapter_t *adp, int color) argument
[all...]
H A Ds3_pci.c341 s3lfb_set_border(video_adapter_t *adp, int color) argument
343 return (*prevvidsw->set_border)(adp, color);
/freebsd-11-stable/sys/dev/syscons/
H A Dscgfbrndr.c155 gfb_border(scr_stat *scp, int color) argument
157 vidd_set_border(scp->sc->adp, color);
/freebsd-11-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h46 * A red-black tree is a binary search tree with the node color as an
310 int rbe_color; /* node color */ \
514 int color; \
526 color = RB_COLOR(elm, field); \
557 goto color; \
560 color = RB_COLOR(elm, field); \
571 color: \
572 if (color == RB_BLACK) \
/freebsd-11-stable/contrib/ipfilter/sys/
H A Dtree.h49 * A red-black tree is a binary search tree with the node color as an
320 int rbe_color; /* node color */ \
536 int color; \
548 color = RB_COLOR(elm, field); \
579 goto color; \
582 color = RB_COLOR(elm, field); \
593 color: \
594 if (color == RB_BLACK) \
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h53 * A red-black tree is a binary search tree with the node color as an
317 int rbe_color; /* node color */ \
531 int color; \
543 color = RB_COLOR(elm, field); \
574 goto color; \
577 color = RB_COLOR(elm, field); \
588 color: \
589 if (color == RB_BLACK) \
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_gtt.c530 unsigned long color,
534 if (node->color != color)
541 if (node->allocated && node->color != color)
529 i915_gtt_color_adjust(struct drm_mm_node *node, unsigned long color, unsigned long *start, unsigned long *end) argument
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh322 atf_test_case color
325 atf_set "descr" "Check --color support"
339 grep --color=auto -e '.*' -e 'a' "$(atf_get_srcdir)/d_color_a.in"
342 grep --color=auto -f grepfile "$(atf_get_srcdir)/d_color_b.in"
345 grep --color=always -f grepfile "$(atf_get_srcdir)/d_color_b.in"
594 "grep -En 'x|y|z|f' --color=always test1 | grep -Ev '${check_expr}'"
597 "grep -Eon 'x|y|z|f' --color=always test1 | grep -Ev '${check_expr}'"
834 atf_add_test_case color
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.cpp205 * issue_color_begin - writes out an html color tag.
208 void html_text::issue_color_begin (color *c)
213 out->put_string("<font color=\"#");
395 void html_text::push_para (color *c)
468 * do_color - initiates a new color tag.
471 void html_text::do_color (color *c)
473 shutdown(COLOR_TAG); // shutdown a previous color tag, if present
478 * done_color - shutdown an outstanding color tag, if it exists.
/freebsd-11-stable/sys/sys/
H A Dtree.h51 * A red-black tree is a binary search tree with the node color as an
315 int rbe_color; /* node color */ \
561 int color; \
573 color = RB_COLOR(elm, field); \
604 goto color; \
607 color = RB_COLOR(elm, field); \
618 color: \
619 if (color == RB_BLACK) \
/freebsd-11-stable/stand/lua/
H A Ddrawer.lua32 local color = require("color")
249 local colored = color.isEnabled()
/freebsd-11-stable/sys/dev/xen/privcmd/
H A Dprivcmd.c90 vm_ooffset_t foff, struct ucred *cred, u_short *color);
106 vm_ooffset_t foff, struct ucred *cred, u_short *color)
105 privcmd_pg_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred, u_short *color) argument
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dvm_machdep.c409 if (dcache_color_ignore == 0 && m->md.color != DCACHE_COLOR(pa)) {
413 m->md.color = DCACHE_COLOR(pa);
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c288 vm_ooffset_t foff, struct ucred *cred, u_short *color)
304 *color = 0;
287 ttm_bo_vm_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred, u_short *color) argument
/freebsd-11-stable/contrib/tcsh/
H A DMakefile.std299 tw.comp.c tw.color.c
301 tw.comp.${SUF} tw.color.${SUF}
608 tc.sched.${SUF} tw.parse.${SUF} tw.color.${SUF}
616 sh.set.${SUF} tc.func.${SUF} tc.nls.${SUF} tw.color.${SUF}
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_edid.h136 fb=color point data, fa=standard timing data,
142 struct detailed_data_wpindex color; member in union:detailed_non_pixel::__anon9870
H A Ddrm_mode.h339 * of pixels or a fill of a single color in the region specified.
348 * completely with a single color as given in the color argument.
354 __u32 color; member in struct:drm_mode_fb_dirty_cmd
/freebsd-11-stable/stand/i386/kgzldr/
H A Dcrt.s51 movl $0xb8000,%edi # Regen buffer (color)

Completed in 222 milliseconds

1234567