Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c48 static struct s_spcl dumpinfo;
64 static void metacheck(struct s_spcl *);
74 static int checkvol(struct s_spcl *, int);
75 static void accthdr(struct s_spcl *);
76 static int ishead(struct s_spcl *);
77 static int checktype(struct s_spcl *, int);
277 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC : in setup()
279 endoftapemark.s_spcl.c_type = TS_END; in setup()
286 endoftapemark.s_spcl.c_date = spcl.c_date; in setup()
297 endoftapemark.s_spcl.c_checksum = CHECKSUM - i; in setup()
[all …]
H A Drestore.h252 extern int readhdr(struct s_spcl *);
253 extern int gethead(struct s_spcl *);
255 extern void findinode(struct s_spcl *);
/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h122 struct s_spcl { struct
144 } s_spcl; member
146 #define spcl u_spcl.s_spcl
/illumos-gate/usr/src/cmd/backup/include/
H A Dbyteorder.h53 extern int normspcl(struct byteorder_ctx *, struct s_spcl *, int *, int, int);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c2085 if (sp->s_spcl.c_type != TS_ADDR) { in dowrite()
2086 lastnonaddr = sp->s_spcl.c_type; in dowrite()
2088 sp->s_spcl.c_dinode.di_mode; in dowrite()
2089 if (sp->s_spcl.c_type != TS_TAPE) in dowrite()
2092 chkpt.sl_count = sp->s_spcl.c_count; in dowrite()
2170 if (nextspcl->s_spcl.c_type == TS_INODE) { in checkpoint()
2173 } else if (nextspcl->s_spcl.c_type == TS_END) { in checkpoint()
2177 ino = nextspcl->s_spcl.c_inumber; in checkpoint()
2178 type = nextspcl->s_spcl.c_type; in checkpoint()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dbyteorder.c156 normspcl(struct byteorder_ctx *ctx, struct s_spcl *sp, int *cs, in normspcl()