Searched refs:local_type (Results 1 – 3 of 3) sorted by relevance
245 acpi_object_type local_type; in acpi_db_test_one_object() local262 local_type = ACPI_TYPE_INTEGER; in acpi_db_test_one_object()268 local_type = ACPI_TYPE_STRING; in acpi_db_test_one_object()274 local_type = ACPI_TYPE_BUFFER; in acpi_db_test_one_object()281 local_type = ACPI_TYPE_PACKAGE; in acpi_db_test_one_object()289 local_type = ACPI_TYPE_FIELD_UNIT; in acpi_db_test_one_object()298 local_type = ACPI_TYPE_INTEGER; in acpi_db_test_one_object()303 local_type = ACPI_TYPE_BUFFER; in acpi_db_test_one_object()327 switch (local_type) { in acpi_db_test_one_object()356 local_type); in acpi_db_test_one_object()
2571 const struct btf_type *local_type, *targ_type; in bpf_core_fields_are_compat() local2574 local_type = skip_mods_and_typedefs(local_btf, local_id, &local_id); in bpf_core_fields_are_compat()2576 if (!local_type || !targ_type) in bpf_core_fields_are_compat()2579 if (btf_is_composite(local_type) && btf_is_composite(targ_type)) in bpf_core_fields_are_compat()2581 if (btf_kind(local_type) != btf_kind(targ_type)) in bpf_core_fields_are_compat()2584 switch (btf_kind(local_type)) { in bpf_core_fields_are_compat()2589 return local_type->size == targ_type->size; in bpf_core_fields_are_compat()2591 return btf_int_offset(local_type) == 0 && in bpf_core_fields_are_compat()2593 local_type->size == targ_type->size && in bpf_core_fields_are_compat()2594 btf_int_bits(local_type) == btf_int_bits(targ_type); in bpf_core_fields_are_compat()[all …]
3383 int local_type = in vxlan_config_validate() local3388 if (local_type & IPV6_ADDR_LINKLOCAL) { in vxlan_config_validate()