Home
last modified time | relevance | path

Searched refs:tag_key (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c43 dlg.tag_key.atr = A_BOLD; in set_mono_theme()
83 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
123 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
142 DLG_COLOR(tag_key, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
203 init_one_color(&dlg.tag_key); in init_dialog_colors()
H A Ddialog.h127 struct dialog_color tag_key; member
H A Dmenubox.c79 : dlg.tag_key.atr); in do_print_item()
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c43 dlg.tag_key.atr = A_BOLD; in set_mono_theme()
83 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
123 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
142 DLG_COLOR(tag_key, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
203 init_one_color(&dlg.tag_key); in init_dialog_colors()
H A Ddialog.h105 struct dialog_color tag_key; member
H A Dmenubox.c71 : dlg.tag_key.atr); in do_print_item()
/openbmc/linux/kernel/bpf/
H A Dbtf.c3313 int comp_idx, const char *tag_key) in btf_find_decl_tag_value() argument
3319 int len = strlen(tag_key); in btf_find_decl_tag_value()
3326 if (strncmp(__btf_name_by_offset(btf, t->name_off), tag_key, len)) in btf_find_decl_tag_value()