Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dthunk.c81 se->field_types = types; in thunk_register_struct()
94 type_ptr = se->field_types; in thunk_register_struct()
245 const argtype *field_types; in thunk_convert() local
255 field_types = se->field_types; in thunk_convert()
261 field_types = thunk_convert(d + dst_offsets[i], in thunk_convert()
263 field_types, to_host); in thunk_convert()
404 const argtype *field_types; in thunk_print() local
414 field_types = se->field_types; in thunk_print()
422 field_types = thunk_print(a + arg_offsets[i], field_types); in thunk_print()
H A Dsyscall.c5295 const argtype *field_types; in do_ioctl_rt() local
5318 field_types = se->field_types; in do_ioctl_rt()
5323 assert(*field_types == TYPE_PTRVOID); in do_ioctl_rt()
5336 field_types++; in do_ioctl_rt()
5339 field_types = thunk_convert(buf_temp + dst_offsets[i], in do_ioctl_rt()
5341 field_types, THUNK_HOST); in do_ioctl_rt()
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dlib.rs76 let field_types: Vec<&Type> = fields.iter().map(|f| &f.ty).collect(); in derive_offsets_or_error() localVariable
82 #(#field_vis #field_names: #field_types,)* in derive_offsets_or_error()
/openbmc/qemu/include/user/
H A Dthunk.h57 const argtype *field_types; member
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c1437 __u32 field_types[IB_FLOW_SPEC_SUPPORT_LAYERS]; in __mlx4_ib_default_rules_match() local
1438 memset(&field_types, 0, sizeof(field_types)); in __mlx4_ib_default_rules_match()