| /freebsd/sys/dev/sound/pci/hda/ |
| H A D | hdacc.c | 555 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_child_location() local 564 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_child_pnpinfo_method() local 574 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_print_child() local 588 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_probe_nomatch() local 613 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_read_ivar() local
|
| /illumos-gate/usr/src/uts/i86pc/boot/ |
| H A D | boot_fb.c | 353 boot_get_color(uint32_t *fg, uint32_t *bg) in boot_get_color() 471 uint32_t fg, bg, toffset; in boot_fb_init() local 524 uint32_t fg, bg; in bit_to_pix() local 552 uint32_t fg, bg; in boot_fb_eraseline_impl() local 679 uint32_t fg, bg; in boot_fb_cursor() local
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | theme.c | 34 #define GET_COLOR(bg, fg) (COLOR_PAIR(bg * 8 + fg +1)) argument 265 short fg, bg; in bsddialog_color_attrs() local
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | tem_safe.c | 543 tem_select_color(struct tem_vt_state *tem, int color, boolean_t fg) in tem_select_color() 1284 text_color_t fg; in tem_safe_outch() local 1793 text_color_t bg, fg; in tem_safe_text_display() local 1995 text_color_t fg, bg; in tem_safe_pix_bit2pix() local 2439 text_color_t fg, bg; in tem_safe_pix_cursor() local 2481 bit_to_pix4(struct tem_vt_state *tem, tem_char_t c, text_color_t fg, in bit_to_pix4() 2490 bit_to_pix8(struct tem_vt_state *tem, tem_char_t c, text_color_t fg, in bit_to_pix8() 2499 bit_to_pix16(struct tem_vt_state *tem, tem_char_t c, text_color_t fg, in bit_to_pix16() 2509 bit_to_pix24(struct tem_vt_state *tem, tem_char_t c, text_color_t fg, in bit_to_pix24() 2519 bit_to_pix32(struct tem_vt_state *tem, tem_char_t c, text_color_t fg, in bit_to_pix32() [all …]
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_tree.c | |
| H A D | mlx5_fs_core.c | 562 struct mlx5_flow_group *fg; in modify_fte() local 627 struct mlx5_flow_group *fg; in del_hw_fte() local 652 struct mlx5_flow_group *fg; in del_sw_fte() local 668 struct mlx5_flow_group *fg; in del_hw_flow_group() local 686 struct mlx5_flow_group *fg; in del_sw_flow_group() local 703 static int insert_fte(struct mlx5_flow_group *fg, struct fs_fte *fte) in insert_fte() 748 struct mlx5_flow_group *fg) in dealloc_flow_group() 760 struct mlx5_flow_group *fg; in alloc_flow_group() local 787 struct mlx5_flow_group *fg; in alloc_insert_flow_group() local 997 struct mlx5_flow_group *fg; in _mlx5_modify_rule_destination() local [all …]
|
| /illumos-gate/usr/src/cmd/sh/ |
| H A D | jobs.c | 224 statjob(struct job *jp, int stat, int fg, int rc) in statjob() 412 restartjob(struct job *jp, int fg) in restartjob() 684 makejob(int monitor, int fg) in makejob() 711 postjob(pid, fg) in postjob() argument 850 int fg; in sysfgbg() local
|
| /illumos-gate/usr/src/boot/common/ |
| H A D | tem.c | 889 uint8_t fg, bg; in tems_get_initial_color() local 1190 tem_select_color(struct tem_vt_state *tem, int color, bool fg) in tem_select_color() 1837 text_color_t fg; in tem_outch() local 2307 text_color_t bg, fg; in tem_text_display() local 2470 text_color_t fg, bg; in tem_pix_bit2pix() local 2790 text_color_t fg, bg; in tem_pix_cursor() local 2830 tem_char_t c, text_color_t fg, text_color_t bg) in bit_to_pix32() 2842 tem_get_attr(struct tem_vt_state *tem, text_color_t *fg, in tem_get_attr() 2858 tem_get_color(struct tem_vt_state *tem, text_color_t *fg, text_color_t *bg, in tem_get_color() 2927 tem_get_colors(tem_vt_state_t tem_arg, text_color_t *fg, text_color_t *bg) in tem_get_colors()
|
| H A D | gfx_fb.c | 159 plat_tem_get_colors(uint8_t *fg, uint8_t *bg) in plat_tem_get_colors() 1063 alpha_blend(uint8_t fg, uint8_t bg, uint8_t alpha) in alpha_blend() 1198 gfx_fb_cursor_impl(void *buf, uint32_t stride, uint32_t fg, uint32_t bg, in gfx_fb_cursor_impl() 1240 } fg, bg; in gfx_fb_display_cursor() local 1304 text_color_t fg, bg; in gfx_fb_setpixel() local 1325 text_color_t fg, bg; in gfx_fb_drawrect() local
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 119 #define SET_FG_COLOR(fg) _settextcolor(fg) argument 121 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); } argument 132 #define SET_FG_COLOR(fg) textcolor(fg) argument 134 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); } argument 158 #define MAKEATTR(fg,bg) ((WORD)((fg)|((bg)<<4))) argument 161 #define SET_FG_COLOR(fg) { curr_attr &= ~0x0f; curr_attr |= (fg); APPLY_COLORS(); } argument 163 #define SETCOLORS(fg,bg) { curr_attr = MAKEATTR(fg,bg); APPLY_COLORS(); } argument 2570 int fg; in parse_color() local 2686 int fg; in tput_color() local 2767 int fg; in win_set_color() local [all …]
|
| H A D | output.c | 119 t_color fg; member 191 int fg, bg, tmp; /* Windows colors */ in set_win_colors() local
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_dft_fgbg.c | 100 assume_default_colors(int fg, int bg) in assume_default_colors()
|
| /illumos-gate/usr/src/uts/common/io/mlxcx/ |
| H A D | mlxcx.c | 938 mlxcx_flow_group_t *fg; in mlxcx_teardown_flow_table() local 1846 mlxcx_flow_group_t *fg; in mlxcx_setup_ports() local 2001 mlxcx_flow_group_t *fg = g->mlg_rx_vlan_fg; in mlxcx_remove_all_vlan_entries() local 2033 mlxcx_flow_group_t *fg = g->mlg_rx_vlan_fg; in mlxcx_remove_vlan_entry() local 2102 mlxcx_flow_group_t *fg = g->mlg_rx_vlan_fg; in mlxcx_add_vlan_entry() local 2293 mlxcx_flow_group_t *fg; in mlxcx_add_umcast_entry() local 2357 mlxcx_flow_group_t *fg) in mlxcx_setup_flow_group()
|
| /illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | vid_puts.c | 141 short fg, bg; in vid_puts() local
|
| /freebsd/contrib/bsddialog/utility/ |
| H A D | util_theme.c | 161 enum bsddialog_color bg, fg; in savetheme() local 228 enum bsddialog_color bg, fg; in loadtheme() local
|
| /freebsd/sys/contrib/openzfs/module/icp/core/ |
| H A D | kcf_callprov.c | 85 int *error, kcf_prov_tried_t *triedl, crypto_func_group_t fg) in kcf_get_mech_provider()
|
| /illumos-gate/usr/src/cmd/cmd-inet/lib/netcfgd/ |
| H A D | netcfgd.c | 53 static boolean_t fg = B_FALSE; variable
|
| /freebsd/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 438 term_color_t fg, term_color_t bg, int overwrite) in vga_copy_bitmap_portion() 504 term_color_t fg, term_color_t bg, in vga_bitblt_pixels_block_2colors() 620 term_color_t fg, bg; in vga_bitblt_one_text_pixels_block() local 871 term_color_t fg, bg; in vga_bitblt_text_txtmode() local 964 unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) in vga_bitblt_bitmap()
|
| /illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | vid_puts.c | 145 short fg, bg; in vid_puts() local
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | flock.c | 232 struct flock_globals *fg; in flk_get_lockmgr_status() local 963 struct flock_globals *fg; in flk_zone_init() local 977 struct flock_globals *fg = data; in flk_zone_fini() local 1357 struct flock_globals *fg; in flk_wait_execute_request() local 2474 struct flock_globals *fg; in flk_get_lock_graph() local 3601 struct flock_globals *fg; in flk_set_lockmgr_status() local 4006 wakeup_sleeping_lockmgr_locks(struct flock_globals *fg) in wakeup_sleeping_lockmgr_locks() 4041 unlock_lockmgr_granted(struct flock_globals *fg) in unlock_lockmgr_granted()
|
| /illumos-gate/usr/src/uts/common/crypto/core/ |
| H A D | kcf_callprov.c | 189 crypto_func_group_t fg) in is_valid_provider_for_mech() 225 kcf_provider_desc_t *old, kcf_provider_desc_t **new, crypto_func_group_t fg) in kcf_get_hardware_provider() 531 crypto_func_group_t fg, size_t data_size) in kcf_get_mech_provider()
|
| /freebsd/sys/teken/ |
| H A D | teken_subr_compat.h | 87 teken_get_defattr_cons25(const teken_t *t, int *fg, int *bg) in teken_get_defattr_cons25()
|
| /illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
| H A D | main.c | 55 boolean_t fg = B_FALSE; variable
|
| /freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | sched_impl.h | 49 #define IS_FG_SUPPORTED(mdesc, fg) \ argument
|
| /freebsd/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 134 ofwfb_bitblt_bitmap(struct vt_device * vd,const struct vt_window * vw,const uint8_t * pattern,const uint8_t * mask,unsigned int width,unsigned int height,unsigned int x,unsigned int y,term_color_t fg,term_color_t bg) ofwfb_bitblt_bitmap() argument 252 term_color_t fg, bg; ofwfb_bitblt_text() local [all...] |