Home
last modified time | relevance | path

Searched refs:s_spcl (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/head/protocols/
H A Ddumprestore.h124 struct s_spcl { struct
146 } s_spcl; member
148 #define spcl u_spcl.s_spcl
/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c47 static struct s_spcl dumpinfo;
63 static void metacheck(struct s_spcl *);
73 static int checkvol(struct s_spcl *, int);
74 static void accthdr(struct s_spcl *);
75 static int ishead(struct s_spcl *);
76 static int checktype(struct s_spcl *, int);
276 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC : in setup()
278 endoftapemark.s_spcl.c_type = TS_END; in setup()
285 endoftapemark.s_spcl.c_date = spcl.c_date; in setup()
296 endoftapemark.s_spcl.c_checksum = CHECKSUM - i; in setup()
[all …]
H A Drestore.h278 extern int readhdr(struct s_spcl *);
279 extern int gethead(struct s_spcl *);
281 extern void findinode(struct s_spcl *);
/titanic_41/usr/src/cmd/backup/include/
H A Dbyteorder.h55 extern int normspcl(struct byteorder_ctx *, struct s_spcl *, int *, int, int);
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptape.c2174 if (sp->s_spcl.c_type != TS_ADDR) { in dowrite()
2175 lastnonaddr = sp->s_spcl.c_type; in dowrite()
2177 sp->s_spcl.c_dinode.di_mode; in dowrite()
2178 if (sp->s_spcl.c_type != TS_TAPE) in dowrite()
2181 chkpt.sl_count = sp->s_spcl.c_count; in dowrite()
2260 if (nextspcl->s_spcl.c_type == TS_INODE) { in checkpoint()
2263 } else if (nextspcl->s_spcl.c_type == TS_END) { in checkpoint()
2267 ino = nextspcl->s_spcl.c_inumber; in checkpoint()
2268 type = nextspcl->s_spcl.c_type; in checkpoint()
/titanic_41/usr/src/cmd/backup/lib/
H A Dbyteorder.c158 normspcl(struct byteorder_ctx *ctx, struct s_spcl *sp, int *cs, in normspcl()