Home
last modified time | relevance | path

Searched refs:local_type (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/acpi/acpica/
H A Ddbtest.c245 acpi_object_type local_type; in acpi_db_test_one_object() local
262 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()
/linux/tools/lib/bpf/
H A Dlibbpf.c5993 const struct btf_type *local_type; in bpf_core_resolve_relo() local
5998 local_type = btf__type_by_id(local_btf, local_id); in bpf_core_resolve_relo()
5999 if (!local_type) in bpf_core_resolve_relo()
6002 local_name = btf__name_by_offset(local_btf, local_type->name_off); in bpf_core_resolve_relo()
6011 prog_name, relo_idx, local_id, btf_kind_str(local_type), in bpf_core_resolve_relo()
8599 const struct btf_type *local_type; in bpf_object__resolve_ksym_var_btf_id() local
8602 local_type = btf__type_by_id(obj->btf, local_type_id); in bpf_object__resolve_ksym_var_btf_id()
8603 local_name = btf__name_by_offset(obj->btf, local_type->name_off); in bpf_object__resolve_ksym_var_btf_id()
8608 btf_kind_str(local_type), local_name, targ_type_id, in bpf_object__resolve_ksym_var_btf_id()
/linux/kernel/bpf/
H A Dbtf.c9346 const struct btf_type *local_type; in bpf_core_find_cands() local
9359 local_type = btf_type_by_id(local_btf, local_type_id); in bpf_core_find_cands()
9360 if (!local_type) in bpf_core_find_cands()
9363 name = btf_name_by_offset(local_btf, local_type->name_off); in bpf_core_find_cands()
9370 cands->kind = btf_kind(local_type); in bpf_core_find_cands()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c3784 int local_type = in vxlan_config_validate() local
3789 if (local_type & IPV6_ADDR_LINKLOCAL) { in vxlan_config_validate()