Searched defs:bkpath (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c1493 correct_ents(ndmpd_module_params_t *params, int n, char *bkpath) argument
1519 if (!tlm_cat_path(pathname, bkpath, ent->name)) {
1591 check_backup_dir_validity(ndmpd_module_params_t *params, char *bkpath) argument
1598 if (stat64(bkpath, &st) < 0) {
1600 MOD_LOG(params, "Error: stat(%s): %s.\n", bkpath, msg);
1603 MOD_LOG(params, "Error: %s is not a directory.\n", bkpath);
1605 } else if (fs_is_rdonly(bkpath) && !fs_is_chkpntvol(bkpath) &&
1606 fs_is_chkpnt_enabled(bkpath)) {
1608 bkpath);
1796 char *bkpath, *rspath; local
[all...]
H A Dndmpd_comm.c1670 char *bkpath; local
1672 bkpath = MOD_GETENV(params, "PREFIX");
1673 if (!bkpath)
1674 bkpath = MOD_GETENV(params, "FILESYSTEM");
1677 if (!bkpath) {
1681 NDMP_LOG(LOG_DEBUG, "bkpath: \"%s\"", bkpath);
1684 return (bkpath);
1695 char *bkpath; local
1697 bkpath
[all...]
H A Dndmpd_zfs.c1074 char bkpath[ZFS_MAX_DATASET_NAME_LEN]; local
1080 err = ndmpd_zfs_backup_getpath(ndmpd_zfs_args, bkpath,
1099 err = ndmp_pl->np_pre_restore(ndmp_pl, nctxp, bkpath,
H A Dndmpd_tar3.c644 * bkpath (input) - the backup path
651 is_valid_backup_dir_v3(ndmpd_module_params_t *params, char *bkpath) argument
656 if (*bkpath != '/') {
658 "Relative backup path not allowed \"%s\".\n", bkpath);
661 if (stat64(bkpath, &st) < 0) {
664 bkpath, msg);
670 "\"%s\" is not a directory.\n", bkpath);
673 if (fs_is_rdonly(bkpath) && !fs_is_chkpntvol(bkpath) &&
674 fs_is_chkpnt_enabled(bkpath)) {
3452 get_absolute_path(const char *bkpath) argument
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c289 char *bkpath; local
737 while (nmp && ((bkpath = dtree_peek(stp)) != NULL)) {
740 if (strstr(nmp, bkpath))
858 while ((bkpath = dtree_peek(stp))
862 if (strstr(nmp, bkpath))

Completed in 77 milliseconds