Searched refs:restart (Results 1 - 9 of 9) sorted by relevance
/solaris-userland-s11u3/components/quagga/Solaris/ |
H A D | quaggaadm | 45 restart=0; 50 restart=1 53 if [ $restart = "1" ]; then 54 /usr/sbin/svcadm restart ${1}
|
/solaris-userland-s11u3/components/openstack/keystone/files/ |
H A D | keystone | 53 def restart(): 54 httpd('restart')
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/smf/ |
H A D | SmfStatusPanel.java | 86 private TaskComponent restart; field in class:SmfStatusPanel 138 restart = createRestartTaskComponent(); 148 taskPanel.add(restart.getComponent()); 199 return restart.getLabel(); 362 "service.task.long.restart", 363 "service.task.tip.restart", 367 tracker.getService().restart(); 482 disable, restart, maintain, degrade}; 491 disable, refresh, restart, maintain, degrade};
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/smf/ |
H A D | ServiceBean.java | 215 void restart() throws ScfException; method in interface:ServiceBean
|
H A D | AggregatedRefreshService.java | 199 public void restart() throws ScfException { method in class:AggregatedRefreshService 200 service.restart();
|
H A D | ServiceBeanAdaptor.java | 272 public void restart() throws ScfException { method in class:ServiceBeanAdaptor 274 sibean_.restart();
|
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_3/ |
H A D | README_demo_module_3 | 205 stop and restart it in debug mode.
|
/solaris-userland-s11u3/components/openstack/neutron/files/services/vpn/device_drivers/ |
H A D | solaris_ipsec.py | 564 self.restart() 583 def restart(self): member in class:BaseSolaris 933 IKE daemon service will be restarted. If the restart 987 def restart(self): member in class:SolarisIPsecProcess 989 Some optimization possible here, a restart does not 1210 will call sync(), which will restart the device driver. 1531 # Next time we restart, these tunnels will be removed.
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/ |
H A D | ListCellOverlay.java | 594 timer.restart();
|
Completed in 66 milliseconds