File: dds_tape.h

package info (click to toggle)
dds2tar 2.4.15-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 328 kB
  • ctags: 160
  • sloc: ansic: 1,750; makefile: 180; sh: 123
file content (26 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

/*
 * This file is part of dds2tar.
 * Copyright by J"org Weule
 */

extern int dds_scsi2logical(void);
extern int dds_bsr(void);
extern void dds_read_block(void);
extern void dds_read_next_block(void);
extern int dds_getpos(int const dev);
extern int dds_seek(int const dev ,int const blkno);

#define DDSCM_NULL -1
#define DDSCM_OFF 0
#define DDSCM_ON 1
#define DDSCM_QUERY 2
#define DDSCM_LOG 3
#define DDSCM_LOAD 4
#define DDSCM_UNLOAD 5
#define DDSCM_FILENO 6
#define DDSCM_LOGICAL 7
#define DDSCM_WHERE 8

extern void set_compression_mode(int _device, const int _mode);