Home
last modified time | relevance | path

Searched refs:bk_path (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c138 static void rs_create_new_bkpath(char *bk_path,
260 char *bk_path, in tar_getdir() argument
501 rs_create_new_bkpath(bk_path, tar_hdr->th_name, thname_buf); in tar_getdir()
2293 rs_create_new_bkpath(char *bk_path, char *path, char *pbuf) in rs_create_new_bkpath() argument
2297 if ((p = strstr(path, bk_path)) == NULL) { in rs_create_new_bkpath()
2301 if (*(p += strlen(bk_path)) == '/') in rs_create_new_bkpath()
2304 slashp = bk_path + strlen(bk_path) - 1; in rs_create_new_bkpath()
2306 (void) snprintf(pbuf, TLM_MAX_PATH_NAME, "%s%s", bk_path, p); in rs_create_new_bkpath()
2308 (void) snprintf(pbuf, TLM_MAX_PATH_NAME, "%s/%s", bk_path, p); in rs_create_new_bkpath()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c639 backup_work(char *bk_path, tlm_job_stats_t *job_stats, in backup_work() argument
661 NLP_ISCHKPNTED(nlp), nlp->nlp_ldate, bk_path); in backup_work()
679 if (tlm_is_excluded("", bk_path, np->nr_excls)) { in backup_work()
680 NDMP_LOG(LOG_DEBUG, "%s excluded", bk_path); in backup_work()
690 (void) strlcpy(first_name, bk_path, TLM_MAX_PATH_NAME); in backup_work()
692 first_name = tlm_build_snapshot_name(bk_path, np->nr_chkp_nm, in backup_work()
729 if (NLP_ISCHKPNTED(nlp) || fs_is_rdonly(bk_path)) { in backup_work()
H A Dndmpd.h150 char *bk_path; member
239 #define nlp_backup_path bk_params.bk_path