Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c5046 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm() local
5055 slen = strlen((char*)gspec + spec_size) + 1; in do_ioctl_dm()
5058 strcpy((char*)&spec[1], gspec + spec_size); in do_ioctl_dm()
5123 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm() local
5129 spec->next = (cur_data - argptr) + spec_size + slen; in do_ioctl_dm()
5135 strcpy(cur_data + spec_size, (char*)&spec[1]); in do_ioctl_dm()