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

/opensolaris-onvv-gate/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h55 #ifndef RECORDSIZE
56 #define RECORDSIZE 512 macro
57 #endif /* !RECORDSIZE */
H A Dtlm.h301 #define RECORDSIZE 512 macro
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c161 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE,
217 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE,
279 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE,
307 xhdr = (struct xattr_hdr *)get_write_buffer(RECORDSIZE,
395 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE,
438 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE,
474 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE,
1369 int align = RECORDSIZE - 1;
H A Dtlm_lib.c88 int align_size = RECORDSIZE - 1;
165 int align_size = RECORDSIZE - 1;
241 int align_size = RECORDSIZE - 1;
266 int align_size = RECORDSIZE - 1;
295 for (i = 0; i < RECORDSIZE; i++) {
315 for (i = 0; i < RECORDSIZE; i++) {
H A Dtlm_restore_writer.c1723 * RECORDSIZE block and the header.size field of this
1725 * read only one RECORDSIZE-size block if the header.size
1730 recsize = RECORDSIZE;
2173 *actual_size = RECORDSIZE;
2275 int align = RECORDSIZE - 1;
2456 int align = RECORDSIZE - 1;
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c331 cp = tlm_get_write_buffer(RECORDSIZE, &actual_size,
333 if (actual_size < RECORDSIZE) {
338 (void) strlcpy(cp, NDMPUTF8MAGIC, RECORDSIZE);
H A Dndmpd_tar3.c2805 * of RECORDSIZE which is 512 bytes.
2807 * All our fh_info's are at the RECORDSIZE boundary. If there
2808 * is any fh_info that is less than RECORDSIZE (this covers 0
2812 if (ep->nm3_fh_info < RECORDSIZE ||
2813 ep->nm3_fh_info % RECORDSIZE != 0) {
H A Dndmpd_util.c2452 cp = tlm_get_read_buffer(RECORDSIZE, &err, cmd->tc_buffers,

Completed in 338 milliseconds