Searched refs:th_magic (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/ndmpd/include/ |
H A D | tlm.h | 315 char th_magic[8]; member 487 char th_magic[10]; member 511 #define nh_magic nh_hdr.th_magic
|
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 182 (void) strlcpy(tar_hdr->th_magic, TLM_MAGIC, in output_acl_header() 183 sizeof (tar_hdr->th_magic)); in output_acl_header() 300 (void) strlcpy(tar_hdr->th_magic, TLM_MAGIC, in output_xattr_header() 301 sizeof (tar_hdr->th_magic)); in output_xattr_header() 423 (void) strlcpy(tar_hdr->th_magic, TLM_MAGIC, in output_file_header() 424 sizeof (tar_hdr->th_magic)); in output_file_header() 466 (void) strlcpy(tar_hdr->th_magic, TLM_MAGIC, in output_file_header() 467 sizeof (tar_hdr->th_magic)); in output_file_header() 551 (void) strlcpy(tar_hdr->th_magic, TLM_MAGIC, in output_file_header() 552 sizeof (tar_hdr->th_magic)); in output_file_header()
|