Searched refs:endoftapemark (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dtape.c79 static union u_spcl endoftapemark; variable in typeref:union:u_spcl
317 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC :
319 endoftapemark.s_spcl.c_type = TS_END;
320 ip = (int *)&endoftapemark;
326 endoftapemark.s_spcl.c_checksum = CHECKSUM - i;
1133 memmove(&tapebuf[rd], &endoftapemark, (long)TP_BSIZE);

Completed in 101 milliseconds