Searched refs:spec_size (Results 1 – 1 of 1) sorted by relevance
5078 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm() local 5087 slen = strlen((char*)gspec + spec_size) + 1; in do_ioctl_dm() 5090 strcpy((char*)&spec[1], gspec + spec_size); in do_ioctl_dm() 5155 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm() local 5161 spec->next = (cur_data - argptr) + spec_size + slen; in do_ioctl_dm() 5167 strcpy(cur_data + spec_size, (char*)&spec[1]); in do_ioctl_dm()