Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Devents.py31 arg_type: Optional[QAPISchemaObjectType],
35 'param': build_params(arg_type, boxed)}
39 arg_type: Optional[QAPISchemaObjectType],
45 proto=build_event_send_proto(name, arg_type, boxed))
82 arg_type: Optional[QAPISchemaObjectType],
93 have_args = boxed or (arg_type and not arg_type.is_empty())
101 proto=build_event_send_proto(name, arg_type, boxed))
104 assert arg_type is not None
110 ret += gen_param_var(arg_type)
130 assert arg_type is not None
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Dtest-qapi.py72 arg_type, ret_type, gen, success_response, boxed, argument
75 % (name, arg_type and arg_type.name,
83 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument
84 print('event %s %s' % (name, arg_type and arg_type.name))
/openbmc/qemu/tests/qtest/
H A Dqmp-cmd-test.c189 SchemaInfo *si, *arg_type, *ret_type; in add_query_tests()
203 arg_type = qmp_schema_lookup(schema, si->u.command.arg_type); in add_query_tests()
204 if (object_type_has_mandatory_members(arg_type)) { in add_query_tests()
187 SchemaInfo *si, *arg_type, *ret_type; add_query_tests() local
/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/
H A D0001-Do-not-use-bool-as-a-field-name.patch29 switch (change->arg_type)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Bug-fix-for-data-type-length-judgment.patch31 @@ -190,7 +190,7 @@ static bool get_integer_base_type(enum arg_type *type, int byte_size,
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp320 char arg_type = sub.iter_.get_arg_type(); in unpack() local
323 if (arg_type == element<decltype(t)>::code) { in unpack()
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py320 return ent.arg_type
/openbmc/qemu/hw/scsi/
H A Dmfi.h890 uint8_t arg_type; member
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h3304 const gchar *arg_type,
3358 const gchar *arg_type,
3371 const gchar *arg_type,
H A Dopenbmc_intf.c25830 const gchar *arg_type, in flash_control_call_flash() argument
25839 arg_type, in flash_control_call_flash()
25892 const gchar *arg_type, in flash_control_call_flash_sync() argument
25901 arg_type, in flash_control_call_flash_sync()