/freebsd/lib/libc/rpc/ |
H A D | rpc_clnt_create.3 | 2 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. 36 … rpcprog_t prognum" "const rpcvers_t versnum" "const char *nettype" "const struct timeval *timeout" 40 …cvers_t vers_low" "const rpcvers_t vers_high" "const char *nettype" "const struct timeval *timeout" 56 …rognum" "const rpcvers_t versnum" "const struct netconfig *netconf" "const struct timeval *timeout" 69 .Bl -tag -width YYYYYYY 79 For both connectionless and connection-oriented transports, 83 .Bl -column "CLSET_FD_NCLOSE" "struct timeval *" "set total timeout" 84 .It Dv CLSET_TIMEOUT Ta "struct timeval *" Ta "set total timeout" 85 .It Dv CLGET_TIMEOUT Ta "struct timeval *" Ta "get total timeout" 89 if you set the timeout using [all …]
|
H A D | rpc_soc.3 | 82 .Bf -symbolic 87 functions described in this page are the old, TS-RPC 113 .Bl -tag -width indent -compact 254 .Bd -ragged -offset indent 366 .Tn UDP Ns \-based 394 .Bl -column "CLSET_RETRY_TIMEOUT" "struct sockaddr_in" 396 .Vt "struct timeval" Ta "set total timeout" 398 .Vt "struct timeval" Ta "get total timeout" 401 Note: if you set the timeout using 403 the timeout argument passed to [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | act8945a-charger.txt | 1 Device-Tree bindings for charger of Active-semi ACT8945A Multi-Function Device 4 - compatible: "active-semi,act8945a-charger". 5 - active-semi,chglev-gpios: charge current level phandle with args 7 - active-semi,lbo-gpios: specify the low battery voltage detect phandle 9 - interrupts: <a b> where a is the interrupt number and b is a 14 - active-semi,input-voltage-threshold-microvolt: unit: mV; 15 Specifies the charger's input over-voltage threshold value; 17 - active-semi,precondition-timeout: unit: minutes; 21 - active-semi,total-timeout: unit: hours; 22 Specifies the charger's total safety timer setting value; [all …]
|
H A D | active-semi,act8945a-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/active-semi,act8945a-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Active-semi ACT8945A Charger Function 10 - Sebastian Reichel <sre@kernel.org> 13 - $ref: power-supply.yaml# 17 const: active-semi,act8945a-charger 22 active-semi,chglev-gpios: 26 active-semi,lbo-gpios: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | active-semi,act8945a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/regulator/active-semi,act8945a.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Active-semi ACT8945a regulator 10 - Paul Cercueil <paul@crapouillou.net> 14 const: active-semi,act8945a 19 system-power-controller: 25 active-semi,vsel-high: 42 vp1-supply: [all …]
|
/freebsd/share/man/man4/ |
H A D | ng_btsocket.4 | 1 .\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com> 62 .Bd -literal -offset indent 65 u_char hci_len; /* total length */ 74 .Bl -tag -width foo 120 controls the control request timeout (in seconds) for raw HCI sockets. 126 .Bd -literal -offset indent 130 * For packet mask use (1 << (HCI packet indicator - 1)) 131 * For event mask use (1 << (Event - 1)) 151 .Bd -literal -offset indent 154 u_char l2cap_len; /* total length */ [all …]
|
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 …]
|
/freebsd/usr.sbin/uathload/ |
H A D | uathload.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 35 * uathload -d ugen-device [firmware-file] 66 uint32_t total; member 92 return (-1); in getdevname() 97 return (-1); in getdevname() 103 return (-1); in getdevname() 118 errx(-1, "usage: uathload [-v] -d devname [firmware]"); in usage() 129 int msg, data, fw, timeout, b, c; in main() local 134 while ((c = getopt(argc, argv, "d:v")) != -1) { in main() [all …]
|
/freebsd/lib/libusb/ |
H A D | libusb20.3 | 2 .\" Copyright (c) 2008-2019 Hans Petter Selasky 39 USB access library (libusb -lusb) 89 .Fn libusb20_tr_set_timeout "struct libusb20_transfer *xfer" "uint32_t timeout" 93 …20_tr_setup_bulk "struct libusb20_transfer *xfer" "void *pbuf" "uint32_t length" "uint32_t timeout" 95 …20_tr_setup_control "struct libusb20_transfer *xfer" "void *psetup" "void *pbuf" "uint32_t timeout" 97 …20_tr_setup_intr "struct libusb20_transfer *xfer" "void *pbuf" "uint32_t length" "uint32_t timeout" 101 …ruct libusb20_transfer *xfer" "void *pbuf" "uint32_t length" "uint32_t *pactlen" "uint32_t timeout" 141 …0_CONTROL_SETUP_DECODED *setup" "void *data" "uint16_t *pactlen" "uint32_t timeout" "uint8_t flags" 183 .Fn libusb20_dev_wait_process "struct libusb20_device *pdev" "int timeout" 250 Non-zero return values indicate a LIBUSB20_ERROR value. [all …]
|
/freebsd/usr.bin/tftp/ |
H A D | tftp.1 | 60 .Bl -tag -width verbose -compact 61 .It Cm \&? Ar command-name ... 84 This is a non-standard TFTP option. 145 .It Cm mode Ar transfer-mode 147 .Ar transfer-mode 162 .It Cm put Ar file1 file2 ... fileN Op Oo Ar host : Oc Ns Ar remote-directory 170 .Ar remote-directory 190 (toggle support for non-RFC defined options). 197 .It Cm rexmt Ar retransmission-timeout 198 Set the per-packet retransmission timeout, in seconds. [all …]
|
/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 73 total = 0 variable in Result 89 Result.total += 1 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 [all …]
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_btsocket.h | 5 /*- 6 * SPDX-License-Identifier: BSD-2-Clause 8 * Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com> 52 u_char hci_len; /* total length */ 67 * For packet mask use (1 << (HCI packet indicator - 1)) 68 * For event mask use (1 << (Event - 1)) 209 u_char sco_len; /* total length */ 226 u_char l2cap_len; /* total length */ 233 u_char l2cap_len; /* total length */ 252 #define SO_L2CAP_FLUSH 5 /* get/set flush timeout */ [all …]
|
/freebsd/share/doc/smm/06.nfs/ |
H A D | 1.t | 42 oriented protocols and timeout/retransmit support for datagram sockets on 50 will be improved by running nfsiod daemons that perform read-aheads 51 and write-behinds. 80 require the \fB-n\fR option to enable non-root mount request servicing. 99 \fB-b\fR 105 \fBmount -a\fR 111 with various non-BSD NFS servers. The 112 \fB-P\fR 121 \fB-c\fR 130 \fB-g=\fInum\fR [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event-internal.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 34 #include "event2/event-config.h" 35 #include "evconfig-private.h" 40 #include "minheap-internal.h" 41 #include "evsignal-internal.h" 42 #include "mm-internal.h" 43 #include "defer-internal.h" 72 /** A persistent non-signal event. Uses the evcb_callback callback */ 101 * added. The function should return 0 on success and -1 on error. [all …]
|
/freebsd/contrib/libevent/ |
H A D | event-internal.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 34 #include "event2/event-config.h" 35 #include "evconfig-private.h" 40 #include "minheap-internal.h" 41 #include "evsignal-internal.h" 42 #include "mm-internal.h" 43 #include "defer-internal.h" 72 /** A persistent non-signal event. Uses the evcb_callback callback */ 101 * added. The function should return 0 on success and -1 on error. [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | tcp_common.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 35 #define TCP_INVALID_TIMEOUT_VAL -1 64 __le32 two_msl_timer /* 2MSL (used for TIME_WAIT state) timeout value */; 65 __le16 tx_sws_timer /* Transmission silly window syndrom timeout value */; 132 …__le32 ka_timeout /* This member specifies, in ms, the timeout interval for inactivity before send… 133 …__le32 ka_interval /* This member specifies, in ms, the timeout after which to retransmit a keepal… 144 …__le32 total_rt /* The total time, in ms, that has been spent retransmitting the current TCP segme… 145 …a /* The time remaining, in clock ticks, until the next keepalive timeout. A value of -1 indicates… 146 … /* The time remaining, in clock ticks, until the next retransmit timeout. A value of -1 indicates… 152 __le16 fw_internal /* fw internal use - initialize value = 0 */; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | LockFileManager.h | 1 //===--- LockFileManager.h - File-level locking utility ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 48 /// Reached timeout while waiting for the owner to release the lock. 80 /// Total timeout for the file to appear is ~1.5 minutes. 81 /// \param MaxSeconds the maximum total wait time in seconds.
|
/freebsd/sys/ofed/include/rdma/ |
H A D | rdmavt_qp.h | 4 /*- 5 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 29 * - Redistributions of source code must retain the above copyright 31 * - Redistributions in binary form must reproduce the above copyright 35 * - Neither the name of Intel Corporation nor the names of its 73 * RVT_S_SIGNAL_REQ_WR - set if QP send WRs contain completion signaled 74 * RVT_S_BUSY - send tasklet is processing the QP 75 * RVT_S_TIMER - the RC retry timer is active 76 * RVT_S_ACK_PENDING - an ACK is waiting to be sent after RDMA read/atomics 77 * RVT_S_WAIT_FENCE - waiting for all prior RDMA read or atomic SWQEs [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 …]
|
/freebsd/contrib/netbsd-tests/net/ndp/ |
H A D | t_ndp.sh | 1 # $NetBSD: t_ndp.sh,v 1.17 2016/11/25 08:51:17 ozaki-r Exp $ 33 DEBUG=${DEBUG:-true} 34 TIMEOUT=1 79 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6DST 81 atf_check -s exit:0 rump.ifconfig shmif0 up 82 atf_check -s exit:0 rump.ifconfig -w 10 85 $DEBUG && rump.ndp -n -a 90 $DEBUG && ulimit -c unlimited 95 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6SRC 96 atf_check -s exit:0 rump.ifconfig shmif0 up [all …]
|
/freebsd/share/man/man9/ |
H A D | usbdi.9 | 150 "xfer->priv_sc". 154 This pointer is used to initialize "xfer->priv_mtx". 156 A non-zero return value indicates failure. 185 This function is always non-blocking and must be called with the 186 so-called private USB mutex locked. 198 This function is always non-blocking and must be called with the 199 so-called private USB mutex locked. 257 .Bd -literal -offset indent 276 * "actlen" has the total length for all frames 312 .Bd -literal -offset indent [all …]
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_io.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2014-2015 Alexander Motin <mav@FreeBSD.org> 33 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_io.h#5 $ 65 * can delay I/O at two different points -- datamove and done. This is 67 * timeout), an 233 uint32_t timeout; /* timeout in ms */ global() member [all...] |
/freebsd/lib/libsys/ |
H A D | select.2 | 39 …elect "int nfds" "fd_set *readfds" "fd_set *writefds" "fd_set *exceptfds" "struct timeval *timeout" 56 The only exceptional condition detectable is out-of-band 62 .Fa nfds Ns No -1 72 returns the total number of ready descriptors in all the sets. 91 is non-zero if 103 .Fa timeout 110 .Fa timeout 114 .Fa timeout 116 but it should point to a zero-valued timeval structure. 130 or -1 if an error occurred. [all …]
|
/freebsd/lib/libbluetooth/ |
H A D | bluetooth.3 | 1 .\" Copyright (c) 2003-2009 Maksim Yevmenkin <m_evmenkin@yahoo.com> 158 .Dv NUL Ns -terminated 190 flag is non-zero, the file will not be closed. 213 .Dv NUL Ns -terminated 235 flag is non-zero, the file will not be closed. 290 otherwise -1. 294 .Bd -literal -offset indent 360 or -1 if an error occurred. 369 The function returns -1 if an error has occurred. 405 or -1 if an error occurred. [all …]
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.1ntpqmdoc | 4 .\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:29 AM by AutoGen 5.18.16 7 .\" From the definitions ntpq-opts.def 8 .\" and the template file agmdoc-cmd.tpl 17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc 30 variables can be assembled, with raw and pretty\-printed output 67 the remote host is not heard from within a suitable timeout 106 .Bl -tag -widt [all...] |