Searched refs:spec_size (Results 1 – 1 of 1) sorted by relevance
5122 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm() local5131 slen = strlen((char*)gspec + spec_size) + 1; in do_ioctl_dm()5134 strcpy((char*)&spec[1], gspec + spec_size); in do_ioctl_dm()5199 int spec_size = thunk_type_size(dm_arg_type, 0); in do_ioctl_dm() local5205 spec->next = (cur_data - argptr) + spec_size + slen; in do_ioctl_dm()5211 strcpy(cur_data + spec_size, (char*)&spec[1]); in do_ioctl_dm()