Lines Matching refs:stp
361 DEB(const char *stp;) in st_chk_result()
433 stp = "read"; in st_chk_result()
435 stp = "write"; in st_chk_result()
437 stp = "ioctl"; in st_chk_result()
440 stp, STp->recover_count); in st_chk_result()
449 static struct st_request *st_allocate_request(struct scsi_tape *stp) in st_allocate_request() argument
455 streq->stp = stp; in st_allocate_request()
457 st_printk(KERN_ERR, stp, in st_allocate_request()
460 stp->buffer->syscall_result = -EINTR; in st_allocate_request()
462 stp->buffer->syscall_result = -EBUSY; in st_allocate_request()
517 struct scsi_tape *STp = SRpnt->stp; in st_scsi_execute_end()
538 struct rq_map_data *mdata = &SRpnt->stp->buffer->map_data; in st_scsi_execute()
541 struct scsi_tape *STp = SRpnt->stp; in st_scsi_execute()
543 req = blk_get_request(SRpnt->stp->device->request_queue, write, in st_scsi_execute()
4010 char *stp; in st_setup() local
4012 stp = get_options(str, ARRAY_SIZE(ints), ints); in st_setup()
4019 while (stp != NULL) { in st_setup()
4022 if (!strncmp(stp, parms[i].name, len) && in st_setup()
4023 (*(stp + len) == ':' || *(stp + len) == '=')) { in st_setup()
4026 simple_strtoul(stp + len + 1, NULL, 0); in st_setup()
4035 stp); in st_setup()
4036 stp = strchr(stp, ','); in st_setup()
4037 if (stp) in st_setup()
4038 stp++; in st_setup()
4159 char *stp; in st_probe() local
4163 if ((stp = st_incompatible(SDp))) { in st_probe()
4166 "st: The suggested driver is %s.\n", stp); in st_probe()