/linux-6.12.1/tools/net/sunrpc/xdrgen/generators/ |
D | union.py | 31 type=node.spec.type_name, 48 type=node.arm.spec.type_name, 77 print(template.render(name=node.name, type=node.spec.type_name)) 95 type=node.arm.spec.type_name, 109 if default_case is None and node.discriminant.spec.type_name == "bool": 125 type=default_case.arm.spec.type_name, 153 print(template.render(name=node.name, type=node.spec.type_name)) 171 type=node.arm.spec.type_name, 184 if default_case is None and node.discriminant.spec.type_name == "bool": 200 type=default_case.arm.spec.type_name,
|
D | typedef.py | 45 type=node.spec.type_name, 54 type=node.spec.type_name, 91 type=node.spec.type_name, 100 type=node.spec.type_name, 119 type=node.spec.type_name, 151 type=node.spec.type_name, 161 type=node.spec.type_name, 180 type=node.spec.type_name, 212 type=node.spec.type_name, 221 type=node.spec.type_name,
|
D | struct.py | 102 type=field.spec.type_name, 135 type=field.spec.type_name, 145 type=field.spec.type_name, 155 type=field.spec.type_name, 182 type=field.spec.type_name, 214 type=field.spec.type_name, 223 type=field.spec.type_name, 232 type=field.spec.type_name,
|
D | pointer.py | 102 type=field.spec.type_name, 135 type=field.spec.type_name, 145 type=field.spec.type_name, 155 type=field.spec.type_name, 182 type=field.spec.type_name, 214 type=field.spec.type_name, 223 type=field.spec.type_name, 232 type=field.spec.type_name,
|
D | program.py | 40 arguments[procedure.argument.type_name] = None 50 results[procedure.result.type_name] = None 65 arguments[procedure.argument.type_name] = None 79 results[procedure.result.type_name] = None 93 arguments[procedure.argument.type_name] = None 107 results[procedure.result.type_name] = None
|
D | __init__.py | 67 if spec.type_name in builtin_native_c_type: 68 return builtin_native_c_type[spec.type_name] 69 return spec.type_name
|
/linux-6.12.1/lib/ |
D | ubsan.c | 260 type->type_name); in handle_overflow() 300 old_val_str, data->type->type_name); in __ubsan_handle_negate_overflow() 321 rhs_val_str, data->type->type_name); in __ubsan_handle_divrem_overflow() 338 data->type->type_name); in handle_null_ptr_deref() 353 (void *)ptr, data->type->type_name); in handle_misaligned_access() 369 pr_err("for an object of type %s\n", data->type->type_name); in handle_object_size_mismatch() 428 data->array_type->type_name); in __ubsan_handle_out_of_bounds() 458 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds() 466 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds() 499 val_str, data->type->type_name); in __ubsan_handle_load_invalid_value() [all …]
|
/linux-6.12.1/drivers/md/ |
D | dm-exception-store.c | 73 static struct dm_exception_store_type *get_type(const char *type_name) in get_type() argument 78 type = _get_exception_store_type(type_name); in get_type() 82 type_name_dup = kstrdup(type_name, GFP_KERNEL); in get_type() 84 DMERR("No memory left to attempt load for \"%s\"", type_name); in get_type() 89 !(type = _get_exception_store_type(type_name))) { in get_type() 97 DMWARN("Module for exstore type \"%s\" not found.", type_name); in get_type()
|
D | dm-log.c | 66 static struct dm_dirty_log_type *get_type(const char *type_name) in get_type() argument 71 if (!type_name) in get_type() 74 log_type = _get_dirty_log_type(type_name); in get_type() 78 type_name_dup = kstrdup(type_name, GFP_KERNEL); in get_type() 81 type_name); in get_type() 86 !(log_type = _get_dirty_log_type(type_name))) { in get_type() 94 DMWARN("Module for logging type \"%s\" not found.", type_name); in get_type() 148 struct dm_dirty_log *dm_dirty_log_create(const char *type_name, in dm_dirty_log_create() argument 160 type = get_type(type_name); in dm_dirty_log_create()
|
/linux-6.12.1/drivers/hwmon/ |
D | max1668.c | 196 const char *type_name; in max1668_detect() local 211 type_name = NULL; in max1668_detect() 213 type_name = "max1668"; in max1668_detect() 215 type_name = "max1805"; in max1668_detect() 217 type_name = "max1989"; in max1668_detect() 219 if (!type_name) in max1668_detect() 222 strscpy(info->type, type_name, I2C_NAME_SIZE); in max1668_detect()
|
D | thmc50.c | 314 const char *type_name; in thmc50_detect() local 334 type_name = "adm1022"; in thmc50_detect() 346 type_name = "thmc50"; in thmc50_detect() 353 type_name, (revision >> 4) - 0xc, revision & 0xf); in thmc50_detect() 355 strscpy(info->type, type_name, I2C_NAME_SIZE); in thmc50_detect()
|
D | lm85.c | 1470 const char *type_name = NULL; in lm85_detect() local 1489 type_name = "lm85c"; in lm85_detect() 1492 type_name = "lm85b"; in lm85_detect() 1502 type_name = "lm96000"; in lm85_detect() 1508 type_name = "adm1027"; in lm85_detect() 1512 type_name = "adt7463"; in lm85_detect() 1516 type_name = "adt7468"; in lm85_detect() 1524 type_name = "emc6d100"; in lm85_detect() 1527 type_name = "emc6d102"; in lm85_detect() 1531 type_name = "emc6d103"; in lm85_detect() [all …]
|
/linux-6.12.1/tools/testing/selftests/arm64/abi/ |
D | ptrace.c | 135 static void test_hw_debug(pid_t child, int type, const char *type_name) in test_hw_debug() argument 146 ksft_test_result(ret == 0, "read_%s\n", type_name); in test_hw_debug() 153 ksft_print_msg("%s version %d with %d slots\n", type_name, in test_hw_debug() 157 ksft_test_result(arch, "%s_arch_set\n", type_name); in test_hw_debug() 159 ksft_test_result_skip("%s_arch_set\n", type_name); in test_hw_debug()
|
/linux-6.12.1/tools/perf/tests/ |
D | sigtrap.c | 111 const char *type_name; in kernel_with_sleepable_spinlocks() local 131 type_name = btf__name_by_offset(btf, type->name_off); in kernel_with_sleepable_spinlocks() 132 return type_name && !strcmp(type_name, "rt_mutex_base"); in kernel_with_sleepable_spinlocks()
|
/linux-6.12.1/drivers/mfd/ |
D | arizona-core.c | 938 const char *type_name = NULL; in arizona_dev_init() local 1134 type_name = "WM5102"; in arizona_dev_init() 1152 type_name = "WM5110"; in arizona_dev_init() 1155 type_name = "WM8280"; in arizona_dev_init() 1158 type_name = "WM5110"; in arizona_dev_init() 1175 type_name = "CS47L24"; in arizona_dev_init() 1179 type_name = "WM1831"; in arizona_dev_init() 1197 type_name = "WM8997"; in arizona_dev_init() 1214 type_name = "WM8998"; in arizona_dev_init() 1218 type_name = "WM1814"; in arizona_dev_init() [all …]
|
D | atc260x-core.c | 212 atc260x->type_name = "atc2603c"; in atc260x_match_device() 221 atc260x->type_name = "atc2609a"; in atc260x_match_device() 283 atc260x->type_name, 'A' + atc260x->ic_ver); in atc260x_device_probe()
|
/linux-6.12.1/arch/alpha/kernel/ |
D | setup.c | 426 char *type_name, *var_name, *p; in setup_arch() local 543 cpu->type, &type_name, &var_name); in setup_arch() 554 type_name, (*var_name ? " variation " : ""), var_name, in setup_arch() 566 type_name, (*var_name ? " variation " : ""), in setup_arch() 911 char **type_name, char **variation_name) in get_sysnames() argument 918 *type_name = systype_names[type]; in get_sysnames() 921 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames() 924 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS]; in get_sysnames() 926 *type_name = sys_unknown; in get_sysnames()
|
/linux-6.12.1/net/rfkill/ |
D | rfkill-gpio.c | 96 const char *type_name; in rfkill_gpio_probe() local 114 device_property_read_string(&pdev->dev, type_property, &type_name); in rfkill_gpio_probe() 119 rfkill->type = rfkill_find_type(type_name); in rfkill_gpio_probe()
|
/linux-6.12.1/tools/net/sunrpc/xdrgen/ |
D | xdr_ast.py | 53 type_name: str 302 type_name=name, 308 type_name=token.value, 413 and name == last_field.spec.type_name 425 if new_type.spec.type_name in pass_by_reference:
|
/linux-6.12.1/tools/perf/util/ |
D | annotate-data.c | 204 return strcmp(key->self.type_name, type->self.type_name); in data_type_cmp() 216 return strcmp(a->self.type_name, b->self.type_name) < 0; in data_type_less() 264 member->type_name = strbuf_detach(&sb, NULL); in __add_member_cb() 311 zfree(&child->type_name); in delete_members() 324 char *type_name; in dso__findnew_data_type() local 330 type_name = strbuf_detach(&sb, NULL); in dso__findnew_data_type() 338 key.self.type_name = type_name; in dso__findnew_data_type() 343 free(type_name); in dso__findnew_data_type() 350 free(type_name); in dso__findnew_data_type() 354 result->self.type_name = type_name; in dso__findnew_data_type() [all …]
|
/linux-6.12.1/tools/perf/ |
D | builtin-annotate.c | 457 const char *type_name = he->mem_type->self.type_name; in hists__find_annotations() local 461 !strncmp(type_name, "struct ", 7)) in hists__find_annotations() 462 type_name += 7; in hists__find_annotations() 466 !strncmp(type_name, "union ", 6)) in hists__find_annotations() 467 type_name += 6; in hists__find_annotations() 469 if (strcmp(ann->target_data_type, type_name)) in hists__find_annotations()
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_simple_resource.c | 213 func->res_func.type_name, in vmw_simple_resource_lookup() 221 func->res_func.type_name, in vmw_simple_resource_lookup()
|
/linux-6.12.1/rust/kernel/init/ |
D | macros.rs | 1167 @type_name($t), 1289 @type_name($t:path), 1320 @type_name($t:path), 1341 @type_name($t:path), 1347 @type_name($t), 1354 @type_name($t:path), 1360 @type_name($t),
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/ |
D | test_util.c | 334 enum vm_mem_backing_src_type parse_backing_src_type(const char *type_name) in parse_backing_src_type() argument 339 if (!strcmp(type_name, vm_mem_backing_src_alias(i)->name)) in parse_backing_src_type() 343 TEST_FAIL("Unknown backing src type: %s", type_name); in parse_backing_src_type()
|
/linux-6.12.1/arch/x86/tools/ |
D | relocs.c | 154 static const char *type_name[] = { in sym_type() local 167 if (type < ARRAY_SIZE(type_name)) in sym_type() 168 name = type_name[type]; in sym_type() 210 static const char *type_name[] = { in rel_type() local 251 if (type < ARRAY_SIZE(type_name) && type_name[type]) in rel_type() 252 name = type_name[type]; in rel_type()
|