Home
last modified time | relevance | path

Searched refs:RECORDSIZE (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h55 #ifndef RECORDSIZE
56 #define RECORDSIZE 512 macro
H A Dtlm.h302 #define RECORDSIZE 512 macro
/titanic_50/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c89 int align_size = RECORDSIZE - 1; in tlm_get_write_buffer()
166 int align_size = RECORDSIZE - 1; in tlm_get_read_buffer()
242 int align_size = RECORDSIZE - 1; in tlm_unget_read_buffer()
267 int align_size = RECORDSIZE - 1; in tlm_unget_write_buffer()
296 for (i = 0; i < RECORDSIZE; i++) { in tlm_build_header_checksum()
316 for (i = 0; i < RECORDSIZE; i++) { in tlm_vfy_tar_checksum()
H A Dtlm_backup_reader.c162 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_acl_header()
218 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_humongus_header()
280 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_xattr_header()
308 xhdr = (struct xattr_hdr *)get_write_buffer(RECORDSIZE, in output_xattr_header()
396 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_file_header()
439 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_file_header()
475 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_file_header()
1372 int align = RECORDSIZE - 1; in ndmp_include_zfs()
H A Dtlm_restore_writer.c1782 recsize = RECORDSIZE; in get_humongus_file_header()
2233 *actual_size = RECORDSIZE; in get_read_buffer()
2335 int align = RECORDSIZE - 1; in ndmp_iter_zfs()
2516 int align = RECORDSIZE - 1; in ndmp_context_get_version()
/titanic_50/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c332 cp = tlm_get_write_buffer(RECORDSIZE, &actual_size, in ndmp_write_utf8magic()
334 if (actual_size < RECORDSIZE) { in ndmp_write_utf8magic()
339 (void) strlcpy(cp, NDMPUTF8MAGIC, RECORDSIZE); in ndmp_write_utf8magic()
H A Dndmpd_tar3.c2814 if (ep->nm3_fh_info < RECORDSIZE || in allvalidfh()
2815 ep->nm3_fh_info % RECORDSIZE != 0) { in allvalidfh()
H A Dndmpd_util.c2304 cp = tlm_get_read_buffer(RECORDSIZE, &err, cmd->tc_buffers, in ndmp_check_utf8magic()