/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 2 # SPDX-License-Identifier: CDDL-1.0 69 return t.tv_sec + t.tv_nsec * 1e-9 90 m, s = divmod(monotonic_time() - self.starttime, 60) 163 timeout=None, user=None, tags=None): argument 168 The timeout for tests is measured in wall-clock time 170 self.timeout = timeout 176 if self.timeout is None: 177 self.timeout = 60 184 Timeout: %d 186 ''' % (self.pathname, self.identifier, self.outputdir, self.timeout, self.user) [all …]
|
/freebsd/share/man/man4/ |
H A D | watchdog.4 | 1 .\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org> 48 It takes a single argument which represents a timeout value specified as a 49 power of two nanoseconds, or-ed with a flag selecting active or passive control 68 implementations supports setting the timeout to the specified timeout. 77 implementations support the timeout length, all watchdogs are disabled and must 78 be explicitly re-enabled. 91 .Bl -tag -width "WDIOC_SETSOFTTIMEOUTACT int " 95 get total timeout 99 get the pre-timeout 101 set the pre-timeout [all …]
|
H A D | tcp.4 | 3 .\" Copyright (c) 2010-2011 The FreeBSD Foundation 50 protocol provides reliable, flow-controlled, two-way 52 It is a byte-stream protocol used to 58 Internet address format and, in addition, provides a per-host 119 .Bl -tag -width ".Dv TCP_FUNCTION_BLK" 122 by passing the read-only option 136 bandwidth-controlled window space. 161 For passively-created sockets, the 167 but that fall back to using a non-TFO 174 pre-shared key (PSK) mode of operation in which the TFO server requires the [all …]
|
/freebsd/sys/sys/ |
H A D | watchdog.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2003 Poul-Henning Kamp 40 #define WDIOC_GETTIMEOUT _IOR('W', 44, int) /* get total timeout */ 42 #define WDIOC_GETPRETIMEOUT _IOR('W', 46, int) /* get the pre-timeout */ 43 #define WDIOC_SETPRETIMEOUT _IOW('W', 47, int) /* set the pre-timeout */ 44 /* set the action when a pre-timeout occurs see: WD_SOFT_* */ 53 * Watchdog reset, timeout set to value in WD_INTERVAL field. 62 * The kernel will chose an appropriate timeout duration and 69 * Use the already last used timeout value. [all …]
|
H A D | fail.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2009-2019 Dell EMC Isilon http://www.isilon.com/ 62 * failure-injection code and the user-interface. 90 /**< Use timeout path for sleep instead of msleep */ 96 #define FAIL_POINT_IS_OFF(fp) (__predict_true((fp)->fp_setting == NULL) || \ 101 /* Private failpoint eval function -- use fail_point_eval() instead. */ 110 * Initialize a fail-point. The name is formed in printf-like fashion 121 * Set the pre-sleep function for a fail point 123 * (*fp->fp_pre_sleep_fn)(fp->fp_pre_sleep_arg) call by the thread. [all …]
|
/freebsd/usr.sbin/watchdogd/ |
H A D | watchdogd.8 | 3 .\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org> 37 .Op Fl -debug 38 .Op Fl -softtimeout 39 .Op Fl -softtimeout-action Ar action 40 .Op Fl -pretimeout Ar timeout 41 .Op Fl -pretimeout-action Ar action 45 .Op Fl t Ar timeout 55 is unable to interface with the kernel over a specific timeout, 73 argument 'dry-run' will cause watchdog not to arm the system watchdog and 84 .Fl t Ar timeout [all …]
|
/freebsd/sys/dev/watchdog/ |
H A D | watchdog.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004 Poul-Henning Kamp 63 static int wd_softtimeout_act = WD_SOFT_LOG; /* action for the software timeout */ 66 static volatile u_int wd_last_u; /* last timeout value set by kern_do_pat */ 67 static u_int wd_last_u_sysctl; /* last timeout value set by kern_do_pat */ 89 ts->tv_sec = ns / 1000000000ULL; in pow2ns_to_ts() 90 ts->tv_nsec = ns % 1000000000ULL; in pow2ns_to_ts() 131 * if WD_LASTVAL is set, fill in the bits for timeout in wdog_kern_pat() 235 *remainp = ts.tv_sec - wd_lastpat; in wd_get_time_left() [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | io.html | 9 <br> $Id: io.html,v 1.3 2001-03-17 03:22:50 gshapiro Exp $ 45 A third difference is that the I/O functions take a <i>timeout</i> 48 to setup it's own timeout mechanism. NOTE: SIGALRM's should not be 49 active in the calling program when an I/O function with a <i>timeout</i> 60 Remember many functions also have a <i>timeout</i> argument added. 86 <pre> 89 </pre> 98 <pre> 105 <a href="#sm_io_close">int sm_io_close(SM_FILE_T *fp, int timeout)</a> 113 <a href="#defaultapi">char * sm_io_fgets(SM_FILE_T *fp, int timeout, char *buf, int n)</a> [all …]
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | installation.html | 5 <!-- 6 $Id: installation.html,v 1.24 2013-11-22 20:51:39 ca Exp $ 7 --> 20 (e.g. -I/path/to/include -I/path/to/sendmail). 23 application with it (e.g. "-lmilter"). 25 <LI>Compile with pthreads, either by using -pthread for gcc, or 26 linking with a pthreads support library (-lpthread). 29 <PRE> 30 cc -I/path/to/include -I/path/to/sendmail -c myfile.c 31 </PRE> [all …]
|
H A D | smfi_settimeout.html | 4 <!-- 5 $Id: smfi_settimeout.html,v 1.16 2013-11-22 20:51:39 ca Exp $ 6 --> 10 <!---------- Synopsis -----------> 12 <PRE> 17 </PRE> 18 Set the filter's I/O timeout value. 21 <!----------- Description ----------> 32 If smfi_settimeout is not called, a default timeout of 7210 seconds is used. 38 <!----------- Arguments ----------> [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | mtk-wdt.txt | 3 The watchdog supports a pre-timeout interrupt that fires timeout-sec/2 8 - compatible should contain: 9 "mediatek,mt2701-wdt", "mediatek,mt6589-wdt": for MT2701 10 "mediatek,mt2712-wdt": for MT2712 11 "mediatek,mt6582-wdt", "mediatek,mt6589-wdt": for MT6582 12 "mediatek,mt6589-wdt": for MT6589 13 "mediatek,mt6797-wdt", "mediatek,mt6589-wdt": for MT6797 14 "mediatek,mt7622-wdt", "mediatek,mt6589-wdt": for MT7622 15 "mediatek,mt7623-wdt", "mediatek,mt6589-wdt": for MT7623 16 "mediatek,mt7629-wdt", "mediatek,mt6589-wdt": for MT7629 [all …]
|
H A D | mediatek,mtk-wdt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/watchdog/mediatek,mtk-wd [all...] |
H A D | qcom,pm8916-wdt.txt | 3 This pm8916 watchdog timer controller must be under pm8916-pon node. 6 - compatible: should be "qcom,pm8916-wdt" 9 - interrupts : Watchdog pre-timeout (bark) interrupt. 10 - timeout-sec : Watchdog timeout value in seconds. 15 compatible = "qcom,pm8916", "qcom,spmi-pmic"; 19 compatible = "qcom,pm8916-pon"; 23 compatible = "qcom,pm8916-wdt"; 25 timeout-sec = <10>;
|
H A D | nuvoton,npcm-wdt.txt | 3 Nuvoton NPCM timer module provides five 24-bit timer counters, and a watchdog. 4 The watchdog supports a pre-timeout interrupt that fires 10ms before the 8 - compatible : "nuvoton,npcm750-wdt" for NPCM750 (Poleg), or 9 "nuvoton,wpcm450-wdt" for WPCM450 (Hermon), or 10 "nuvoton,npcm845-wdt" for NPCM845 (Arbel). 11 - reg : Offset and length of the register set for the device. 12 - interrupts : Contain the timer interrupt with flags for 16 - clocks : phandle of timer reference clock. 17 - clock-frequency : The frequency in Hz of the clock that drives the NPCM7xx 21 - timeout-sec : Contains the watchdog timeout in seconds [all …]
|
/freebsd/sys/contrib/openzfs/man/man1/ |
H A D | test-runner.1 | 1 .\" SPDX-License-Identifier: CDDL-1.0 103 The exception is options pertaining to pre and post scripts, which act on all 110 Tests that exit zero and non-zero are marked 115 When a pre script fails for a test group, only the post script is executed, 120 .Ar timeout 156 is an INI-style configuration file that describes a test run. 168 .Bl -tag -width "tests = ['filename', …]" 171 .It Sy pre No = Ar script 176 Execute the pre script as 197 .It Sy timeout No = Ar n [all …]
|
/freebsd/sys/contrib/openzfs/tests/runfiles/ |
H A D | common.run | 1 # SPDX-License-Identifier: CDDL-1.0 16 # Approximate run time: 4-5 hours 20 pre = setup 24 timeout = 600 72 timeout = 7200 97 pre = 128 'tst.return_recursive_table', 'tst.stack_gsub', 'tst.timeout'] 163 pre = 174 pre = 177 timeout = 1200 [all …]
|
H A D | sanity.run | 1 # SPDX-License-Identifier: CDDL-1.0 22 pre = setup 26 timeout = 180 73 'tst.return_recursive_table', 'tst.stack_gsub', 'tst.timeout'] 92 pre = 104 [tests/functional/cli_root/zfs_change-key] 105 tests = ['zfs_change-key', 'zfs_change-key_child', 'zfs_change-key_format', 106 'zfs_change-key_inherit', 'zfs_change-key_load', 'zfs_change-key_location', 107 'zfs_change-key_pbkdf2iters', 'zfs_change-key_clones'] 108 tags = ['functional', 'cli_root', 'zfs_change-key'] [all …]
|
/freebsd/contrib/ntp/sntp/ |
H A D | sntp.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 3 <!-- Created by GNU Texinfo 6.6, http://www.gnu.org/software/texinfo/ --> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 10 <meta name="resource-type" content="document"> 16 <!- [all...] |
/freebsd/share/misc/ |
H A D | scsi_modes | 35 # 'i' is a byte-sized integral types, followed by a field width of 38 # 'b' is a bit-sized integral type 39 # 't' is a bitfield type- followed by a bit field width 42 # 'z' values are null-padded strings 80 {Busy Timeout Period} i2 81 {Extended Self-Test Completion Time} i2 95 0x02 "Disconnect-Reconnect" { 111 0x16 "Extended Device-Type Specific"; 154 0x18 "Protocol-Specific Logical Unit"; 156 0x19 "Protocol-Specific Port"; [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_controller.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 225 * number of MSI-X messages to be utilized. This parameter must 232 * - size = sizeof(SCIC_CONTROLLER_HANDLER_METHODS_T) 234 * - size = message_count*sizeof(SCIC_CONTROLLER_HANDLER_METHODS_T) 244 * array is zero-relative where entry zero corresponds to 245 * message-vector zero, entry one corresponds to message-vector one, [all …]
|
H A D | scic_remote_device.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 133 * @pre The user must have previously called scic_remote_device_construct() 137 * mutually exclusive and non-reentrant. 163 * @pre The user must have previously called scic_remote_device_construct() 167 * mutually exclusive and non-reentrant. 197 * mutually exclusive and non-reentrant. [all …]
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor.cpp | 111 /// Prepares a subprocess to run a user-provided hook in a controlled manner. 114 /// \param control_directory Path to the subprocess-specific control directory. 115 /// \param work_directory Path to the subprocess-specific work directory. 133 /// Path to the subprocess-specific work directory. 151 /// Number of owners of the on-disk state. 157 /// \param control_directory_ Path to the subprocess-specific work 162 /// \param timeout Maximum amount of time the subprocess can run for. 165 /// \param [in,out] state_owners_ Number of owners of the on-disk state. 166 /// For first-time processes, this should be a new counter set to 0; 174 const datetime::delta& timeout, in impl() [all …]
|
/freebsd/sys/dev/dwwdt/ |
H A D | dwwdt.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 61 #define DWWDT_READ4(sc, reg) bus_read_4((sc)->sc_mem_res, (reg)) 63 bus_write_4((sc)->sc_mem_res, (reg), (val)) 66 * 47 = 16 (timeout shift of dwwdt) + 30 (1s ~= 2 ** 30ns) + 1 67 * (pre-restart delay) 88 { "snps,dw-wdt", 1 }, 98 &dwwdt_prevent_restart, 0, "Disable system reset on timeout"); 107 "Try to panic on timeout, reset on another timeout"); 139 device_printf(dev, "Clock: %s\n", clk_get_name(sc->sc_clk)); in dwwdt_debug() [all …]
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_ec.h | 31 * ck_ec implements 32- and 64- bit event counts. Event counts let us 32 * easily integrate OS-level blocking (e.g., futexes) in lock-free 44 * available if CK supports 64-bit atomic operations. Currently, 46 * x86-64, on compilers that support GCC extended inline assembly; 53 * - Make changes to some shared data structure, without involving 55 * - After each change, call ck_ec_inc on the event count. The call 56 * acts as a write-write barrier, and wakes up any consumer blocked 61 * - Snapshot ck_ec_value of the event count. The call acts as a 63 * - Read and process the shared data structure. 64 * - Wait for new changes by calling ck_ec_wait with the snapshot value. [all …]
|
/freebsd/usr.bin/chat/ |
H A D | chat.8 | 10 .Op Fl f Ar chat-file 11 .Op Fl r Ar report-file 12 .Op Fl T Ar phone-number 13 .Op Fl t Ar timeout 14 .Op Fl U Ar phone-number2 22 connection between the Point-to-Point Protocol Daemon 26 .Bl -tag -width indent 35 .It Fl f Ar chat-file 44 .It Fl r Ar report-file 74 .It Fl T Ar phone-number [all …]
|