Home
last modified time | relevance | path

Searched refs:expected_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Ddbtest.c41 acpi_object_type expected_type,
809 acpi_object_type expected_type, in acpi_db_read_from_object() argument
850 if (ret_value->type != expected_type) { in acpi_db_read_from_object()
853 acpi_ut_get_type_name(expected_type), in acpi_db_read_from_object()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py420 for index, expected_type in enumerate(signature_list):
422 converted_value = convert_type(expected_type, value)
507 expected_type = get_type_signature_by_introspection(self.bus,
511 if not expected_type:
515 converted_value = convert_type(expected_type, value)
518 (value, expected_type))
1584 self.expected_type = type
1590 self.expected_type and \
1591 self.expected_type != request.content_type:
1592 abort(415, self.error_str % (self.expected_type,
/openbmc/linux/net/smc/
H A Dsmc_clc.c678 u8 expected_type, unsigned long timeout) in smc_clc_wait_msg() argument
712 expected_type == SMC_CLC_DECLINE) in smc_clc_wait_msg()
724 if (len != -EAGAIN || expected_type != SMC_CLC_DECLINE) in smc_clc_wait_msg()
733 (clcm->type != expected_type))) { in smc_clc_wait_msg()
H A Dsmc_clc.h418 u8 expected_type, unsigned long timeout);
/openbmc/qemu/block/
H A Dqcow2-cluster.c453 QCow2SubclusterType expected_type = QCOW2_SUBCLUSTER_NORMAL, type; in count_contiguous_subclusters() local
472 expected_type = type; in count_contiguous_subclusters()
477 } else if (type != expected_type) { in count_contiguous_subclusters()