Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c5077 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_spec) }; in do_ioctl_dm() local
5078 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
5086 thunk_convert(spec, gspec, dm_arg_type, THUNK_HOST); in do_ioctl_dm()
5126 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_name_list) }; in do_ioctl_dm() local
5138 thunk_convert(cur_data, nl, dm_arg_type, THUNK_TARGET); in do_ioctl_dm()
5154 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_spec) }; in do_ioctl_dm() local
5155 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
5166 thunk_convert(cur_data, spec, dm_arg_type, THUNK_TARGET); in do_ioctl_dm()
5194 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_versions) }; in do_ioctl_dm() local
5195 int vers_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
[all …]