/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
|
/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
|
/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 …]
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_dft_fgbg.c | 100 assume_default_colors(int fg, int bg) in assume_default_colors()
|
/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 2540 int fg; in parse_color() local 2656 int fg; in tput_color() local 2737 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/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()
|
H A D | kcf_mech_tabs.c | 218 crypto_func_group_t fg = mech_info->cm_func_group_mask; in kcf_add_mech_provider() local
|
/freebsd/sys/dev/vt/hw/vga/ |
H A D | vt_vga.c | 436 vga_copy_bitmap_portion(uint8_t * pattern_2colors,uint8_t * pattern_ncolors,const uint8_t * src,const uint8_t * src_mask,unsigned int src_width,unsigned int src_x,unsigned int dst_x,unsigned int x_count,unsigned int src_y,unsigned int dst_y,unsigned int y_count,term_color_t fg,term_color_t bg,int overwrite) vga_copy_bitmap_portion() argument 502 vga_bitblt_pixels_block_2colors(struct vt_device * vd,const uint8_t * masks,term_color_t fg,term_color_t bg,unsigned int x,unsigned int y,unsigned int height) vga_bitblt_pixels_block_2colors() argument 618 term_color_t fg, bg; vga_bitblt_one_text_pixels_block() local 869 term_color_t fg, bg; vga_bitblt_text_txtmode() local 962 vga_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) vga_bitblt_bitmap() argument [all...] |
/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()
|
/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...] |
/freebsd/crypto/openssh/contrib/ |
H A D | gnome-ssh-askpass2.c | 158 GdkColor fg, bg; in passphrase_dialog() local
|
H A D | gnome-ssh-askpass3.c | 142 GdkColor fg, bg; in passphrase_dialog() local
|
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_fb.c | 282 unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) in vt_fb_bitblt_bitmap() 396 term_color_t fg, bg; in vt_fb_bitblt_text() local
|
/freebsd/contrib/tcsh/ |
H A D | tw.color.c | 252 makecolor(char **c, int fg, int bg, Str *v) in makecolor() 300 int fg, bg; in parseLSCOLORS() local
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 811 u_char *p, fg, bg; in ofwfb_putc8() local 866 uint32_t *addr, fg, bg; in ofwfb_putc32() local 933 u_char fg, bg; in ofwfb_putm8() local 968 uint32_t fg, bg; in ofwfb_putm32() local
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_filegen.c | 625 FILEGEN * fg; in filegen_unregister() local
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | new_pair.h | 94 int fg; member
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | fil.c | 3437 frgroup_t *fg, **fgp; in ipf_findgroup() local 3476 frgroup_t *fg, **fgp; in ipf_group_add() local 3598 frgroup_t *fg; in ipf_getrulen() local 3733 frgroup_t *fg, **fgp; in ipf_flush_groups() local 4413 frgroup_t *fg; in frrequest() local 5523 frgroup_t *fg; in ipf_srcgrpmap() local 5551 frgroup_t *fg; in ipf_dstgrpmap() local 7610 frgroup_t *fg; local 7660 frgroup_t *fg; local
|
/freebsd/sys/kern/ |
H A D | subr_terminal.c | 166 int fg, bg; in terminal_init() local 446 int fg, bg; in termtty_ioctl() local
|
/freebsd/usr.sbin/ppp/ |
H A D | main.c | 204 unsigned fg : 1; member
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | s5pv210-aries.dtsi | 456 fg: fuelgauge@36 { label
|