HomeSort by: relevance | last modified time | path
    Searched refs:s_spcl (Results 1 - 2 of 2) sorted by relevancy

  /src/include/protocols/
dumprestore.h 73 struct s_spcl { struct in union:u_spcl
121 } s_spcl; member in union:u_spcl
123 #define spcl u_spcl.s_spcl
  /src/sbin/restore/
tape.c 148 static void accthdr(struct s_spcl *);
150 static void findinode(struct s_spcl *);
156 static int gethead(struct s_spcl *);
164 static void swap_header(struct s_spcl *);
328 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC :
330 endoftapemark.s_spcl.c_type = TS_END;
337 endoftapemark.s_spcl.c_checksum = CHECKSUM - i;
389 # define tmpbuf tmpspcl.s_spcl
1281 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0;
1392 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0
    [all...]

Completed in 25 milliseconds