Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zoneadm/
H A Dzoneadm.c5503 zone_dochandle_t zone_handle; in sysboot_func() local
5521 if ((zone_handle = zonecfg_init_handle()) == NULL) { in sysboot_func()
5525 if ((err = zonecfg_get_handle(target_zone, zone_handle)) != Z_OK) { in sysboot_func()
5528 zonecfg_fini_handle(zone_handle); in sysboot_func()
5531 if ((err = zonecfg_get_zonepath(zone_handle, zonepath, in sysboot_func()
5535 zonecfg_fini_handle(zone_handle); in sysboot_func()
5541 zonecfg_fini_handle(zone_handle); in sysboot_func()
5547 zonecfg_fini_handle(zone_handle); in sysboot_func()