Lines Matching defs:stp
363 DEB(const char *stp;)
437 stp = "read";
439 stp = "write";
441 stp = "ioctl";
444 stp, STp->recover_count);
453 static struct st_request *st_allocate_request(struct scsi_tape *stp)
459 streq->stp = stp;
461 st_printk(KERN_ERR, stp,
464 stp->buffer->syscall_result = -EINTR;
466 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;
553 req = scsi_alloc_request(SRpnt->stp->device->request_queue,
4120 char *stp;
4122 stp = get_options(str, ARRAY_SIZE(ints), ints);
4129 while (stp != NULL) {
4132 if (!strncmp(stp, parms[i].name, len) &&
4133 (*(stp + len) == ':' || *(stp + len) == '=')) {
4136 simple_strtoul(stp + len + 1, NULL, 0);
4145 stp);
4146 stp = strchr(stp, ',');
4147 if (stp)
4148 stp++;