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.c5053 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_spec) }; in do_ioctl_dm() local
5054 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
5062 thunk_convert(spec, gspec, dm_arg_type, THUNK_HOST); in do_ioctl_dm()
5102 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_name_list) }; in do_ioctl_dm() local
5114 thunk_convert(cur_data, nl, dm_arg_type, THUNK_TARGET); in do_ioctl_dm()
5130 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_spec) }; in do_ioctl_dm() local
5131 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
5142 thunk_convert(cur_data, spec, dm_arg_type, THUNK_TARGET); in do_ioctl_dm()
5170 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_versions) }; in do_ioctl_dm() local
5171 int vers_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
[all …]