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

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_cpio_newc.c75 char c_checksum[8]; member in struct:cpio_header_newc
159 format_hex(0, &h.c_checksum, sizeof(h.c_checksum));
/netbsd-6-1-5-RELEASE/include/protocols/
H A Ddumprestore.h78 int32_t c_checksum; /* record checksum */ member in struct:u_spcl::s_spcl
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dtape.c122 int32_t c_checksum; member in struct:u_ospcl::s_ospcl
326 endoftapemark.s_spcl.c_checksum = CHECKSUM - i;
1235 buf->c_checksum = u_ospcl.s_ospcl.c_checksum;
1500 s->c_checksum = bswap32(s->c_checksum);
1544 os->c_checksum = bswap32(os->c_checksum);
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtraverse.c739 spcl.c_checksum = 0;
749 spcl.c_checksum = iswap32(CHECKSUM - sum);

Completed in 139 milliseconds