Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c5512 zone_dochandle_t zone_handle; in sysboot_func() local
5530 if ((zone_handle = zonecfg_init_handle()) == NULL) { in sysboot_func()
5534 if ((err = zonecfg_get_handle(target_zone, zone_handle)) != Z_OK) { in sysboot_func()
5537 zonecfg_fini_handle(zone_handle); in sysboot_func()
5540 if ((err = zonecfg_get_zonepath(zone_handle, zonepath, in sysboot_func()
5544 zonecfg_fini_handle(zone_handle); in sysboot_func()
5550 zonecfg_fini_handle(zone_handle); in sysboot_func()
5556 zonecfg_fini_handle(zone_handle); in sysboot_func()