Home
last modified time | relevance | path

Searched +full:retry +full:- +full:time (Results 1 – 25 of 820) sorted by relevance

12345678910>>...33

/freebsd/contrib/ntp/libntp/
H A Dntp_intres.c2 * ntp_intres.c - Implements a generic blocking worker child or thread,
38 * platform-independent code. A wrinkle is the request needs to be
41 * Response memory allocation is also platform-dependent. With a
122 int retry;
134 int retry;
148 int retry;
161 int retry;
165 * Followed by hostoctets bytes of null-terminated host,
166 * then servoctets bytes of null-terminated service.
170 /* per-DN
128 int retry; global() member
140 int retry; global() member
154 int retry; global() member
167 int retry; global() member
239 getaddrinfo_sometime_ex(const char * node,const char * service,const struct addrinfo * hints,int retry,gai_sometime_callback callback,void * context,u_int qflags) getaddrinfo_sometime_ex() argument
463 getaddrinfo_sometime(const char * node,const char * service,const struct addrinfo * hints,int retry,gai_sometime_callback callback,void * context) getaddrinfo_sometime() argument
1062 int retry; manage_dns_retry_interval() local
[all...]
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntptrap1 #!/local/bin/perl --*-perl-*-
8 ;# Rainer Pruy Friedrich-Alexander Universitaet Erlangen-Nuernberg
31 require('ctime.pl'); # date/time formatting
48 die("usage: $0 [-p <port>] [-l <logfile>] [host] ...\n");
52 &Getopts if 0; # make -w happy
56 $opt_p = 0 # port to use locally - (0 does mean: will be chosen by kernel)
63 $DEBUGFILE="&STDERR" if $DEBUGFILE eq '-';
68 ;# &log prints a single trap record (adding a (local) time stamp)
71 chop($date=&ctime(time));
150 warn "$0: unknown host \"$_\" - ignored\n";
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_acts.c2 * refclock_acts - clock driver for the NIST/USNO/PTB/NPL Computer Time
26 * etc.) modem time services, as well as Spectracom GPS and WWVB
31 * time servers is available.
33 * This driver requires a modem with a Hayes-compatible command set and
35 * modem setup string is hard-coded in the driver and may require
41 * followed by the number itself, including the long-distance prefix
50 * The driver is transparent to each of the modem time services and
76 * Phone: (303) 494-4774 (Boulder, CO); (808) 335-472
205 int retry; /* retry index */ global() member
[all...]
/freebsd/sys/arm/allwinner/
H A Daw_rsb.c1 /*-
27 * Allwinner RSB (Reduced Serial Bus) and P2WI (Push-Pull Two Wire Interface)
103 { "allwinner,sun6i-a31-p2wi", A31_P2WI },
104 { "allwinner,sun8i-a23-rsb", A23_RSB },
110 { -1, 0 }
114 * Device address to Run-time address mappings.
116 * Run-time address (RTA) is an 8-bit value used to address the device during
147 #define RSB_LOCK(sc) mtx_lock(&(sc)->mtx)
148 #define RSB_UNLOCK(sc) mtx_unlock(&(sc)->mtx)
149 #define RSB_ASSERT_LOCKED(sc) mtx_assert(&(sc)->mtx, MA_OWNED)
[all …]
/freebsd/sys/dev/atkbdc/
H A Datkbdc.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1996-1999
5 * Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp)
66 #define availq(q) ((q)->head != (q)->tail)
68 #define emptyq(q) ((q)->tail = (q)->head = (q)->qcount = 0)
70 #define emptyq(q) ((q)->tail = (q)->head = 0)
73 #define read_data(k) (bus_space_read_1((k)->iot, (k)->ioh0, 0))
74 #define read_status(k) (bus_space_read_1((k)->iot, (k)->ioh1, 0))
76 (bus_space_write_1((k)->iot, (k)->ioh0, 0, (d)))
[all …]
/freebsd/lib/libc/rpc/
H A Drpc_clnt_create.32 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
69 .Bl -tag -width YYYYYYY
79 For both connectionless and connection-oriented transports,
83 .Bl -column "CLSET_FD_NCLOSE" "struct timeval *" "set total timeout"
101 .Bl -column CLSET_FD_NCLOSE "struct timeval *"
113 .Bl -column CLSET_RETRY_TIMEOUT "struct timeval *" "set total timeout"
114 .It Dv CLSET_RETRY_TIMEOUT Ta "struct timeval *" Ta "set the retry timeout"
115 .It Dv CLGET_RETRY_TIMEOUT Ta "struct timeval *" Ta "get the retry timeout"
119 The retry timeout is the time that RPC
182 that specifies the maximum amount of time allowed for
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_should_retry.pod7 BIO_get_retry_BIO, BIO_get_retry_reason, BIO_set_retry_reason - BIO retry
31 should then be retried at a later time.
36 has insufficient data to return. Check for readability and/or retry the
40 has pending data to write. Check for writability and/or retry the
46 BIO_retry_type() returns a mask of the cause of a retry condition
60 BIO_set_retry_reason() sets the retry reason for a special condition for a given
78 BIO types will not request a retry, because the underlying I/O
80 signal a retry then it need not call BIO_should_retry() after a failed
84 retry even if the underlying I/O structure is blocking, if a handshake
85 occurs during a call to BIO_read(). An application can retry the failed
[all …]
/freebsd/sys/dev/ixl/
H A Dixl_pf_i2c.c3 Copyright (c) 2013-2018, Intel Corporation
48 I40E_GLGEN_I2CPARAMS(_hw->func_caps.mdio_port_num)
50 /* I2C bit-banging functions */
67 * ixl_i2c_bus_clear - Clears the I2C bus
76 struct i40e_hw *hw = &pf->hw; in ixl_i2c_bus_clear()
105 * ixl_i2c_stop - Sets I2C stop condition
108 * Sets I2C stop condition (Low -> High on SDA while SCL is High)
113 struct i40e_hw *hw = &pf->hw; in ixl_i2c_stop()
122 /* Setup time for stop condition (4us) */ in ixl_i2c_stop()
127 /* bus free time between stop and start (4.7us)*/ in ixl_i2c_stop()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/ipmi/
H A Dipmi-ipmb.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ipmi/ipmi-ipm
[all...]
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2006 Atheros Communications, Inc.
62 /* Shadow copies with read-and-clear access */
148 #define AR_D0_LCL_IFS 0x1040 /* DCU-specific IFS settings */
149 #define AR_D1_LCL_IFS 0x1044 /* DCU-specific IFS settings */
150 #define AR_D2_LCL_IFS 0x1048 /* DCU-specific IFS settings */
151 #define AR_D3_LCL_IFS 0x104c /* DCU-specific IFS settings */
152 #define AR_D4_LCL_IFS 0x1050 /* DCU-specific IFS settings */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-arb-gpio-challenge.txt1 GPIO-based I2C Arbitration Using a Challenge & Response Mechanism
7 the standard I2C multi-master rules. Using GPIOs is generally useful in
21 others can see. These are all active low with pull-ups enabled. We'll
24 - OUR_CLAIM: output from us signaling to other hosts that we want the bus
25 - THEIR_CLAIMS: output from others signaling that they want the bus
33 2. Waits a little bit for the other sides to notice (slew time, say 10
39 6. Go back to 1 (until retry time has expired).
43 - compatible: i2c-arb-gpio-challenge
44 - our-claim-gpio: The GPIO that we use to claim the bus.
45 - their-claim-gpios: The GPIOs that the other sides use to claim the bus.
[all …]
/freebsd/share/man/man4/
H A Discsi.433 .Bd -ragged -offset indent
38 module at boot time, place the following line in
40 .Bd -literal -offset indent
60 .Bl -tag -width indent
69 The number of seconds to wait for the target to respond to a NOP-Out
71 In the event that there is no response within that time the session gets
73 Set to 0 to disable sending NOP-Out PDUs.
79 After that time
81 will abort and retry.
85 After that time
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
58 #define AR_ISR_RAC 0x00c0 /* ISR read-and-clear access */
59 /* Shadow copies with read-and-clear access */
97 #define AR_Q_TXE_M 0x000003FF /* Mask for TXE (QCU 0-9) */
99 #define AR_Q_TXD_M 0x000003FF /* Mask for TXD (QCU 0-9) */
169 #define AR_D0_LCL_IFS 0x1040 /* MAC DCU-specific IFS settings */
170 #define AR_D1_LCL_IFS 0x1044 /* MAC DCU-specific IFS settings */
[all …]
/freebsd/crypto/openssl/test/
H A Drdrand_sanitytest.c34 int retry; in sanity_check_bytes() local
35 for (retry = 0; retry < max_retries; retry++) { in sanity_check_bytes()
42 /*- in sanity_check_bytes()
44 * implying that we might be accidentally using the 32-bit RDRAND in sanity_check_bytes()
45 * instead of the 64-bit one on 64-bit systems. in sanity_check_bytes()
48 for (j = 0; j < sizeof(buf) - 1; j++) { in sanity_check_bytes()
60 unsigned char *tail = &buf[sizeof(buf) - sizeof(check)]; in sanity_check_bytes()
65 /* Save the result and make sure it's different next time */ in sanity_check_bytes()
87 /*- in sanity_check_rdseed_bytes()
89 * multiplied by the 8x retry loop in asm, and failure probabilities are in sanity_check_rdseed_bytes()
[all …]
/freebsd/contrib/ldns-host/
H A Dldns-host.15 .\" notice and this notice are preserved. This file is offered as-is,
11 .Nm ldns-host
30 dotted-decimal IPv4 address or a colon-delimited IPv6 address,
52 .Bl -tag -width indent
114 Perform non-recursive query to the name server by clearing RD
118 Retry this many times when a query does not receive an answer
119 in time. The default is 1 retry. If
131 will also retry UDP queries in TCP mode if the UDP response was
169 Wait forever (or for a very long time) for response from the
195 .Bl -bullet
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_rewind_config_changed.ksh1 #!/bin/ksh -p
30 # 6. Change device paths if requested and re-import pool.
60 typeset attachargs="${3:-}"
61 typeset detachvdev="${4:-}"
62 typeset removevdev="${5:-}"
63 typeset finalpool="${6:-}"
77 log_must zfs snapshot -r $TESTPOOL1@snap1
82 if [[ -n $addvdevs ]]; then
83 log_must zpool add -f $TESTPOOL1 $addvdevs
85 if [[ -n $attachargs ]]; then
[all …]
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dadi,ltc4282.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nuno Sa <nuno.sa@analog.com>
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc4282.pdf
20 - adi,ltc4282
25 vdd-supply: true
30 '#clock-cells':
33 adi,rsense-nano-ohms:
36 adi,vin-mode-microvolt:
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210reg.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2004 Atheros Communications, Inc.
24 * Processor for IEEE 802.11a 5-GHz Wireless LANs.
72 #define AR_SLOT_TIME 0x8010 /* Length of a back-off */
75 #define AR_RETRY_LMT 0x801c /* Short and long frame retry limit */
79 #define AR_TIMER0 0x802c /* Next beacon time */
80 #define AR_TIMER1 0x8030 /* Next DMA beacon alert time */
81 #define AR_TIMER2 0x8034 /* Next software beacon alert time */
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_should_retry.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsati_mode_pages.c1 /*-
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.
85 SCSI_MODE_PAGE_READ_WRITE_ERROR, // Byte 0 - Page Code, SPF(0), PS(0)
86 SCSI_MODE_PAGE_01_LENGTH-2, // Byte 1 - Page Length
87 0x80, // Byte 2 - AWRE, ARRE, TB, RC, EER, PER, DTE, DCR
88 0x00, // Byte 3 - Read Retry Count
90 0x00, // Byte 4 - Obsolete
[all …]
/freebsd/sbin/dhclient/
H A Ddhclient.conf.554 file is a free-form ASCII text file.
55 It is parsed by the recursive-descent parser built into
58 Keywords in the file are case-insensitive.
77 reasonable timing behaviour will be used by default - one which
83 .Bl -tag -width indent
84 .It Ic timeout Ar time ;
87 statement determines the amount of time that must pass between the
88 time that the client begins to try to determine its address and the
89 time that it decides that it is not going to be able to contact a server.
97 the client will restart the protocol after the defined retry interval.
[all …]
/freebsd/usr.sbin/rrenumd/
H A Drrenumd.conf.541 This file consists of a sequence of statements terminated by a semi-colon (`;').
74 .Bl -tag -width Ds
88 .It Ic dest Ar dest-list Op Ar retrycmd ;
91 .Ar dest-list
97 .Bl -tag -width Ds
98 .It Ic retry Ar retry-num
99 .Ar retry-num
103 .Cm match-prefix Ar match-prefix-val
104 .Bk -words
105 .Op /match-prefix-len
[all …]
/freebsd/contrib/unbound/doc/
H A DTODO9 o (option) pretend-dnssec-unaware, and pretend-edns-unaware modes for workshops.
10 o delegpt use rbtree for ns-list, to avoid slowdown for very large NS sets.
15 o command the server with TSIG inband. get-config, clearcache,
25 o add dynamic-update requests (making a dynupd request) to libunbound api.
28 o add local-file: config with authority features.
29 o (option) to make local-data answers be secure for libunbound (default=no)
32 o overhaul outside-network servicedquery to merge with udpwait and tcpwait,
34 o check into rebinding ports for efficiency, configure time test.
44 o winevent - do not go more than 64 fds (by polling with select one by
52 * retry-mode, where a bogus result triggers a retry-mode query, where a list
[all …]
/freebsd/usr.bin/fetch/
H A Dfetch.11 .\"-
2 .\" Copyright (c) 2000-2014 Dag-Erling Smørgrav
3 .\" Copyright (c) 2013-2016 Michael Gmelin <freebsd@grem.de>
41 .Op Fl -bind-address= Ns Ar host
42 .Op Fl -ca-cert= Ns Ar file
43 .Op Fl -ca-path= Ns Ar dir
44 .Op Fl -cert= Ns Ar file
45 .Op Fl -crl= Ns Ar file
47 .Op Fl -key= Ns Ar file
49 .Op Fl -no-passive
[all …]
/freebsd/sys/nfsclient/
H A Dnfsargs.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
55 int retrans; /* times to retry send */
61 int acregmin; /* cache attrs for reg files min time */
62 int acregmax; /* cache attrs for reg files max time */
63 int acdirmin; /* cache attrs for dirs min time */
64 int acdirmax; /* cache attrs for dirs max time */
84 #define NFSMNT_DEADTHRESH 0x00004000 /* set dead server retry thresh */
101 #define NFSMNT_NONCONTIGWR 0x80000000 /* Enable non-contiguous writes */

12345678910>>...33