Home
last modified time | relevance | path

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

/openbsd/src/include/protocols/
Ddumprestore.h71 struct s_spcl { struct
118 } s_spcl; member
120 #define spcl u_spcl.s_spcl
/openbsd/src/sbin/restore/
Dtape.c116 static void accthdr(struct s_spcl *);
118 static void findinode(struct s_spcl *);
120 static int gethead(struct s_spcl *);
123 static void swap_header(struct s_spcl *);
224 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC : in setup()
226 endoftapemark.s_spcl.c_type = TS_END; in setup()
233 endoftapemark.s_spcl.c_checksum = CHECKSUM - i; in setup()
286 # define tmpbuf tmpspcl.s_spcl in getvol()
847 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in readtape()
955 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in findtapeblksize()
[all …]