Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zoneadm/
H A Dzoneadm.c5501 zone_dochandle_t zone_handle; in sysboot_func() local
5519 if ((zone_handle = zonecfg_init_handle()) == NULL) { in sysboot_func()
5523 if ((err = zonecfg_get_handle(target_zone, zone_handle)) != Z_OK) { in sysboot_func()
5526 zonecfg_fini_handle(zone_handle); in sysboot_func()
5529 if ((err = zonecfg_get_zonepath(zone_handle, zonepath, in sysboot_func()
5533 zonecfg_fini_handle(zone_handle); in sysboot_func()
5539 zonecfg_fini_handle(zone_handle); in sysboot_func()
5545 zonecfg_fini_handle(zone_handle); in sysboot_func()