Home
last modified time | relevance | path

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

/netbsd/src/include/protocols/
Ddumprestore.h73 struct s_spcl { struct
121 } s_spcl; member
123 #define spcl u_spcl.s_spcl
/netbsd/src/sbin/restore/
Dtape.c147 static void accthdr(struct s_spcl *);
149 static void findinode(struct s_spcl *);
155 static int gethead(struct s_spcl *);
163 static void swap_header(struct s_spcl *);
327 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC : in setup()
329 endoftapemark.s_spcl.c_type = TS_END; in setup()
336 endoftapemark.s_spcl.c_checksum = CHECKSUM - i; in setup()
388 # define tmpbuf tmpspcl.s_spcl in getvol()
1280 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in readtape()
1391 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in findtapeblksize()
[all …]