Home
last modified time | relevance | path

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

/drivers/isdn/sc/
Dioctl.c24 char *spid; in sc_ioctl() local
177 spid = kmalloc(SCIOC_SPIDSIZE, GFP_KERNEL); in sc_ioctl()
178 if (!spid) { in sc_ioctl()
193 kfree(spid); in sc_ioctl()
197 strcpy(spid, rcvmsg->msg_data.byte_array); in sc_ioctl()
202 if (copy_to_user(data->dataptr, spid, SCIOC_SPIDSIZE)) { in sc_ioctl()
203 kfree(spid); in sc_ioctl()
208 kfree(spid); in sc_ioctl()
218 spid = kmalloc(SCIOC_SPIDSIZE, GFP_KERNEL); in sc_ioctl()
219 if(!spid) { in sc_ioctl()
[all …]
Dscioc.h50 char spid[49]; member
/drivers/usb/host/
Duhci-debug.c44 char *spid; in uhci_show_td() local
70 spid = "SETUP"; in uhci_show_td()
73 spid = "OUT"; in uhci_show_td()
76 spid = "IN"; in uhci_show_td()
79 spid = "?"; in uhci_show_td()
89 spid); in uhci_show_td()
/drivers/s390/char/
Dvmur.c556 static int diag_read_next_file_info(struct file_control_block *buf, int spid) in diag_read_next_file_info() argument
560 cc = diag14((unsigned long) buf, spid, 0xfff); in diag_read_next_file_info()