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 147 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 :
329 endoftapemark.s_spcl.c_type = TS_END;
336 endoftapemark.s_spcl.c_checksum = CHECKSUM - i;
388 # define tmpbuf tmpspcl.s_spcl
1280 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0;
1391 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0
    [all...]

Completed in 12 milliseconds