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;
76 static int ishead(struct s_spcl *);
430 #define tmpbuf tmpspcl.s_spcl in getvol()
1182 metacheck(struct s_spcl *head) in metacheck()
1467 struct s_spcl *sp; in readtape()
1492 ((struct s_spcl *) in readtape()
1508 ((struct s_spcl *)&tbf[i*sizeof (struct s_spcl)])->c_magic = 0; in readtape()
1730 readhdr(struct s_spcl *b) in readhdr()
1746 gethead(struct s_spcl *buf) in gethead()
1891 accthdr(struct s_spcl *header) in accthdr()
[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()