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.c5121 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_spec) }; in do_ioctl_dm() local
5122 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
5130 thunk_convert(spec, gspec, dm_arg_type, THUNK_HOST); in do_ioctl_dm()
5170 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_name_list) }; in do_ioctl_dm() local
5182 thunk_convert(cur_data, nl, dm_arg_type, THUNK_TARGET); in do_ioctl_dm()
5198 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_spec) }; in do_ioctl_dm() local
5199 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
5210 thunk_convert(cur_data, spec, dm_arg_type, THUNK_TARGET); in do_ioctl_dm()
5238 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_versions) }; in do_ioctl_dm() local
5239 int vers_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
[all …]