Searched refs:spid (Results 1 – 4 of 4) sorted by relevance
24 char *spid; in sc_ioctl() local177 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 …]
50 char spid[49]; member
44 char *spid; in uhci_show_td() local70 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()
556 static int diag_read_next_file_info(struct file_control_block *buf, int spid) in diag_read_next_file_info() argument560 cc = diag14((unsigned long) buf, spid, 0xfff); in diag_read_next_file_info()