Searched refs:dm_arg_type (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 5107 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_spec) }; in do_ioctl_dm() local 5108 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm() 5116 thunk_convert(spec, gspec, dm_arg_type, THUNK_HOST); in do_ioctl_dm() 5156 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_name_list) }; in do_ioctl_dm() local 5168 thunk_convert(cur_data, nl, dm_arg_type, THUNK_TARGET); in do_ioctl_dm() 5184 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_spec) }; in do_ioctl_dm() local 5185 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm() 5196 thunk_convert(cur_data, spec, dm_arg_type, THUNK_TARGET); in do_ioctl_dm() 5224 const argtype dm_arg_type[] = { MK_STRUCT(STRUCT_dm_target_versions) }; in do_ioctl_dm() local 5225 int vers_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm() [all …]
|