Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/sc/
Dioctl.c26 char switchtype; in sc_ioctl() local
112 if (copy_from_user(&switchtype, data->dataptr, sizeof(char))) { in sc_ioctl()
119 switchtype); in sc_ioctl()
121 0, sizeof(char), &switchtype, rcvmsg, SAR_TIMEOUT); in sc_ioctl()
157 switchtype = rcvmsg->msg_data.byte_array[0]; in sc_ioctl()
162 if (copy_to_user(data->dataptr, &switchtype, in sc_ioctl()