| /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 …]
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | MpService.h | 6 - Retrieving information of multi-processor environment and MP-related status of 8 - Dispatching user-provided function to APs. 9 - Maintain MP-related processor status. 16 MP Services Protocol is hardware-independent. Most of the logic of this protocol 17 is architecturally neutral. It abstracts the multi-processor environment and 25 MP Services Protocol may be used by non-CPU DXE drivers to speed up platform boot 28 Diagnostics applications may also use this protocol for multi-processor. 30 Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR> 31 SPDX-License-Identifier: BSD-2-Clause-Patent 91 /// Zero-based physical package number that identifies the cartridge of the processor. [all …]
|
| H A D | Usb2HostController.h | 7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 8 SPDX-License-Identifier: BSD-2-Clause-Patent 58 /// if combines these two bitmaps into a 32-bit bitmap. 93 @param Is64BitCapable TRUE if controller supports 64-bit memory addressing, 230 @param TimeOut Indicates the maximum time, in milliseconds, which the transfer is 239 @retval EFI_TIMEOUT The control transfer failed due to timeout. 255 IN UINTN TimeOut, 278 @param TimeOut Indicates the maximum time, in milliseconds, which the transfer is 286 @retval EFI_TIMEOUT The bulk transfer failed due to timeout. 303 IN UINTN TimeOut, [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> 47 .Bl -tag -width "WDIOC_CONTROL int " 57 call takes a single argument which represents a timeout value specified as a 59 of the timeout period for the watchdog. 66 implementations supports setting the timeout to the specified timeout. 75 implementations support the timeout length, all watchdogs are disabled and must 76 be explicitly re-enabled. 105 .Bl -tag -width "WDIOC_GETPRETTIMEOUT sbintime_t" 109 get total timeout 113 get 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/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/contrib/unbound/doc/ |
| H A D | unbound-control.8 | 1 .TH "unbound-control" "8" "Jul 16, 2025" "NLnet Labs" "unbound 1.23.1" 3 .\" unbound-control.8 -- unbound remote control manual 11 .B unbound\-control, 12 .B unbound\-control\-setup 13 \- Unbound remote server control utility. 15 .B unbound\-control 16 .RB [ \-hq ] 17 .RB [ \-c 19 .RB [ \-s 23 .B Unbound\-control [all …]
|
| H A D | unbound-control.rst | 37 .. program:: unbound-control 39 unbound-control(8) 43 -------- 45 **unbound-control** [``-hq``] [``-c cfgfile``] [``-s server``] command 48 ----------- 50 ``unbound-control`` performs remote administration on the 57 .. option:: -h 61 .. option:: -c <cfgfile> 67 .. option:: -s <server[@port]> 72 .. option:: -q [all …]
|
| H A D | unbound-control.8.in | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [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/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/sys/sys/ |
| H A D | watchdog.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2003 Poul-Henning Kamp 41 #define WDIOC_GETTIMEOUT _IOR('W', 54, sbintime_t) /* get total timeout */ 43 #define WDIOC_GETPRETIMEOUT _IOR('W', 56, sbintime_t) /* get the pre-timeout */ 44 #define WDIOC_SETPRETIMEOUT _IOW('W', 57, sbintime_t) /* set the pre-timeout */ 45 /* set the action when a pre-timeout occurs see: WD_SOFT_* */ 56 * Watchdog reset, timeout set to value in WD_INTERVAL field. 65 * The kernel will chose an appropriate timeout duration and 72 * Use the already last used timeout value. [all …]
|