Lines Matching refs:zonepath_ds
2303 char *zonepath_ds = NULL; in be_mount_zones() local
2330 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) in be_mount_zones()
2338 if (!be_zone_supported(zonepath_ds)) { in be_mount_zones()
2339 free(zonepath_ds); in be_mount_zones()
2340 zonepath_ds = NULL; in be_mount_zones()
2359 zonepath, zonepath_ds); in be_mount_zones()
2361 free(zonepath_ds); in be_mount_zones()
2362 zonepath_ds = NULL; in be_mount_zones()
2410 char *zonepath_ds = NULL; in be_unmount_zones() local
2441 if ((zonepath_ds = be_get_ds_from_dir(alt_zonepath)) in be_unmount_zones()
2449 if (!be_zone_supported(zonepath_ds)) { in be_unmount_zones()
2450 free(zonepath_ds); in be_unmount_zones()
2451 zonepath_ds = NULL; in be_unmount_zones()
2457 zonepath_ds); in be_unmount_zones()
2459 free(zonepath_ds); in be_unmount_zones()
2460 zonepath_ds = NULL; in be_unmount_zones()
2496 char *zonepath, char *zonepath_ds) in be_mount_one_zone() argument
2506 if ((ret = be_find_active_zone_root(be_zhp, zonepath_ds, zoneroot_ds, in be_mount_one_zone()
2576 char *zonepath_ds) in be_unmount_one_zone() argument
2595 if ((ret = be_find_mounted_zone_root(zone_altroot, zonepath_ds, in be_unmount_one_zone()