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()
4698 const struct btf_type *local_type, *targ_type; in bpf_core_fields_are_compat() local4701 local_type = skip_mods_and_typedefs(local_btf, local_id, &local_id); in bpf_core_fields_are_compat()4703 if (!local_type || !targ_type) in bpf_core_fields_are_compat()4706 if (btf_is_composite(local_type) && btf_is_composite(targ_type)) in bpf_core_fields_are_compat()4708 if (btf_kind(local_type) != btf_kind(targ_type)) in bpf_core_fields_are_compat()4711 switch (btf_kind(local_type)) { in bpf_core_fields_are_compat()4720 local_type->name_off); in bpf_core_fields_are_compat()4733 return btf_int_offset(local_type) == 0 && in bpf_core_fields_are_compat()4736 local_id = btf_array(local_type)->type; in bpf_core_fields_are_compat()4741 btf_kind(local_type), local_id, targ_id); in bpf_core_fields_are_compat()[all …]
3658 int local_type = in vxlan_config_validate() local3663 if (local_type & IPV6_ADDR_LINKLOCAL) { in vxlan_config_validate()