zonecfg_find_mounts
if (zonecfg_find_mounts((char *)zonepath, zone_mounts_cb, mounts) ==
if (zonecfg_find_mounts(source_zonepath, NULL, NULL)) {
(void) zonecfg_find_mounts(source_zonepath, zfm_print, NULL);
if (execute && zonecfg_find_mounts(zonepath, NULL, NULL)) {
(void) zonecfg_find_mounts(zonepath, zfm_print, NULL);
err = zonecfg_find_mounts(rootpath, NULL, NULL);
(void) zonecfg_find_mounts(rootpath, zfm_print, NULL);
if (zonecfg_find_mounts(rootpath, NULL, NULL) < 1) {
(void) zonecfg_find_mounts(rootpath,
extern int zonecfg_find_mounts(char *, int(*)(const struct mnttab *,