Searched refs:color (Results 151 - 175 of 187) sorted by relevance

12345678

/freebsd-current/sys/dev/xen/gntdev/
H A Dgntdev.c187 vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred, u_short *color);
782 vm_ooffset_t foff, struct ucred *cred, u_short *color)
781 gntdev_gmap_pg_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred, u_short *color) argument
/freebsd-current/contrib/openpam/t/
H A DMakefile.in383 --color-tests "$$am__color_tests" \
852 if test x"$$1" = x"--maybe-color"; then \
854 elif test x"$$1" = x"--no-color"; then \
881 create_testsuite_report --no-color; \
898 create_testsuite_report --maybe-color; \
/freebsd-current/contrib/expat/tests/
H A DMakefile.in416 --color-tests "$$am__color_tests" \
1026 if test x"$$1" = x"--maybe-color"; then \
1028 elif test x"$$1" = x"--no-color"; then \
1055 create_testsuite_report --no-color; \
1072 create_testsuite_report --maybe-color; \
/freebsd-current/contrib/ntp/sntp/tests/
H A DMakefile.in455 --color-tests "$$am__color_tests" \
1211 if test x"$$1" = x"--maybe-color"; then \
1213 elif test x"$$1" = x"--no-color"; then \
1240 create_testsuite_report --no-color; \
1257 create_testsuite_report --maybe-color; \
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c376 switch (p_ProfileParams->color.dfltColor)
421 /*In color aware more select override color interpretation (MODE[OVCLR]) */
422 switch (p_ProfileParams->color.override)
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h841 e_FmPortColor color; member in struct:__anon9680
/freebsd-current/sys/contrib/dev/rtw89/
H A Dcam.c613 u8 bss_color = vif->bss_conf.he_bss_color.color;
/freebsd-current/sys/dev/drm2/
H A Ddrm_crtc.h236 unsigned color, struct drm_clip_rect *clips,
306 * @gamma_set: specify color ramp for CRTC
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-sta.c918 FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color))
H A Ddebugfs-vif.c210 pos += scnprintf(buf+pos, bufsz-pos, "mac id/color: %d / %d\n",
211 mvmvif->id, mvmvif->color);
H A Dpower.c348 mvmvif->color));
H A Dmvm.h103 u16 color; member in struct:iwl_mvm_phy_ctxt
351 * @color: to solve races upon MAC addition and removal
376 u16 color; member in struct:iwl_mvm_vif
H A Dmac80211.c1435 mvmvif->color)),
2353 .bss_color = vif->bss_conf.he_bss_color.color,
5358 mvmvif->color)),
5537 mvmvif->color)),
/freebsd-current/sys/amd64/sgx/
H A Dsgx.c535 vm_ooffset_t foff, struct ucred *cred, u_short *color)
534 sgx_pg_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred, u_short *color) argument
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c593 vm_ooffset_t foff, struct ucred *cred, u_short *color)
597 *color = 0;
592 linux_cdev_pager_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred, u_short *color) argument
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c1233 * Check if the color capabilities are consistent
2921 int color = (value == set_a_foreground || local
2932 * Avoid unnecessary warning for xterm 256color codes.
2934 if (color && (param == 38 || param == 48))
/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h125 e_FM_PCD_PLCR_COUNTERS_RECOLORED_TO_RED, /**< Policer counter - counts the number of packets that changed color to RED by the Policer;
126 This is a subset of e_FM_PCD_PLCR_COUNTERS_RED packet count, indicating active color changes. */
127 e_FM_PCD_PLCR_COUNTERS_RECOLORED_TO_YELLOW, /**< Policer counter - counts the number of packets that changed color to YELLOW by the Policer;
128 This is a subset of e_FM_PCD_PLCR_COUNTERS_YELLOW packet count, indicating active color changes. */
1024 @Description Enumeration type for selecting a policer profile color mode
1032 @Description Enumeration type for selecting a policer profile color
1035 e_FM_PCD_PLCR_GREEN, /**< Green color code */
1036 e_FM_PCD_PLCR_YELLOW, /**< Yellow color code */
1037 e_FM_PCD_PLCR_RED, /**< Red color code */
2105 e_FmPcdPlcrColor dfltColor; /**< For Color-Blind Pass-Through mode; the policer will re-color
2109 } color; member in struct:t_FmPcdPlcrProfileParams
[all...]
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest.h95 GTEST_DECLARE_string_(color); variable
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp115 if (!color())
152 bool color();
195 bool Coloring::color() { function in class:Coloring
219 // First, color nodes that don't have any dups.
436 // network, a color can be simultaneously routed to both halves in the
496 // During "Step", inputs cannot switch halves, so if the "up" color
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c844 } else if (strcmp(key, "color") == 0) {
1081 "device=%s conn=%s ctype=%s loc=%s color=%s misc=%d\n",
1232 "device=%s conn=%s ctype=%s loc=%s color=%s misc=%d",
1617 int conn, color; local
1624 color = (config & HDA_CONFIG_DEFAULTCONF_COLOR_MASK) >>
1629 if (conn == 0 && color != 0 && color != 15) {
1630 strlcat(w->name, HDA_COLORS[color], sizeof(w->name));
5770 "device conn jack loc color misc\n");
6055 "device conn jack loc color mis
[all...]
/freebsd-current/sys/dev/iwm/
H A Dif_iwm.c3995 colors[id] = ivp->phy_ctxt->color;
6097 sc->sc_phyctxt[i].color = 0;
6313 ivp->color = IWM_DEFAULT_COLOR;
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h879 int color, enabled; member in struct:cfg80211_he_bss_color
/freebsd-current/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c2600 switch(p_QmCgModifyParams->color)
2628 switch(p_QmCgModifyParams->color)
/freebsd-current/sys/dev/syscons/
H A Dsyscons.c293 * if the kernel starts in normal color text mode.
463 * 800x600 graphics mode with the highest color depth.
941 case GIO_COLOR: /* is this a color console ? */
4194 sc_set_border(scr_stat *scp, int color) argument
4197 (*scp->rndr->draw_border)(scp, color);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c3535 /* set SRG BSS color/BSSID bitmap */
3556 bss_color->color = he_bss_color->color;

Completed in 362 milliseconds

12345678