Searched refs:nm3_opath (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar3.c | 410 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 D | ndmpd_util.c | 674 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 D | ndmpd_fhistory.c | 1020 } 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 D | ndmpd.h | 271 char *nm3_opath; member in struct:mem_ndmp_name_v3
|
H A D | ndmpd_zfs.c | 1389 * 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 D | ndmpd_connect.c | 978 ndmp_door_put_string(enc_ctx, np->nm3_opath);
|
Completed in 114 milliseconds