Home
last modified time | relevance | path

Searched refs:zonecfg_find_mounts (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dmapfile-vers106 zonecfg_find_mounts;
H A Dlibzonecfg.c3093 zonecfg_find_mounts(char *rootpath, int (*callback)(const struct mnttab *, in zonecfg_find_mounts() function
/illumos-gate/usr/src/head/
H A Dlibzonecfg.h347 extern int zonecfg_find_mounts(char *, int(*)(const struct mnttab *,
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3530 if (zonecfg_find_mounts(source_zonepath, NULL, NULL)) { in clone_copy()
3533 (void) zonecfg_find_mounts(source_zonepath, zfm_print, NULL); in clone_copy()
4458 if (execute && zonecfg_find_mounts(zonepath, NULL, NULL)) { in detach_func()
4461 (void) zonecfg_find_mounts(zonepath, zfm_print, NULL); in detach_func()
5042 err = zonecfg_find_mounts(rootpath, NULL, NULL); in uninstall_func()
5046 (void) zonecfg_find_mounts(rootpath, zfm_print, NULL); in uninstall_func()
H A Dzfs.c1483 if (zonecfg_find_mounts((char *)zonepath, zone_mounts_cb, mounts) == in zone_mounts_init()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c5041 if (zonecfg_find_mounts(rootpath, NULL, NULL) < 1) { in vplat_create()
5050 (void) zonecfg_find_mounts(rootpath, in vplat_create()