HomeSort by: relevance | last modified time | path
    Searched defs:endoftapemark (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/restore/
tape.c 83 static union u_spcl endoftapemark; variable in typeref:union:u_spcl
327 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC :
329 endoftapemark.s_spcl.c_type = TS_END;
330 ip = (int *)&endoftapemark;
336 endoftapemark.s_spcl.c_checksum = CHECKSUM - i;
1377 memmove(&tapebuf[rd], &endoftapemark, (long)TP_BSIZE);

Completed in 27 milliseconds