Lines Matching defs:done

1422 		ST_DEBUG(0, st_label, SCSI_DEBUG, "st_detach done\n");
4158 * If we haven't done/checked reservation on the tape unit
5346 * As the user may have opened and then done a
5991 * of media, and we're already there, we're done.
6426 * Command start && done functions
6437 * st_done_and_mutex_exit() to start the next command when previous is done.
7343 * If we've done this density before,
7915 * knows nothing was done.
8559 /* If current block size is the same as requested were done */
9265 goto done;
9288 goto done;
9323 goto done;
9330 goto done;
9362 done:
9371 ST_DEBUG(ST_DEVINFO, st_label, SCSI_DEBUG, "st_check_media: done\n");
9733 * Don't recover the path change if it was done
10118 * calling this routine for which the saving is already done.
11168 * already done the initialization .
11171 * can be done with fileno set to < 0.
11492 * If this is a command done before reserve is done
11798 int64_t done;
11813 done = (count - resid);
11815 done = ((-count) - resid);
11817 if (done > 0) {
11828 "spaces done: = %"PRId64"\n"
11833 count, resid, done,
11843 un->un_pos.fileno += done;
11848 if (done > un->un_pos.fileno) {
11852 un->un_pos.fileno -= done;
11860 un->un_pos.blkno += done;
11873 if (done > un->un_pos.blkno) {
11881 un->un_pos.blkno -= done;
12443 goto done;
12460 goto done;
12463 * check if soft error reporting needs to be done.
12514 done:
12576 goto done;
12705 done:
13066 * XXX -> Should reset be done only if we get EACCES.
16894 * For now if we can't talk to the device we are done.
17011 * if drive doesn't support read position we are done
17300 * This has already been done in st_cmd() or st_iscsi_cmd().
17565 "Mode Select not done yet");
17810 * Command transfers data, should have done so.