Lines Matching defs:skip

211 	int skip;
701 ME "device %s failed on scsi ioctl, skip",
710 "ioctl(2), skip", fname);
719 ME "device %s failed on sg ioctl(3), skip",
743 ME "device %s ioctls(4), skip", fname);
781 snprintf(ebuff, EBUFF_SZ, ME "device %s writing, skip",
789 snprintf(ebuff, EBUFF_SZ, ME "device %s reading, skip",
2189 int skip = 0;
2235 if ((skip < 0) || (seek < 0)) {
2236 fprintf(stderr, "skip and seek cannot be negative\n");
2244 fprintf(stderr, ME "if=%s skip=%d of=%s seek=%d count=%d\n",
2245 inf, skip, outf, seek, dd_count);
2300 } else if (skip > 0) {
2301 llse_loff_t offset = skip;
2307 "couldn't skip to required position on %s",
2408 if (in_num_sect > skip)
2409 in_num_sect -= skip;
2488 sg_read(infd, wrkPos, blocks, skip, bs, scsi_cdbsz,
2502 sg_read(infd, wrkPos, blocks, skip, bs,
2508 sg_read(infd, wrkPos, blocks, skip, bs,
2512 fprintf(stderr, "sg_read failed, skip=%d\n",
2513 skip);
2525 ME "reading, skip=%d ", skip);
2599 skip += blocks;
3135 "device %s failed on sg ioctl, skip", fname);
3321 "device %s failed on scsi ioctl(idlun), skip",
3333 "device %s failed on scsi ioctl(bus_number), skip",
6273 int skip = 0;
6360 } else if (skip > 0) {
6361 llse_loff_t offset = skip;
6365 snprintf(ebuff, EBUFF_SZ, ME "couldn't skip to "
6493 if (in_num_sect > skip)
6494 in_num_sect -= skip;
6598 sg_read2(infd, wrkPos, blocks, skip, bs, scsi_cdbsz,
6604 sg_read2(infd, wrkPos, blocks, skip, bs,
6608 fprintf(stderr, "sg_read2 failed, skip=%d\n",
6609 skip);
6618 ME "reading, skip=%d ", skip);
6680 skip += blocks;
6806 int seek_skip = clp->seek - clp->skip;
6894 /* skip actual write operation */
7284 int skip = 0;
7321 fprintf(stderr, ME "if=%s skip=%d of=%s seek=%d count=%d\n",
7322 inf, skip, outf, seek, count);
7351 } else if (skip > 0) {
7352 llse_loff_t offset = skip;
7359 "couldn't skip to required position on %s",
7448 if (in_num_sect > skip)
7449 in_num_sect -= skip;
7493 rcoll.skip = skip;
7494 rcoll.in_blk = skip;