Searched refs:zonecfg_find_mounts (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | mapfile-vers | 104 zonecfg_find_mounts;
|
H A D | libzonecfg.c | 2931 zonecfg_find_mounts(char *rootpath, int (*callback)(const struct mnttab *, in zonecfg_find_mounts() function
|
/titanic_41/usr/src/head/ |
H A D | libzonecfg.h | 340 extern int zonecfg_find_mounts(char *, int(*)(const struct mnttab *,
|
/titanic_41/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 3519 if (zonecfg_find_mounts(source_zonepath, NULL, NULL)) { in clone_copy() 3522 (void) zonecfg_find_mounts(source_zonepath, zfm_print, NULL); in clone_copy() 4447 if (execute && zonecfg_find_mounts(zonepath, NULL, NULL)) { in detach_func() 4450 (void) zonecfg_find_mounts(zonepath, zfm_print, NULL); in detach_func() 5031 err = zonecfg_find_mounts(rootpath, NULL, NULL); in uninstall_func() 5035 (void) zonecfg_find_mounts(rootpath, zfm_print, NULL); in uninstall_func()
|
H A D | zfs.c | 1477 if (zonecfg_find_mounts((char *)zonepath, zone_mounts_cb, mounts) == in zone_mounts_init()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 4803 if (zonecfg_find_mounts(rootpath, NULL, NULL) < 1) { in vplat_create() 4812 (void) zonecfg_find_mounts(rootpath, in vplat_create()
|