Searched refs:source_zonepath (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.h | 109 extern int clone_copy(char *source_zonepath, char *zonepath); 123 extern int clone_zfs(char *source_zonepath, char *zonepath, char *presnapbuf,
|
H A D | zoneadm.c | 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() [all …]
|
H A D | zfs.c | 897 clone_zfs(char *source_zonepath, char *zonepath, char *presnapbuf, in clone_zfs() argument 908 if ((zhp = mount2zhandle(source_zonepath)) == NULL) in clone_zfs()
|