Searched defs:st_space_records (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c621 static int st_space_records(struct scsi_tape *un, int64_t records);
15551 return (st_space_records(un, count));
15555 st_space_records(struct scsi_tape *un, int64_t count) function
15560 ST_FUNC(ST_DEVINFO, st_space_records);
15563 "st_space_records: count=%"PRIx64", eof=%x\n",
15596 "st_space_records:EIO:space_records can't spc");
15614 SCSI_DEBUG, "st_space_records: EIO"
15622 "st_space_records: EIO : space_rec rval"
15655 "st_space_records:EIO:space_records : dblk < 0");
15661 "st_space_records
[all...]

Completed in 118 milliseconds