Searched refs:th_dev (Results 1 – 3 of 3) sorted by relevance
516 (void) snprintf(tar_hdr->th_shared.th_dev.th_devmajor, in output_file_header()517 sizeof (tar_hdr->th_shared.th_dev.th_devmajor), "%06o ", in output_file_header()519 (void) snprintf(tar_hdr->th_shared.th_dev.th_devminor, in output_file_header()520 sizeof (tar_hdr->th_shared.th_dev.th_devminor), "%06o ", in output_file_header()
896 th_dev.th_devmajor), in tar_getdir()898 th_dev.th_devminor), job_stats); in tar_getdir()
322 } th_dev; member