Searched refs:nm3_opath (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c410 len = strlen(ep->nm3_opath);
411 if (len > 1 && ep->nm3_opath[len-2] == '/' &&
412 ep->nm3_opath[len-1] == '.') {
413 ep->nm3_opath[len-1] = '\0';
415 "nm3_opath changed from %s. to %s",
416 ep->nm3_opath, ep->nm3_opath);
418 *lpp++ = ep->nm3_opath;
504 * based on nm3_opath and nm3_dpath. path should have matched nm3_opath
[all...]
H A Dndmpd_util.c674 NDMP_FREE(tp->nm3_opath);
721 tp->nm3_opath = strdup(sp->original_path);
722 if (!tp->nm3_opath) {
749 NDMP_LOG(LOG_DEBUG, "orig \"%s\"", tp->nm3_opath);
H A Dndmpd_fhistory.c1020 } else if (!ep->nm3_opath) {
1021 NDMP_LOG(LOG_DEBUG, "nlist[%d].nm3_opath == NULL", idx);
1024 "ep[%d].nm3_opath \"%s\"", idx, ep->nm3_opath);
1025 rv = MOD_FILERECOVERD(params, ep->nm3_opath, stat);
H A Dndmpd.h271 char *nm3_opath; member in struct:mem_ndmp_name_v3
H A Dndmpd_zfs.c1389 * Find the last component of nm3_opath.
1390 * nm3_opath has no trailing '/'.
1392 p = strrchr(namep_v3->nm3_opath, '/');
1393 nm = p? p : namep_v3->nm3_opath;
H A Dndmpd_connect.c978 ndmp_door_put_string(enc_ctx, np->nm3_opath);

Completed in 114 milliseconds