Searched refs:expected_type (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/acpi/acpica/ |
H A D | dbtest.c | 41 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 D | rest_dbus.py | 420 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 D | smc_clc.c | 688 u8 expected_type, unsigned long timeout) in smc_clc_wait_msg() argument 722 expected_type == SMC_CLC_DECLINE) in smc_clc_wait_msg() 734 if (len != -EAGAIN || expected_type != SMC_CLC_DECLINE) in smc_clc_wait_msg() 743 (clcm->type != expected_type))) { in smc_clc_wait_msg()
|
H A D | smc_clc.h | 432 u8 expected_type, unsigned long timeout);
|
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 453 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()
|