Lines Matching refs:stp
241 const char *stp; in osst_chk_result() local
306 stp = "read"; in osst_chk_result()
308 stp = "write"; in osst_chk_result()
310 stp = "ioctl"; in osst_chk_result()
311 printk(OSST_DEB_MSG "%s:D: Recovered %s error (%d).\n", name, stp, in osst_chk_result()
326 struct osst_tape *STp = SRpnt->stp; in osst_end_async()
327 struct rq_map_data *mdata = &SRpnt->stp->buffer->map_data; in osst_end_async()
361 struct rq_map_data *mdata = &SRpnt->stp->buffer->map_data; in osst_execute()
366 req = blk_get_request(SRpnt->stp->device->request_queue, write, GFP_KERNEL); in osst_execute()
459 SRpnt->stp = STp; in osst_do_scsi()
5587 char *stp; in osst_setup() local
5589 stp = get_options(str, ARRAY_SIZE(ints), ints); in osst_setup()
5595 while (stp != NULL) { in osst_setup()
5598 if (!strncmp(stp, parms[i].name, len) && in osst_setup()
5599 (*(stp + len) == ':' || *(stp + len) == '=')) { in osst_setup()
5601 simple_strtoul(stp + len + 1, NULL, 0); in osst_setup()
5607 stp); in osst_setup()
5608 stp = strchr(stp, ','); in osst_setup()
5609 if (stp) in osst_setup()
5610 stp++; in osst_setup()