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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dioctl.c26 char switchtype; local
112 if (copy_from_user(&switchtype, data->dataptr, sizeof(char))) {
119 switchtype);
121 0, sizeof(char),&switchtype, rcvmsg, SAR_TIMEOUT);
157 switchtype = rcvmsg->msg_data.byte_array[0];
162 if (copy_to_user(data->dataptr, &switchtype,

Completed in 59 milliseconds