Searched refs:_zone_list (Results 1 – 3 of 3) sorted by relevance
131 _zone_list=$2134 echo "$_zone_list" | while read -r id name; do143 if ! _zone_list="$(openstack zone list -c id -c name -f value)"; then147 _debug _zone_list "$_zone_list"149 if ! _zone_id="$(_dns_openstack_get_root "$fulldomain" "$_zone_list")"; then
56 _m_ptr->_zone_list [zone_index] = nullptr; in CellPool()90 AtomicPtr <CellType> & zone_ptr_ref = _m_ptr->_zone_list [zone_index]; in clear_all()115 AtomicPtr <CellType> & zone_ptr_ref = _m_ptr->_zone_list [zone_index]; in expand_to()
97 ZoneList _zone_list; variable