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.c5047 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_spec) }; in do_ioctl_dm() local
5048 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
5056 thunk_convert(spec, gspec, dm_arg_type, THUNK_HOST); in do_ioctl_dm()
5096 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_name_list) }; in do_ioctl_dm() local
5108 thunk_convert(cur_data, nl, dm_arg_type, THUNK_TARGET); in do_ioctl_dm()
5124 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_spec) }; in do_ioctl_dm() local
5125 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
5136 thunk_convert(cur_data, spec, dm_arg_type, THUNK_TARGET); in do_ioctl_dm()
5164 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_versions) }; in do_ioctl_dm() local
5165 int vers_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm()
[all …]