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

/openbsd-current/include/protocols/
H A Ddumprestore.h79 int32_t c_checksum; /* record checksum */ member in struct:u_spcl::s_spcl
/openbsd-current/sbin/restore/
H A Dtape.c98 int32_t c_checksum; member in struct:u_ospcl::s_ospcl
233 endoftapemark.s_spcl.c_checksum = CHECKSUM - i;
1040 buf->c_checksum = u_ospcl.s_ospcl.c_checksum;
1304 s->c_checksum = swap32(s->c_checksum);
1348 os->c_checksum = swap32(os->c_checksum);
/openbsd-current/sbin/dump/
H A Dtraverse.c720 spcl.c_checksum = 0;
730 spcl.c_checksum = CHECKSUM - sum;

Completed in 201 milliseconds