Searched defs:source_zonepath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c890 clone_zfs(char *source_zonepath, char *zonepath, char *presnapbuf, argument
898 * Try to get a zfs handle for the source_zonepath. If this fails
899 * the source_zonepath is not ZFS so return an error.
901 if ((zhp = mount2zhandle(source_zonepath)) == NULL)
922 * source_zonepath zonepath
H A Dzoneadm.c3516 clone_copy(char *source_zonepath, char *zonepath) argument
3521 if (zonecfg_find_mounts(source_zonepath, NULL, NULL)) {
3523 "subdirectories of %s.\n"), source_zonepath);
3524 (void) zonecfg_find_mounts(source_zonepath, zfm_print, NULL);
3535 (void) printf(gettext("Copying %s..."), source_zonepath);
3538 err = copy_zone(source_zonepath, zonepath);
3552 char source_zonepath[MAXPATHLEN]; local
3677 if ((err = zone_get_zonepath(source_zone, source_zonepath,
3678 sizeof (source_zonepath))) != Z_OK) {
3718 source_zone, source_zonepath) !
[all...]

Completed in 215 milliseconds