Searched refs:TLM_MAX_PATH_NAME (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_restore_writer.c | 230 (void) strlcpy(longname, sels[x], TLM_MAX_PATH_NAME); in rs_darhl_new_name() 308 longname = ndmp_malloc(TLM_MAX_PATH_NAME); in tar_getdir() 309 longlink = ndmp_malloc(TLM_MAX_PATH_NAME); in tar_getdir() 310 hugename = ndmp_malloc(TLM_MAX_PATH_NAME); in tar_getdir() 311 parentlnk = ndmp_malloc(TLM_MAX_PATH_NAME); in tar_getdir() 312 thname_buf = ndmp_malloc(TLM_MAX_PATH_NAME); in tar_getdir() 313 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() [all …]
|
H A D | tlm_backup_reader.c | 251 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() 357 char *section_name = ndmp_malloc(TLM_MAX_PATH_NAME); in output_file_header() 374 (void) strlcpy(section_name, name, TLM_MAX_PATH_NAME); in output_file_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() 734 (void) snprintf(attrname, TLM_MAX_PATH_NAME, "/dev/null/%s", in tlm_output_xattr() [all …]
|
H A D | tlm_lib.c | 639 (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()
|
/titanic_50/usr/src/cmd/ndmpd/include/ |
H A D | tlm_buffers.h | 116 char tc_file_name[TLM_MAX_PATH_NAME]; /* name of last file */ 149 char fd_dir_name[TLM_MAX_PATH_NAME];
|
H A D | tlm.h | 70 #define TLM_MAX_PATH_NAME (PATH_MAX + TLM_EXTRA_SPACE) macro
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar.c | 481 checkpointed_dir = ndmp_malloc(TLM_MAX_PATH_NAME); in get_dir_acl_info() 586 char buf[TLM_MAX_PATH_NAME]; in backup_file() 665 dname = ndmp_malloc(TLM_MAX_PATH_NAME); in backup_work() 691 (void) strlcpy(first_name, bk_path, TLM_MAX_PATH_NAME); in backup_work() 710 (void) strlcpy(dir_info.fd_dir_name, first_name, TLM_MAX_PATH_NAME); in backup_work() 752 p_dir_info->fd_dir_name, TLM_MAX_PATH_NAME); in backup_work() 764 dname_size = TLM_MAX_PATH_NAME - 1; in backup_work() 893 np->nr_chkp_nm = ndmp_malloc(TLM_MAX_PATH_NAME); in malloc_paths() 894 np->nr_unchkp_nm = ndmp_malloc(TLM_MAX_PATH_NAME); in malloc_paths() 1404 static char tmp[TLM_MAX_PATH_NAME]; in prefixdir() [all …]
|
H A D | ndmpd_dtime.c | 77 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 D | ndmpd_tar3.c | 598 (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() 2266 bp.bp_tmp = ndmp_malloc(sizeof (char) * TLM_MAX_PATH_NAME); in backup_reader_v3() 2277 bp.bp_chkpnm = ndmp_malloc(sizeof (char) * TLM_MAX_PATH_NAME); in backup_reader_v3() [all …]
|
H A D | ndmpd_mark.c | 451 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()
|