Lines Matching defs:zones

28  * Module:	zones.c
30 * Description: Provide "zones" interface for install consolidation code
39 * non-global native zones
41 * all non-global zones matching the list of zone brands passed in.
48 * z_lock_zones - lock specified zones
51 * z_non_global_zones_exist - Determine if any non-global native zones exist
55 * z_set_zone_root - Set root for zones library operations
56 * z_set_zone_spec - Set list of zones on which actions will be performed
59 * z_unlock_zones - unlock specified zones
60 * z_verify_zone_spec - Verify list of zones on which actions will be performed
76 * z_brands_are_implemented - determine if branded zones are implemented on
264 * Description: Determine if any branded zones may be present
267 * == B_TRUE - branded zones are supported
268 * == B_FALSE - branded zones are not supported
338 * native zones - branded zones are not included in list
351 zoneList_t zones;
357 zones = z_get_nonglobal_zone_list_by_brand(brands);
361 return (zones);
436 * zones matching the list of brands passed in.
456 /* if zones are not implemented, return empty list */
470 /* index file open; scan all zones; see if any are at least installed */
483 * skip any zones with brands not on the brand list
492 * zones that aren't on that list.
587 /* if zones are not implemented, return "" */
621 /* return true if zones are not implemented - treate as global zone */
703 * Description: lock specified zones
704 * Arguments: a_zlst - zoneList_t object describing zones to lock
708 * == B_TRUE - success, zones locked
709 * == B_FALSE - failure, zones not locked
726 /* if zones are not implemented, return TRUE */
733 /* lock this zone first before locking other zones */
747 /* zones exist */
776 /* on failure unlock all zones and return error */
851 /* if zones are not implemented, return FALSE */
880 /* obtain global zone path to non-global zones root file system */
936 a_mountPointPrefix ? a_mountPointPrefix : "zones", uuid);
940 a_mountPointPrefix ? a_mountPointPrefix : "zones",
996 * Description: Determine if any non-global native zones exist
1011 /* if zones are not implemented, return FALSE */
1017 /* determine if any zones are configured */
1023 /* index file open; scan all zones; see if any are at least installed */
1028 * zones that aren't on that list.
1048 /* skip any branded zones */
1077 * no list at all (all zones is the default), B_FALSE otherwise.
1090 /* return true if zones not implemented or no zone spec list defined */
1168 * Description: Set root for zones library operations
1182 /* if zones are not implemented, just return */
1221 * Description: Set list of zones on which actions will be performed.
1302 /* if zones are not implemented, return TRUE */
1402 * Description: unlock specified zones
1403 * Arguments: a_zlst - zoneList_t object describing zones to unlock
1407 * == B_TRUE - success, zones unlocked
1408 * == B_FALSE - failure, zones not unlocked
1426 /* if zones are not implemented, return TRUE */
1441 /* zones exist */
1483 * Description: Verify list of zones on which actions will be performed.
1486 * NOTES: Will call _z_program_error if there are zones on the specified
1538 * Arguments: a_zlst - handle to zoneList_t object describing all zones
1627 /* if zones are not implemented, return FALSE */
1676 /* if zones are not implemented, return FALSE */
1705 * Arguments: a_zlst - handle to zoneList_t object describing all zones
1746 * Arguments: a_zlst - handle to zoneList_t object describing all zones
1785 * Arguments: a_zlst - handle to zoneList_t object describing all zones
1820 * Arguments: a_zlst - handle to zoneList_t object describing all zones
1860 * Arguments: a_zlst - handle to zoneList_t object describing all zones
1902 /* if zones are not implemented, return error */
1957 * Arguments: a_zlst - handle to zoneList_t object describing all zones
2028 * -6 : zones are not supported
2048 /* if zones are not implemented, return TRUE */
2051 return (-6); /* -6 : zones are not supported */