Searched defs:update (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py319 # down and update the server side. We just need to wait a
550 is parsed to update status of ipsec-site-connection.
567 def update(self): member in class:BaseSolaris
570 LOG.debug("update")
1497 Follow process.update() to see what happens.
1634 process.update()
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py315 def update(self, context, volume_id, fields): member in class:SolarisVolumeAPI
319 :param context: the context for the update
320 :param volume_id: the id of the volume to update
321 :param fields: a dictionary of of the name/value pairs to update
323 cinderclient(context).volumes.update(volume_id, **fields)
755 self.kstat_control.update()
1783 instance.system_metadata.update(
1986 LOG.exception(_("Unable to update 'vnc/nova-enabled' property for "
2091 # Attempt to update the zones hostid in the instance data, to catch
2288 # update th
[all...]
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h1186 * retry_tag_comitted, tsu_rqs must update retry_tag_comitted to the value of
1194 * tsu_dma. It is the responsibility of tsu_rqs to update this retry tag
2919 * Flash update: EPSC_UPDATE
3158 /* EPSC_UPDATE (update firmware) */
3159 struct psif_epsc_csr_update update; member in union:psif_epsc_csr_details
H A Dpsif_hw_data_le.h1079 * tsu_dma. It is the responsibility of tsu_rqs to update this retry tag
1087 * retry_tag_comitted, tsu_rqs must update retry_tag_comitted to the value of
2893 * Flash update: EPSC_UPDATE
3132 /* EPSC_UPDATE (update firmware) */
3133 struct psif_epsc_csr_update update; member in union:psif_epsc_csr_details

Completed in 76 milliseconds