Lines Matching defs:stp
367 DEB(const char *stp;)
439 stp = "read";
441 stp = "write";
443 stp = "ioctl";
446 stp, STp->recover_count);
455 static struct st_request *st_allocate_request(struct scsi_tape *stp)
461 streq->stp = stp;
463 st_printk(KERN_ERR, stp,
466 stp->buffer->syscall_result = -EINTR;
468 stp->buffer->syscall_result = -EBUSY;
524 struct scsi_tape *STp = SRpnt->stp;
548 struct rq_map_data *mdata = &SRpnt->stp->buffer->map_data;
550 struct scsi_tape *STp = SRpnt->stp;
552 req = blk_get_request(SRpnt->stp->device->request_queue,
4150 char *stp;
4152 stp = get_options(str, ARRAY_SIZE(ints), ints);
4159 while (stp != NULL) {
4162 if (!strncmp(stp, parms[i].name, len) &&
4163 (*(stp + len) == ':' || *(stp + len) == '=')) {
4166 simple_strtoul(stp + len + 1, NULL, 0);
4175 stp);
4176 stp = strchr(stp, ',');
4177 if (stp)
4178 stp++;
4299 char *stp;
4303 if ((stp = st_incompatible(SDp))) {