Home
last modified time | relevance | path

Searched refs:this_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dexresop.c23 acpi_object_type this_type, void *object);
41 acpi_object_type this_type, void *object) in acpi_ex_check_object_type() argument
58 if ((this_type == ACPI_TYPE_INTEGER) && in acpi_ex_check_object_type()
65 if (type_needed != this_type) { in acpi_ex_check_object_type()
69 acpi_ut_get_type_name(this_type), object)); in acpi_ex_check_object_type()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py46 this_type = model[iter][COL_DEP_TYPE]
48 if this_type != self.dep_type: return False
/openbmc/libpldm/src/dsp/
H A Dpdr.c513 uint16_t this_type = start->entity.entity_type; in find_insertion_at() local
515 if (this_type == entity_type && in find_insertion_at()
516 (this_type != next->entity.entity_type)) { in find_insertion_at()