/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | renesas,rz-mtu3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/renesas,rz-mtu [all...] |
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,dsi.txt | 5 drive up to 4-lane MIPI DSI output. Two DSIs can be synchronized for dual- 9 - compatible: "mediatek,<chip>-dsi" 10 - the supported chips are mt2701, mt7623, mt8167, mt8173 and mt8183. 11 - reg: Physical base address and length of the controller's registers 12 - interrupts: The interrupt signal from the function block. 13 - clocks: device clocks 14 See Documentation/devicetree/bindings/clock/clock-bindings.txt for details. 15 - clock-names: must contain "engine", "digital", and "hs" 16 - phys: phandle link to the MIPI D-PHY controller. 17 - phy-names: must contain "dphy" [all …]
|
H A D | mediatek,dsi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/sys/contrib/device-tree/Bindings/hsi/ |
H A D | nokia-modem.txt | 8 - compatible: Should be one of 9 "nokia,n900-modem" 10 "nokia,n950-modem" 11 "nokia,n9-modem" 12 - hsi-channel-names: Should contain the following strings 13 "mcsaab-control" 14 "speech-control" 15 "speech-data" 16 "mcsaab-data" 17 - gpios: Should provide a GPIO handler for each GPIO listed in [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h6-orangepi-lite2.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 #include "sun50i-h6-orangepi.dtsi" 8 compatible = "xunlong,orangepi-lite2", "allwinner,sun50i-h6"; 11 serial1 = &uart1; /* BT-UART */ 15 compatible = "mmc-pwrseq-simple"; 17 clock-names = "ext_clock"; 18 reset-gpios = <&r_pio 1 3 GPIO_ACTIVE_LOW>; /* PM3 */ 19 post-power-on-delay-ms = <200>; 24 vmmc-supply = <®_cldo2>; 25 vqmmc-supply = <®_bldo3>; [all …]
|
/freebsd/share/man/man4/ |
H A D | ada.4 | 47 concurrently, often re-ordering them to reduce the number and length of 68 The read cache is used to store data from device-initiated read ahead 83 a file system is non-deterministic and can cause corruption. 91 device driver ensures that the cache and media are synchronized upon 101 .Bl -tag -width 12 121 This variable determines whether to spin-down disks when shutting down. 122 Set to 1 to enable spin-down, 0 to disable. 129 Set to 1 to enable sorting, 0 to disable, -1 to leave it as-is. 136 These variables determine whether device read-ahead and write caches 137 should be enabled globally or per-device or disabled. [all …]
|
/freebsd/share/man/man9/ |
H A D | LOCK_PROFILING.9 | 1 .\"- 2 .\" Copyright (c) 2004 Dag-Erling Smørgrav 50 .Bl -bullet 59 The total number of non-recursive acquisitions. 77 .Bl -tag -width indent 81 .It Va debug.lock.prof.reset 82 Reset the current lock profiling buffers. 86 .Bl -tag -width ".Va cnt_hold" 131 .An -nosplit 136 .An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org [all …]
|
/freebsd/contrib/lib9p/pytest/ |
H A D | lerrno.py | 159 EXDEV: 'Cross-device link', 171 EROFS: 'Read-only filesystem', 185 EL2NSYNC: 'Level 2 not synchronized', 187 EL3RST: 'Level 3 reset', 227 ENOTSOCK: 'Socket operation on non-socket', 241 ENETRESET: 'Network dropped connection on reset', 243 ECONNRESET: 'Connection reset by peer', 271 ERFKILL: 'Operation not possible due to RF-kill',
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver4.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 8 <!-- 10 font-family: Symbol 12 --> 19 <!-- #BeginDate format:En2m -->11-Sep-2010 05:56<!-- #EndDate --> 26 Serial Port: <tt>/dev/wwvb<i>u</i></tt>; 9600 baud, 8-bits, no parity<br> 30 …io and satellite clocks, including the Model 8170 and Netclock/2 WWVB Synchronized Clocks and the … 31 <p>The DIPswitches on these clocks should be set to 24-hour display, AUTO DST off, data format 0 or… 35 <p>on-time = first <cr><br> [all …]
|
/freebsd/sys/dev/tsec/ |
H A D | if_tsecreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2008-2009 Semihalf, Piotr Ziecik 5 * Copyright (C) 2006-2007 Semihalf, Piotr Kruszynski 58 #define TSEC_REG_OSTBD 0x2b0 /* Out-of-sequence TxBD register */ 59 #define TSEC_REG_OSTBDP 0x2b4 /* Out-of-sequence Tx data buffer pointer 76 #define TSEC_REG_IPGIFG 0x508 /* Inter-packet gap/inter-frame gap 78 #define TSEC_REG_HAFDUP 0x50c /* Half-duplex register */ 92 #define TSEC_REG_MON_TR64 0x680 /* Transmit and receive 64-byte 94 #define TSEC_REG_MON_TR127 0x684 /* Transmit and receive 65-127 byte [all …]
|
/freebsd/contrib/lib9p/ |
H A D | linux_errno.h | 70 #define LINUX_EL2NSYNC_STR "Level 2 not synchronized" 74 #define LINUX_EL3RST_STR "Level 3 reset" 155 #define LINUX_ENOTSOCK_STR "Socket operation on non-socket" 183 #define LINUX_ENETRESET_STR "Network dropped connection on reset" 187 #define LINUX_ECONNRESET_STR "Connection reset by peer" 243 #define LINUX_ERFKILL_STR "Operation not possible due to RF-kill"
|
/freebsd/contrib/ntp/html/ |
H A D | extern.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 12 <!-- #BeginDate format:En2m -->9-May-2014 04:46<!-- #EndDate --> 24 with NIST Automated Computer Time Service (ACTS) modem synchronized time.</p> 27 …d</tt>; however, in this case the kernel state variables are retrieved at 64-s intervals by the Lo… 29 <p><tt>ntp_enable</tt>. set/reset by the <tt>enable</tt> command. enables ntpd 32 <p><tt>kern_enable</tt> Set/reset by the <tt>enable</tt> command</p>
|
H A D | history.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 12 <!-- #BeginDate format:En2m -->10-Mar-2014 05:07<!-- #EndDate --> 27 … and upgrade circa 2003. Headway violations result in an optional <em>kiss-o'-death</em> (KoD) pac… 35 <p>In the original design the frequency file was written at one-hour intervals. This apparently mak… 37 …r a subsequent leap. No leap information is used unless the client is synchronized to a proventic … 55 …-6 monitoring protocol was designed circa 1988 the considered intent was that monitoring functions… 57 …er than 0, the client has synchronized at least once; if the select field is other than 0, the cli… 58 <h4>11. Two-step and timestamp capture</h4> 59 … was the two-step protocol in which the transmit timestamp is sent in a following message. However… [all …]
|
/freebsd/share/doc/smm/12.timed/ |
H A D | timed.ms | 45 Command under contract No. N00039-84-C-0089, and by the Italian CSELT 53 .OH 'The Berkeley UNIX Time Synchronization Protocol''SMM:12-%' 54 .EH 'SMM:12-%''The Berkeley UNIX Time Synchronization Protocol' 77 (one per machine) and is based on a master-slave 79 The present implementation keeps processor clocks synchronized 102 will ask the master for the correct time and will reset the machine's clock 117 terminate (for example, because of a run-time error), or the network be 151 All fields are based upon 8-bit bytes. Fields should be sent in 167 A zero-terminated string of up to 256 \s-2ASCII\s+2 characters with the name of 212 A newly-started time daemon broadcasts this message to [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MemoryMapper.h | 1 //===- MemoryMapper.h - Cross-process memory mapper -------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Cross-process (and in-process) memory mapping and transfer 11 //===----------------------------------------------------------------------===// 57 /// Ensures executor memory is synchronized with working copy memory, sends 61 /// be passed to deinitialize to run deallocation actions (and reset
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_wwvb.c | 2 * refclock_wwvb - clock driver for Spectracom WWVB and GPS receivers 27 * Synchronized Clocks and the Netclock/GPS Master Clock. Both the WWVB 36 * The WWVB and GPS clocks should be configured for 24-hour display, 53 * on-time = first <cr> 65 * on-time = <cr> 81 * and reset to ' ' on the first day of the following month. The d is 85 * synchronized to the indicated time as returned. 87 * This driver does not need to be told which format is in use - it 117 #define PRECISION (-13) /* precision assumed (about 100 us) */ 118 #define PPS_PRECISION (-1 [all...] |
H A D | ntp.conf.mdoc.in | 6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:50 AM by AutoGen 5.18.16 8 .\" and the template file agmdoc-cmd.tpl 14 .Op Fl \-option\-name 15 .Op Fl \-option\-name Ar value 46 host addresses written in numeric, dotted\-quad form, 62 .Bl -bullet -offset indent 111 If the Basic Socket Interface Extensions for IPv6 (RFC\-255 [all...] |
H A D | ntp.conf.5mdoc | 6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:50 AM by AutoGen 5.18.16 8 .\" and the template file agmdoc-cmd.tpl 14 .Op Fl \-option\-name 15 .Op Fl \-option\-name Ar value 46 host addresses written in numeric, dotted\-quad form, 62 .Bl -bullet -offset indent 111 If the Basic Socket Interface Extensions for IPv6 (RFC\-255 [all...] |
H A D | ntp.conf.5man | 2 . it 1 an-trap 6 .ds B-Font [CB] 7 .ds I-Font [CI] 8 .ds R-Font [CR] 10 .ds B-Font B 11 .ds I-Font I 12 .ds R-Font R 15 .\" EDIT THIS FILE WITH CAUTION (in-mem file) 17 .\" It has been AutoGen-ed May 25, 2024 at 12:04:03 AM by AutoGen 5.18.16 19 .\" and the template file agman-cm [all...] |
H A D | ntp.conf.man.in | 2 . it 1 an-trap 6 .ds B-Font [CB] 7 .ds I-Font [CI] 8 .ds R-Font [CR] 10 .ds B-Font B 11 .ds I-Font I 12 .ds R-Font R 15 .\" EDIT THIS FILE WITH CAUTION (in-mem file) 17 .\" It has been AutoGen-ed May 25, 2024 at 12:04:03 AM by AutoGen 5.18.16 19 .\" and the template file agman-cm [all...] |
H A D | ntp.conf.def | 1 /* -*- Mode: Text -*- */ 7 // We want the synopsis to be "/etc/ntp.conf" but we need the prog-name 8 // to be ntp.conf - the latter is also how autogen produces the output 10 prog-name = "ntp.conf"; 11 file-path = "/etc/ntp.conf"; 12 prog-title = "Network Time Protocol daemon (ntpd) configuration format"; 15 explain = <<- _END_EXPLAIN 18 doc-section = { 19 ds-type = 'DESCRIPTION'; 20 ds-format = 'mdoc'; [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scif_domain.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. 111 * @warning This method must be synchronized with the controller completion 117 * - IO requests from the OS driver are held off until discovery 119 * - Discovery may perform SSP or STP IO requests to configure 129 * milliseconds in which the device configuration and/or reset 174 * @return The suggested timeout value for domain discover in milli-seconds.
|
/freebsd/share/doc/smm/11.timedop/ |
H A D | timed.ms | 48 Command under contract No. N00039-84-C-0089, and by the CSELT 56 .EH 'SMM:11-%''Timed Installation and Operation' 57 .OH 'Timed Installation and Operation''SMM:11-%' 65 The algorithms implemented by the service is based on a master-slave scheme. 101 will ask the master for the correct time and will reset the machine's clock 105 The present implementation keeps processor clocks synchronized 111 terminate (for example, because of a run-time error), or 142 augmented with point-to-point links. 143 Machines that are only connected to point-to-point, 144 non-broadcast networks may not use the time daemon. [all …]
|
/freebsd/share/doc/papers/sysperf/ |
H A D | 5.t | 51 only by hosts at that site. To off-site hosts machines on a site's 58 The broadcast address may be set at boot time on a per-interface basis. 90 are now interfaced to the protocol level allowing protocol-specific 98 32-bit words, removing the dependency on file descriptors from 101 The default per-process descriptor limit was raised from 20 to 64, 116 with 4-8 megabyte of physical memory. 154 onto the normal run-time stack before switching to an 184 low-priority kernel messages. 209 The UNIBUS configuration routines have been extended to allow auto-configuration 211 The new routines simplify the configuration of memory-mapped devices [all …]
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_port.c | 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 58 filter = mailbox->buf; in mlx4_SET_VLAN_FLTR() 59 for (i = VLAN_FLTR_SIZE - 1; i >= 0; i--) { in mlx4_SET_VLAN_FLTR() 62 if (test_bit(index, priv->active_vlans)) in mlx4_SET_VLAN_FLTR() 66 filter->entry[i] = cpu_to_be32(entry); in mlx4_SET_VLAN_FLTR() 68 err = mlx4_cmd(dev, mailbox->dma, priv->port, 0, MLX4_CMD_SET_VLAN_FLTR, in mlx4_SET_VLAN_FLTR() 77 struct mlx4_en_priv *priv = mlx4_netdev_priv(mdev->pndev[port]); in mlx4_en_QUERY_PORT() 78 struct mlx4_en_port_state *state = &priv->port_state; in mlx4_en_QUERY_PORT() 82 mailbox = mlx4_alloc_cmd_mailbox(mdev->dev); in mlx4_en_QUERY_PORT() [all …]
|