Searched refs:namep_v3 (Results 1 – 1 of 1) sorted by relevance
1354 mem_ndmp_name_v3_t *namep_v3; in ndmpd_zfs_restore_getpath() local1361 namep_v3 = (mem_ndmp_name_v3_t *)MOD_GETNAME(ndmpd_zfs_params, 0); in ndmpd_zfs_restore_getpath()1363 if (namep_v3 == NULL) { in ndmpd_zfs_restore_getpath()1368 if (namep_v3->nm3_dpath) { in ndmpd_zfs_restore_getpath()1369 if (namep_v3->nm3_dpath[0] != '/') { in ndmpd_zfs_restore_getpath()1372 namep_v3->nm3_dpath); in ndmpd_zfs_restore_getpath()1376 (void) strlcpy(dataset, &(namep_v3->nm3_dpath[1]), in ndmpd_zfs_restore_getpath()1379 if (namep_v3->nm3_newnm) { in ndmpd_zfs_restore_getpath()1381 (void) strlcat(dataset, namep_v3->nm3_newnm, in ndmpd_zfs_restore_getpath()1392 p = strrchr(namep_v3->nm3_opath, '/'); in ndmpd_zfs_restore_getpath()[all …]