Home
last modified time | relevance | path

Searched refs:TLM_MAX_PATH_NAME (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c313 name = ndmp_malloc(TLM_MAX_PATH_NAME); in tar_getdir()
614 TLM_MAX_PATH_NAME); in tar_getdir()
625 TLM_MAX_PATH_NAME); in tar_getdir()
629 TLM_MAX_PATH_NAME); in tar_getdir()
917 TLM_MAX_PATH_NAME - lnk_end - 1); in tar_getdir()
929 TLM_MAX_PATH_NAME - nm_end - 1); in tar_getdir()
1012 dir = ndmp_malloc(TLM_MAX_PATH_NAME); in tar_getfile()
1246 TLM_MAX_PATH_NAME); in restore_file()
1443 TLM_MAX_PATH_NAME); in restore_xattr_hdr()
1552 char tmp[TLM_MAX_PATH_NAME]; in is_parent()
[all …]
H A Dtlm_backup_reader.c251 char *section_name = ndmp_malloc(TLM_MAX_PATH_NAME); in output_xattr_header()
270 (void) snprintf(section_name, TLM_MAX_PATH_NAME, in output_xattr_header()
274 TLM_MAX_PATH_NAME, "%s.%03d", aname, section); in output_xattr_header()
377 TLM_MAX_PATH_NAME, "%s.%03d", name, section); in output_file_header()
658 fullname = ndmp_malloc(TLM_MAX_PATH_NAME); in tlm_output_xattr()
676 attrname = ndmp_malloc(TLM_MAX_PATH_NAME); in tlm_output_xattr()
677 snapname = ndmp_malloc(TLM_MAX_PATH_NAME); in tlm_output_xattr()
874 fullname = ndmp_malloc(TLM_MAX_PATH_NAME); in tlm_output_file()
875 linkname = ndmp_malloc(TLM_MAX_PATH_NAME); in tlm_output_file()
876 snapname = ndmp_malloc(TLM_MAX_PATH_NAME); in tlm_output_file()
[all …]
H A Dtlm_lib.c639 (void) snprintf(buf, TLM_MAX_PATH_NAME, fmt, dir, name); in tlm_cat_path()
751 (void) snprintf(sname, TLM_MAX_PATH_NAME, "%s/%s/%s%s", mountpoint, in tlm_build_snapshot_name()
757 (void) strlcpy(sname, name, TLM_MAX_PATH_NAME); in tlm_build_snapshot_name()
823 char full_name[TLM_MAX_PATH_NAME]; in tlm_is_excluded()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c480 checkpointed_dir = ndmp_malloc(TLM_MAX_PATH_NAME); in get_dir_acl_info()
585 char buf[TLM_MAX_PATH_NAME]; in backup_file()
664 dname = ndmp_malloc(TLM_MAX_PATH_NAME); in backup_work()
690 (void) strlcpy(first_name, bk_path, TLM_MAX_PATH_NAME); in backup_work()
751 p_dir_info->fd_dir_name, TLM_MAX_PATH_NAME); in backup_work()
763 dname_size = TLM_MAX_PATH_NAME - 1; in backup_work()
892 np->nr_chkp_nm = ndmp_malloc(TLM_MAX_PATH_NAME); in malloc_paths()
893 np->nr_unchkp_nm = ndmp_malloc(TLM_MAX_PATH_NAME); in malloc_paths()
1403 static char tmp[TLM_MAX_PATH_NAME]; in prefixdir()
1415 (void) strlcpy(tmp, dir, TLM_MAX_PATH_NAME); in prefixdir()
[all …]
H A Dndmpd_dtime.c77 char dd_name[TLM_MAX_PATH_NAME];
460 (void) strlcpy(ddp->dd_name, nmp, TLM_MAX_PATH_NAME); in makedumpdate()
724 (void) strlcpy(tmpdd.dd_name, path, TLM_MAX_PATH_NAME); in putdumptime()
792 (void) strlcpy(tmpdd.dd_name, path, TLM_MAX_PATH_NAME); in append_dumptime()
H A Dndmpd_tar3.c598 (void) strlcpy(bp, pp, TLM_MAX_PATH_NAME); in joinpath()
601 (void) strlcpy(bp, np, TLM_MAX_PATH_NAME); in joinpath()
1652 char fullpath[TLM_MAX_PATH_NAME]; in backup_dirv3()
1683 (void) snprintf(fullpath, TLM_MAX_PATH_NAME, "%s%s", in backup_dirv3()
1686 (void) snprintf(fullpath, TLM_MAX_PATH_NAME, "%s/%s", in backup_dirv3()
1726 char fullpath[TLM_MAX_PATH_NAME]; in backup_filev3()
1762 (void) snprintf(fullpath, TLM_MAX_PATH_NAME, "%s%s", in backup_filev3()
1765 (void) snprintf(fullpath, TLM_MAX_PATH_NAME, "%s/%s", in backup_filev3()
2267 bp.bp_tmp = ndmp_malloc(sizeof (char) * TLM_MAX_PATH_NAME); in backup_reader_v3()
2650 buf = ndmp_malloc(TLM_MAX_PATH_NAME); in fix_nlist_v3()
[all …]
H A Dndmpd_mark.c451 char buf[TLM_MAX_PATH_NAME]; in create_bitmap()
525 char buf[TLM_MAX_PATH_NAME], *chkpath; in mark_common_v2()
953 char buf[TLM_MAX_PATH_NAME], *chkpath; in mark_commonv3()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h116 char tc_file_name[TLM_MAX_PATH_NAME]; /* name of last file */
149 char fd_dir_name[TLM_MAX_PATH_NAME];
H A Dtlm.h70 #define TLM_MAX_PATH_NAME (PATH_MAX + TLM_EXTRA_SPACE) macro