Searched refs:var_type (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/tests/ |
| H A D | stackinit_kunit.c | 47 #define DO_NOTHING_TYPE_SCALAR(var_type) var_type argument 48 #define DO_NOTHING_TYPE_STRING(var_type) void argument 49 #define DO_NOTHING_TYPE_STRUCT(var_type) void argument 50 #define DO_NOTHING_TYPE_UNION(var_type) void argument 105 #define INIT_SCALAR_none(var_type) /**/ argument 106 #define INIT_SCALAR_zero(var_type) = 0 argument 108 #define INIT_STRING_none(var_type) [FILL_SIZE_STRING] /**/ argument 109 #define INIT_STRING_zero(var_type) [FILL_SIZE_STRING] = { } argument 111 #define INIT_STRUCT_none(var_type) /**/ argument 112 #define INIT_STRUCT_zero(var_type) = { } argument [all …]
|
| /linux/drivers/accessibility/speakup/ |
| H A D | varhandlers.c | 109 switch (p_header->var_type) { in speakup_register_var() 218 if (var->var_type == VAR_TIME && p_val) { in spk_set_num_var()
|
| H A D | kobjects.c | 560 switch (param->var_type) { in spk_var_show() 588 param->name, param->var_type); in spk_var_show() 640 switch (param->var_type) { in spk_var_store() 690 param->name, (int)param->var_type); in spk_var_store()
|
| H A D | spk_types.h | 110 enum var_type_t var_type; member
|
| H A D | main.c | 1860 if (p_header->var_type != VAR_NUM) in inc_dec_var()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 2138 const struct btf_type *var_type = btf__type_by_id(btf, sinfo->type); in process_obj() 2141 if (!btf_is_var(var_type)) in process_obj() 2144 var_name = btf__name_by_offset(btf, var_type->name_off); in process_obj() 2158 err = adjust_var_secinfo(btf, var_type, in process_obj() 2084 const struct btf_type *var_type = btf__type_by_id(btf, sinfo->type); set_global_vars() local
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 10628 struct btf_type *datasec_type, *var_type; in map_btf_datasec_resize() local 10658 var_type = btf_type_by_id(btf, var->type); in map_btf_datasec_resize() 10659 array_type = skip_mods_and_typedefs(btf, var_type->type, NULL); in map_btf_datasec_resize() 10686 var_type = btf_type_by_id(btf, var->type); in map_btf_datasec_resize() 10691 var_type->type = new_array_id; in map_btf_datasec_resize() 14322 const struct btf_type *map_type, *var_type; in bpf_object__open_subskeleton() local 14364 var_type = btf__type_by_id(btf, var->type); in bpf_object__open_subskeleton() 14365 var_name = btf__name_by_offset(btf, var_type->name_off); in bpf_object__open_subskeleton()
|