/* Some non-mtop commands. */ int tape_std_assign(struct tape_device *); int tape_std_unassign(struct tape_device *); int tape_std_read_block_id(struct tape_device *device, __u64 *id); int tape_std_display(struct tape_device *, struct display_struct *disp); int tape_std_terminate_write(struct tape_device *);
/* Standard magnetic tape commands. */ int tape_std_mtbsf(struct tape_device *, int); int tape_std_mtbsfm(struct tape_device *, int); int tape_std_mtbsr(struct tape_device *, int); int tape_std_mtcompression(struct tape_device *, int); int tape_std_mteom(struct tape_device *, int); int tape_std_mterase(struct tape_device *, int); int tape_std_mtfsf(struct tape_device *, int); int tape_std_mtfsfm(struct tape_device *, int); int tape_std_mtfsr(struct tape_device *, int); int tape_std_mtload(struct tape_device *, int); int tape_std_mtnop(struct tape_device *, int); int tape_std_mtoffl(struct tape_device *, int); int tape_std_mtreset(struct tape_device *, int); int tape_std_mtreten(struct tape_device *, int); int tape_std_mtrew(struct tape_device *, int); int tape_std_mtsetblk(struct tape_device *, int); int tape_std_mtunload(struct tape_device *, int); int tape_std_mtweof(struct tape_device *, int);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.