Searched defs:spid (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/sc/
H A Dioctl.c24 char *spid; local
177 spid = kzalloc(SCIOC_SPIDSIZE, GFP_KERNEL);
178 if (!spid) {
183 * Get the spid from the board
193 kfree(spid);
197 strlcpy(spid, rcvmsg->msg_data.byte_array, SCIOC_SPIDSIZE);
202 if (copy_to_user(data->dataptr, spid, SCIOC_SPIDSIZE)) {
203 kfree(spid);
208 kfree(spid);
219 * Get the spid fro
[all...]
H A Dscioc.h50 char spid[49]; member in struct:__anon1306
/drivers/usb/host/
H A Duhci-debug.c44 char *spid; local
71 spid = "SETUP";
74 spid = "OUT";
77 spid = "IN";
80 spid = "?";
90 spid);
/drivers/s390/char/
H A Dvmur.c582 * cc=2 spid specified is invalid
584 static int diag_read_next_file_info(struct file_control_block *buf, int spid) argument
588 cc = diag14((unsigned long) buf, spid, 0xfff);

Completed in 106 milliseconds