Lines Matching refs:stp
363 DEB(const char *stp;) in st_chk_result()
445 stp = "read"; in st_chk_result()
447 stp = "write"; in st_chk_result()
449 stp = "ioctl"; in st_chk_result()
452 stp, STp->recover_count); in st_chk_result()
461 static struct st_request *st_allocate_request(struct scsi_tape *stp) in st_allocate_request() argument
467 streq->stp = stp; in st_allocate_request()
469 st_printk(KERN_ERR, stp, in st_allocate_request()
472 stp->buffer->syscall_result = -EINTR; in st_allocate_request()
474 stp->buffer->syscall_result = -EBUSY; in st_allocate_request()
533 struct scsi_tape *STp = SRpnt->stp; in st_scsi_execute_end()
557 struct rq_map_data *mdata = &SRpnt->stp->buffer->map_data; in st_scsi_execute()
559 struct scsi_tape *STp = SRpnt->stp; in st_scsi_execute()
562 req = scsi_alloc_request(SRpnt->stp->device->request_queue, in st_scsi_execute()
4205 char *stp; in st_setup() local
4207 stp = get_options(str, ARRAY_SIZE(ints), ints); in st_setup()
4214 while (stp != NULL) { in st_setup()
4217 if (!strncmp(stp, parms[i].name, len) && in st_setup()
4218 (*(stp + len) == ':' || *(stp + len) == '=')) { in st_setup()
4221 simple_strtoul(stp + len + 1, NULL, 0); in st_setup()
4230 stp); in st_setup()
4231 stp = strchr(stp, ','); in st_setup()
4232 if (stp) in st_setup()
4233 stp++; in st_setup()