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

/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/
H A DApacheUtil.java93 public static <T> void update(MutableProperty<T> src, method in class:ApacheUtil
104 public static <T> void update(BasicSmfMutableProperty<T> src, method in class:ApacheUtil
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/property/
H A DMutableProperty.java87 * saved values hadn't differed prior to this update.
96 void update(T value, boolean force); method in interface:MutableProperty
H A DBasicMutableProperty.java158 public void update(T value, boolean force) { method in class:BasicMutableProperty
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/view/
H A DFilterField.java68 update();
87 private void update() method in class:FilterField
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/smf/
H A DSmfMutablePropertyWrapper.java161 public void update(T t, boolean force) { method in class:SmfMutablePropertyWrapper
/solaris-userland-s11u3/components/visual-panels/firewall/src/java/vpanels/app/firewall/com/oracle/solaris/vp/panels/firewall/client/swing/
H A DAccessProperty.java286 public void update(AccessPolicy value, boolean force) { method in class:AccessProperty
H A DSimpleAccessPolicy.java321 public void update(Type type, String customFile, method in class:SimpleAccessPolicy
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/
H A DConnectionManager.java90 public void update() { method in class:ConnectionManager.Visualizer
121 visualizer.update();
131 visualizer.update();
183 visualizer.update();
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DAdvancedSettingsDialog.java250 public void update() { method in class:AdvancedSettingsDialog
/solaris-userland-s11u3/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py303 # down and update the server side. We just need to wait a
531 is parsed to update status of ipsec-site-connection.
548 def update(self): member in class:BaseSolaris
551 LOG.debug("update")
1413 Follow process.update() to see what happens.
1539 process.update()
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py298 def update(self, context, volume_id, fields): member in class:SolarisVolumeAPI
302 :param context: the context for the update
303 :param volume_id: the id of the volume to update
304 :param fields: a dictionary of of the name/value pairs to update
306 cinderclient(context).volumes.update(volume_id, **fields)
719 self.kstat_control.update()
1473 instance.system_metadata.update(
1661 LOG.error(_("Unable to update 'vnc/nova-enabled' property for "
1929 # update the required attributes
2638 snapshot_service.update(contex
[all...]
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h1114 * retry_tag_comitted, tsu_rqs must update retry_tag_comitted to the value of
1122 * tsu_dma. It is the responsibility of tsu_rqs to update this retry tag
2837 * Flash update: EPSC_UPDATE
3067 /* EPSC_UPDATE (update firmware) */
3068 struct psif_epsc_csr_update update; member in union:psif_epsc_csr_details

Completed in 311 milliseconds