Home
last modified time | relevance | path

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

/freebsd/include/protocols/
H A Ddumprestore.h77 struct s_spcl { struct
127 } s_spcl; member
129 #define spcl u_spcl.s_spcl
/freebsd/sbin/restore/
H A Dtape.c98 static void accthdr(struct s_spcl *);
100 static void findinode(struct s_spcl *);
105 static int gethead(struct s_spcl *);
236 endoftapemark.s_spcl.c_magic = FS_UFS2_MAGIC; in setup()
237 endoftapemark.s_spcl.c_type = TS_END; in setup()
244 endoftapemark.s_spcl.c_checksum = CHECKSUM - i; in setup()
319 # define tmpbuf tmpspcl.s_spcl in getvol()
1136 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in readtape()
1251 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in findtapeblksize()
1297 gethead(struct s_spcl *bu in gethead()
[all...]