Lines Matching refs:source_zonepath
3525 clone_copy(char *source_zonepath, char *zonepath) in clone_copy() argument
3530 if (zonecfg_find_mounts(source_zonepath, NULL, NULL)) { in clone_copy()
3532 "subdirectories of %s.\n"), source_zonepath); in clone_copy()
3533 (void) zonecfg_find_mounts(source_zonepath, zfm_print, NULL); in clone_copy()
3544 (void) printf(gettext("Copying %s..."), source_zonepath); in clone_copy()
3547 err = copy_zone(source_zonepath, zonepath); in clone_copy()
3561 char source_zonepath[MAXPATHLEN]; in clone_func() local
3686 if ((err = zone_get_zonepath(source_zone, source_zonepath, in clone_func()
3687 sizeof (source_zonepath))) != Z_OK) { in clone_func()
3727 source_zone, source_zonepath) != Z_OK) { in clone_func()
3736 source_zone, source_zonepath) != Z_OK) { in clone_func()
3817 if (method == NULL && is_zonepath_zfs(source_zonepath)) in clone_func()
3818 err = clone_zfs(source_zonepath, zonepath, in clone_func()
3822 err = clone_copy(source_zonepath, zonepath); in clone_func()