Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_zfs.c1359 mem_ndmp_name_v3_t *namep_v3; in ndmpd_zfs_restore_getpath() local
1366 namep_v3 = (mem_ndmp_name_v3_t *)MOD_GETNAME(ndmpd_zfs_params, 0); in ndmpd_zfs_restore_getpath()
1368 if (namep_v3 == NULL) { in ndmpd_zfs_restore_getpath()
1373 if (namep_v3->nm3_dpath) { in ndmpd_zfs_restore_getpath()
1374 if (namep_v3->nm3_dpath[0] != '/') { in ndmpd_zfs_restore_getpath()
1377 namep_v3->nm3_dpath); in ndmpd_zfs_restore_getpath()
1381 (void) strlcpy(dataset, &(namep_v3->nm3_dpath[1]), in ndmpd_zfs_restore_getpath()
1384 if (namep_v3->nm3_newnm) { in ndmpd_zfs_restore_getpath()
1386 (void) strlcat(dataset, namep_v3->nm3_newnm, in ndmpd_zfs_restore_getpath()
1397 p = strrchr(namep_v3->nm3_opath, '/'); in ndmpd_zfs_restore_getpath()
[all …]