zone_get_rootpath
(void) zone_get_rootpath(g_zonename, root, sizeof (root));
(void) zone_get_rootpath(zonename, root, sizeof (root));
if ((err = zone_get_rootpath(target_zone, rootpath,
if (zone_get_rootpath(tmp, fromdir, sizeof (fromdir)) == Z_OK &&
if (zone_get_rootpath(zone_name, rootpath, sizeof (rootpath)) != Z_OK) {
if (zone_get_rootpath(zone_name, rootpath, sizeof (rootpath)) != Z_OK) {
if (zone_get_rootpath(zone_name, zroot, sizeof (zroot)) != Z_OK) {
if (zone_get_rootpath(zone_name, zroot, sizeof (zroot)) != Z_OK) {
if (zone_get_rootpath(zone_name,
if (zone_get_rootpath(zone_name, zpath, sizeof (zpath)) != Z_OK) {
extern int zone_get_rootpath(char *, char *, size_t);
if (zone_get_rootpath(zonename, zoneroot, sizeof (zoneroot)) != Z_OK)
err = zone_get_rootpath(a_zoneName, lzRootPath, sizeof (lzRootPath));
static int (*zone_get_rootpath)(char *, char *, size_t);
if (zone_get_rootpath == NULL) {
zone_get_rootpath = (int(*)(char *, char *, size_t))sym;
if (zone_get_rootpath(zone, root, sizeof (root)) != Z_OK) {