Searched refs:skip_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c15738 int64_t skip_cnt; local
15842 skip_cnt = 1 - infront;
15848 end_fileno = -(count + skip_cnt);
15850 "skip_cnt=%"PRIx64", tmp=%"PRIx64"\n",
15851 skip_cnt, end_fileno);
15861 skip_cnt = end_fileno + infront;
15869 "space forward skip_cnt=%"PRIx64", rval=%x\n", skip_cnt, rval);
15871 if (rval == 0 && skip_cnt) {
15872 if (st_cmd(un, SCMD_SPACE, Fmk(skip_cnt), SYNC_CM
[all...]

Completed in 79 milliseconds