Lines Matching refs:source_zonepath
3516 clone_copy(char *source_zonepath, char *zonepath) in clone_copy() argument
3521 if (zonecfg_find_mounts(source_zonepath, NULL, NULL)) { in clone_copy()
3523 "subdirectories of %s.\n"), source_zonepath); in clone_copy()
3524 (void) zonecfg_find_mounts(source_zonepath, zfm_print, NULL); in clone_copy()
3535 (void) printf(gettext("Copying %s..."), source_zonepath); in clone_copy()
3538 err = copy_zone(source_zonepath, zonepath); in clone_copy()
3552 char source_zonepath[MAXPATHLEN]; in clone_func() local
3677 if ((err = zone_get_zonepath(source_zone, source_zonepath, in clone_func()
3678 sizeof (source_zonepath))) != Z_OK) { in clone_func()
3718 source_zone, source_zonepath) != Z_OK) { in clone_func()
3727 source_zone, source_zonepath) != Z_OK) { in clone_func()
3808 if (method == NULL && is_zonepath_zfs(source_zonepath)) in clone_func()
3809 err = clone_zfs(source_zonepath, zonepath, in clone_func()
3813 err = clone_copy(source_zonepath, zonepath); in clone_func()