1: #define NTREC 20
2: #define MLEN 16
3: #define MSIZ 4096
4:
5: #define TS_TAPE 1
6: #define TS_INODE 2
7: #define TS_BITS 3
8: #define TS_ADDR 4
9: #define TS_END 5
10: #define TS_CLRI 6
11: #define MAGIC (int)60011
12: #define CHECKSUM (int)84446
13: struct spcl
14: {
15: int c_type;
16: time_t c_date;
17: time_t c_ddate;
18: int c_volume;
19: daddr_t c_tapea;
20: ino_t c_inumber;
21: int c_magic;
22: int c_checksum;
23: struct dinode c_dinode;
24: int c_count;
25: char c_addr[BSIZE];
26: } spcl;
27:
28: struct idates
29: {
30: char id_name[16];
31: char id_incno;
32: time_t id_ddate;
33: };
Defined variables
spcl
defined in line
26; used 99 times
- in /usr/src/cmd/dump.c line
64,
134-135(2),
168-172(3),
240,
268-269(2),
306-308(3),
322-327(2),
344-348(3),
358-366(6),
441,
454,
502-503(2),
534,
555-557(2),
577,
605-608(2)
- in /usr/src/cmd/dumpdir.c line
70-76(4),
97-109(4),
115-122(4),
178,
186,
201-203(2),
463,
469
- in /usr/src/cmd/restor.c line
173-185(5),
215-230(6),
242-245(3),
253-257(3),
267-268(3),
275,
319-336(6),
342,
356-366(4),
372-375(2),
411-423(4),
429-436(4),
455,
464,
480-482(2),
1131,
1137
Defined struct's
spcl
defined in line
13; used 30 times
- in /usr/src/cmd/dumpdir.c line
175(2),
219-223(4),
387(2),
399(2),
424(2),
433(2)
- in /usr/src/cmd/restor.c line
452(2),
499-503(4),
977(2),
989(2),
997(2),
1022(2),
1031(2)
Defined macros
MAGIC
defined in line
11; used 4 times
MLEN
defined in line
2; used 9 times
MSIZ
defined in line
3; used 10 times
NTREC
defined in line
1; used 22 times
TS_END
defined in line
9; used 3 times
Usage of this include