1 /* dev_tape.h,v 1.3 2000/07/24 18:39:15 jdolecek Exp */ 2 3 4 int tape_open(struct open_file *, ...); 5 int tape_close(struct open_file *); 6 int tape_strategy(void *, int, daddr_t, size_t, void *, size_t *); 7 int tape_ioctl(struct open_file *, u_long, void *); 8 9
Indexes created Wed Oct 15 03:09:54 GMT 2025