Searched refs:tag_key (Results 1 – 5 of 5) sorted by relevance
| /linux/scripts/kconfig/lxdialog/ |
| H A D | util.c | 30 dlg.tag_key.atr = A_BOLD; in set_mono_theme() 66 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 101 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 119 DLG_COLOR(tag_key, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 176 init_one_color(&dlg.tag_key); in init_dialog_colors()
|
| H A D | dialog.h | 101 struct dialog_color tag_key; member
|
| H A D | menubox.c | 71 : dlg.tag_key.atr); in do_print_item()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 3572 int comp_idx, const char *tag_key, int last_id) in btf_find_graph_root() 3574 int len = strlen(tag_key); in btf_find_graph_root() 3586 if (strncmp(__btf_name_by_offset(btf, t->name_off), tag_key, len)) in btf_find_graph_root() 3594 int comp_idx, const char *tag_key) in btf_find_graph_root() 3600 id = btf_find_next_decl_tag(btf, pt, comp_idx, tag_key, in btf_find_graph_root() 3606 len = strlen(tag_key); in btf_find_graph_root() 3610 id = btf_find_next_decl_tag(btf, pt, comp_idx, tag_key, id); in btf_get_field_type() 7851 const char tag_key[] = "arg:"; in btf_prepare_func_args() 7868 while ((id = btf_find_next_decl_tag(btf, fn_t, arg_idx, tag_key, id)) > 0) { in btf_prepare_func_args() 7883 tag = __btf_name_by_offset(btf, tag_t->name_off) + (sizeof(tag_key) in btf_prepare_func_args() 3525 btf_find_next_decl_tag(const struct btf * btf,const struct btf_type * pt,int comp_idx,const char * tag_key,int last_id) btf_find_next_decl_tag() argument 3547 btf_find_decl_tag_value(const struct btf * btf,const struct btf_type * pt,int comp_idx,const char * tag_key) btf_find_decl_tag_value() argument [all...] |
| /linux/include/linux/ |
| H A D | bpf.h | 3162 int comp_idx, const char *tag_key); 3164 int comp_idx, const char *tag_key, int last_id); in bpf_obj_get_user()
|