Home
last modified time | relevance | path

Searched refs:shutdown_delay (Results 1 – 25 of 62) sorted by relevance

123

/dports/sysutils/apcctrl/apcctrl-0.8.21/src/drivers/apcsmart/
H A Dsmartoper.c33 int shutdown_delay = apcsmart_ups_get_shutdown_delay(); in kill_power() local
76 return apcsmart_ups_shutdown_with_delay(shutdown_delay); in kill_power()
80 apcsmart_ups_warn_shutdown(shutdown_delay); in kill_power()
89 int ApcSmartUpsDriver::apcsmart_ups_shutdown_with_delay(int shutdown_delay) in apcsmart_ups_shutdown_with_delay() argument
109 apcsmart_ups_warn_shutdown(shutdown_delay); in apcsmart_ups_shutdown_with_delay()
113 void ApcSmartUpsDriver::apcsmart_ups_warn_shutdown(int shutdown_delay) in apcsmart_ups_warn_shutdown() argument
115 if (shutdown_delay > 0) { in apcsmart_ups_warn_shutdown()
117 "UPS will power off after %d seconds ...\n", shutdown_delay); in apcsmart_ups_warn_shutdown()
H A Dapcsmart.h60 int apcsmart_ups_shutdown_with_delay(int shutdown_delay);
62 void apcsmart_ups_warn_shutdown(int shutdown_delay);
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/drivers/apcsmart/
H A Dsmartoper.c33 int shutdown_delay = apcsmart_ups_get_shutdown_delay(); in kill_power() local
76 return apcsmart_ups_shutdown_with_delay(shutdown_delay); in kill_power()
80 apcsmart_ups_warn_shutdown(shutdown_delay); in kill_power()
89 int ApcSmartUpsDriver::apcsmart_ups_shutdown_with_delay(int shutdown_delay) in apcsmart_ups_shutdown_with_delay() argument
109 apcsmart_ups_warn_shutdown(shutdown_delay); in apcsmart_ups_shutdown_with_delay()
113 void ApcSmartUpsDriver::apcsmart_ups_warn_shutdown(int shutdown_delay) in apcsmart_ups_warn_shutdown() argument
115 if (shutdown_delay > 0) { in apcsmart_ups_warn_shutdown()
117 "UPS will power off after %d seconds ...\n", shutdown_delay); in apcsmart_ups_warn_shutdown()
H A Dapcsmart.h60 int apcsmart_ups_shutdown_with_delay(int shutdown_delay);
62 void apcsmart_ups_warn_shutdown(int shutdown_delay);
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/jobspec/test-fixtures/
H A Dtg-network.hcl6 shutdown_delay = "14s"
47 shutdown_delay = "5s"
H A Dbasic.hcl240 shutdown_delay = "11s"
/dports/sysutils/nomad/nomad-1.1.0/jobspec/test-fixtures/
H A Dtg-network.hcl6 shutdown_delay = "14s"
53 shutdown_delay = "5s"
H A Dbasic.hcl277 shutdown_delay = "11s"
/dports/textproc/py-mkdocs/mkdocs-1.2.3/mkdocs/livereload/
H A D__init__.py39 shutdown_delay=0.25, argument
49 self.shutdown_delay = shutdown_delay
64 self.serve_thread = threading.Thread(target=lambda: self.serve_forever(shutdown_delay))
105 lambda: self._to_rebuild or self._shutdown, timeout=self.shutdown_delay
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/docs/job-specification/
H A Dgroup.html.md68 - `shutdown_delay` `(string: "0s")` - Specifies the duration to wait when
72 `shutdown_delay` may be set to give in flight requests time to complete
73 before shutting down. A group level `shutdown_delay` will run regardless
75 own [`shutdown_delay`](/docs/job-specification/task.html#shutdown_delay)
H A Dsidecar_task.html.md92 shutdown_delay = "5s"
126 - `shutdown_delay` `(string: "5s")` - Delay between deregistering the task from
146 shutdown_delay = "5s"
H A Dtask.html.md89 - `shutdown_delay` `(string: "0s")` - Specifies the duration to wait when
92 signal. Alternatively `shutdown_delay` may be set to give in flight requests
94 own [`shutdown_delay`](/docs/job-specification/group.html#shutdown_delay)
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dpijuice.c224 static uint8_t shutdown_delay = 30; variable
711 if ( shutdown_delay > 250 ) in set_power_off()
717 shutdown_delay = 250; in set_power_off()
720 if ( shutdown_delay == 0 ) in set_power_off()
726 shutdown_delay = 1; in set_power_off()
729 I2C_WRITE_BYTE( upsfd, cmd, shutdown_delay, __func__ ) in set_power_off()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/
H A Dcast_web_view.h100 base::TimeDelta shutdown_delay = base::TimeDelta();
122 virtual base::TimeDelta shutdown_delay() const = 0;
H A Dcast_web_view_default.cc86 shutdown_delay_(params.shutdown_delay), in CastWebViewDefault()
145 base::TimeDelta CastWebViewDefault::shutdown_delay() const { in shutdown_delay() function in chromecast::CastWebViewDefault
H A Dcast_web_view_default.h55 base::TimeDelta shutdown_delay() const override;
H A Dcast_web_service.cc131 auto delay = web_view->shutdown_delay(); in OwnerDestroyed()
/dports/games/pvpgn/pvpgn-1.8.5/src/d2dbs/
H A Dprefs.c61 unsigned int shutdown_delay; member
414 return prefs_conf.shutdown_delay; in d2dbs_prefs_get_shutdown_delay()
419 return conf_set_int(&prefs_conf.shutdown_delay,valstr,0); in conf_set_shutdown_delay()
424 return conf_set_int(&prefs_conf.shutdown_delay,NULL,DEFAULT_SHUTDOWN_DELAY); in conf_setdef_shutdown_delay()
/dports/sysutils/nomad/nomad-1.1.0/website/content/docs/job-specification/
H A Dsidecar_task.mdx100 shutdown_delay = "5s"
150 - `shutdown_delay` `(string: "5s")` - Delay between deregistering the task from
170 shutdown_delay = "5s"
H A Dtask.mdx87 - `shutdown_delay` `(string: "0s")` - Specifies the duration to wait when
90 signal. Alternatively `shutdown_delay` may be set to give in flight requests
92 own [`shutdown_delay`](/docs/job-specification/group#shutdown_delay)
H A Dgroup.mdx74 - `shutdown_delay` `(string: "0s")` - Specifies the duration to wait when
78 `shutdown_delay` may be set to give in-flight requests time to complete
79 before shutting down. A group level `shutdown_delay` will run regardless
81 own [`shutdown_delay`](/docs/job-specification/task#shutdown_delay)
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/plugins/stonith/
H A Dapcsmart.c84 char shutdown_delay[MAX_DELAY_STRING]; member
572 , ad->shutdown_delay) != S_OK in APC_init()
583 strcpy(value, ad->shutdown_delay); in APC_init()
586 , __FUNCTION__, ad->shutdown_delay); in APC_init()
826 int maxdelay = atoi(ad->shutdown_delay)+10; in apcsmart_ReqGenericReset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/test/
H A Dmock_cast_web_view.cc34 base::TimeDelta MockCastWebView::shutdown_delay() const { in shutdown_delay() function in chromecast::MockCastWebView
H A Dmock_cast_web_view.h81 base::TimeDelta shutdown_delay() const override;
/dports/games/pvpgn/pvpgn-1.8.5/src/d2cs/
H A Dprefs.c82 unsigned int shutdown_delay; member
582 return prefs_conf.shutdown_delay; in d2cs_prefs_get_shutdown_delay()
587 return conf_set_int(&prefs_conf.shutdown_delay,valstr,0); in conf_set_shutdown_delay()
592 return conf_set_int(&prefs_conf.shutdown_delay,NULL,DEFAULT_SHUTDOWN_DELAY); in conf_setdef_shutdown_delay()

123