/* KLEENIX_ID: @(#)mtio.cons.h 26.1 */ /* magtape internal flags */ #define BELL_STYLE 0x00 #define UCB_STYLE 0x01 #define AUTO_REWIND 0x02 #define STATUS_SIZE 3 struct tp_status { daddr_t tp_blkno; /* for b mode access */ daddr_t tp_nextrec; long tp_resid; char tp_sbytes[STATUS_SIZE]; /* status result */ char tp_data[STATUS_SIZE]; /* scratch area */ struct buf tp_buf; };