Lines Matching refs:stp
362 DEB(const char *stp;) in st_chk_result()
434 stp = "read"; in st_chk_result()
436 stp = "write"; in st_chk_result()
438 stp = "ioctl"; in st_chk_result()
441 stp, STp->recover_count); in st_chk_result()
450 static struct st_request *st_allocate_request(struct scsi_tape *stp) in st_allocate_request() argument
456 streq->stp = stp; in st_allocate_request()
458 st_printk(KERN_ERR, stp, in st_allocate_request()
461 stp->buffer->syscall_result = -EINTR; in st_allocate_request()
463 stp->buffer->syscall_result = -EBUSY; in st_allocate_request()
477 struct scsi_tape *STp = SRpnt->stp; in st_scsi_execute_end()
496 struct rq_map_data *mdata = &SRpnt->stp->buffer->map_data; in st_scsi_execute()
500 req = blk_get_request(SRpnt->stp->device->request_queue, write, in st_scsi_execute()
3956 char *stp; in st_setup() local
3958 stp = get_options(str, ARRAY_SIZE(ints), ints); in st_setup()
3965 while (stp != NULL) { in st_setup()
3968 if (!strncmp(stp, parms[i].name, len) && in st_setup()
3969 (*(stp + len) == ':' || *(stp + len) == '=')) { in st_setup()
3972 simple_strtoul(stp + len + 1, NULL, 0); in st_setup()
3981 stp); in st_setup()
3982 stp = strchr(stp, ','); in st_setup()
3983 if (stp) in st_setup()
3984 stp++; in st_setup()
4104 char *stp; in st_probe() local
4108 if ((stp = st_incompatible(SDp))) { in st_probe()
4111 "st: The suggested driver is %s.\n", stp); in st_probe()