Home
last modified time | relevance | path

Searched refs:return_type (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/scripts/
H A Dblock-coroutine-wrapper.py66 def __init__(self, wrapper_type: str, return_type: str, name: str,
68 self.return_type = return_type.strip()
100 self.return_field = self.return_type + " ret;"
101 if self.return_type == 'void':
138 return_type=m.group('return_type'),
H A Dkernel-doc325 my ($type, $declaration_name, $return_type);
1449 $return_type = $1;
1452 $return_type =~ s/^\s+//;
1461 'functiontype' => $return_type,
1696 my $return_type = shift;
1700 if (($return_type eq "") || ($return_type =~ /void\s*\w*\s*$/)) {
1772 $return_type = $1;
1792 $return_type = $1;
1816 if ($return_type =~ /typedef/) {
1822 'functiontype' => $return_type,
[all …]
/openbmc/sdbusplus/example/
H A Dlist-users.cpp21 using return_type = in main() typedef
23 auto users = reply.unpack<return_type>(); in main()
H A Dcalculator-aserver.cpp20 -> sdbusplus::async::task<divide_t::return_type> in method_call()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-internal.h92 #define WHP_DEFINE_TYPE(return_type, function_name, signature) \ argument
93 typedef return_type (WINAPI *function_name ## _t) signature;
95 #define WHP_DECLARE_MEMBER(return_type, function_name, signature) \ argument
H A Dwhpx-all.c2434 #define WHP_LOAD_FIELD_OPTIONAL(return_type, function_name, signature) \ in load_whp_dispatch_fns() argument
2438 #define WHP_LOAD_FIELD(return_type, function_name, signature) \ in load_whp_dispatch_fns() argument
/openbmc/linux/scripts/
H A Dkernel-doc178 my ($type, $declaration_name, $return_type);
1409 $return_type = $1;
1412 $return_type =~ s/^\s+//;
1426 'functiontype' => $return_type,
1666 my $return_type = shift;
1670 if (($return_type eq "") || ($return_type =~ /void\s*\w*\s*$/)) {
1750 $return_type = $1;
1756 $return_type = $1;
1785 if ($return_type =~ /typedef/) {
1791 'functiontype' => $return_type,
[all …]
/openbmc/u-boot/scripts/
H A Dkernel-doc311 my ($type, $declaration_name, $return_type);
1302 $return_type = $1;
1313 'functiontype' => $return_type,
1542 my $return_type = shift;
1546 if (($return_type eq "") || ($return_type =~ /void\s*\w*\s*$/)) {
1612 $return_type = $1;
1632 $return_type = $1;
1651 check_return_section($file, $declaration_name, $return_type);
1658 'functiontype' => $return_type,
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.aserver.tag.hpp.mako9 using return_type = ${m_return};
/openbmc/linux/drivers/acpi/acpica/
H A Dnsxfeval.c48 acpi_object_type return_type) in acpi_evaluate_object_typed() argument
92 if (return_type == ACPI_TYPE_ANY) { in acpi_evaluate_object_typed()
108 if (((union acpi_object *)return_buffer->pointer)->type == return_type) { in acpi_evaluate_object_typed()
119 acpi_ut_get_type_name(return_type))); in acpi_evaluate_object_typed()
H A Dexresolv.c304 acpi_object_type *return_type, in acpi_ex_resolve_multiple() argument
534 *return_type = type; in acpi_ex_resolve_multiple()
H A Ddbinput.c465 char **next, acpi_object_type *return_type) in acpi_db_get_next_token() argument
590 *return_type = type; in acpi_db_get_next_token()
H A Dacdebug.h251 char **next, acpi_object_type *return_type);
H A Dacinterp.h363 acpi_object_type *return_type,
/openbmc/linux/include/acpi/
H A Dacpixf.h564 return_type))