Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/sc/
Dioctl.c91 char switchtype; in sc_ioctl() local
99 if ((err = copy_from_user(&switchtype, (char *) data->dataptr, sizeof(char)))) in sc_ioctl()
103 switchtype); in sc_ioctl()
105 0, sizeof(char),&switchtype,&rcvmsg, SAR_TIMEOUT); in sc_ioctl()
120 char switchtype; in sc_ioctl() local
139 switchtype = rcvmsg.msg_data.byte_array[0]; in sc_ioctl()
144 if ((err = copy_to_user((char *) data->dataptr, &switchtype, sizeof(char)))) in sc_ioctl()