/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
H A D | fsl,qe-tsa.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-tsa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PowerQUICC QE Time-slot assigner (TSA) controller 10 - Herve Codina <herve.codina@bootlin.com> 13 The TSA is the time-slot assigner that can be found on some PowerQUICC SoC. 14 Its purpose is to route some TDM time-slots to other internal serial 20 - enum: 21 - fsl,mpc8321-tsa [all …]
|
H A D | fsl,cpm1-tsa.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PowerQUICC CPM Time-slot assigner (TSA) controller 10 - Herve Codina <herve.codina@bootlin.com> 13 The TSA is the time-slot assigner that can be found on some PowerQUICC SoC. 14 Its purpose is to route some TDM time-slots to other internal serial 20 - enum: 21 - fsl,mpc885-tsa [all …]
|
H A D | fsl,ucc-hdlc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,ucc-hdlc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: High-Level Data Link Control(HDLC) 12 - Frank Li <Frank.Li@nxp.com> 16 const: fsl,ucc-hdlc 24 cell-index: 27 rx-clock-name: 30 - pattern: "^brg([0-9]|1[0-6])$" [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpdbase-opts.def | 1 #include autogen-version.def 3 include = <<- _EOF_ 11 flag = { 14 flags-cant = ipv6; 16 doc = <<- _EndOfDoc_ 22 flag = { 25 flags-cant = ipv4; 27 doc = <<- _EndOfDoc_ 33 flag = { 37 flags-cant = authnoreq; [all …]
|
H A D | refclock_ulink.c | 2 * refclock_ulink - clock driver for Ultralink WWVB receiver 39 * 99/11/29 j.c.lang added fudge flag 1 to control 41 * 99/12/15 j.c.lang fixed 320 quality flag 42 * 01/02/21 s.l.smith fixed 33x quality flag 71 #define PRECISION (-10) /* precision assumed (about 10 ms) */ 112 * ulink_start - open the devices and initialize data for processing 129 fd = refclock_open(&peer->srcadr, device, SPEED232, LDISC_CLK); in ulink_start() 138 pp = peer->procptr; in ulink_start() 139 pp->io.clock_recv = ulink_receive; in ulink_start() 140 pp->i in ulink_start() [all...] |
H A D | ntpd-opts.c | 2 * EDIT THIS FILE WITH CAUTION (ntpd-opts.c) 4 * It has been AutoGen-ed May 25, 2024 at 12:03:09 AM by AutoGen 5.18.16 5 * From the definitions ntpd-opts.def 21 * Copyright (C) 1992-2024 The University of Delaware and Network Time Foundation, all rights reserved. 26 * <http://opensource.org/licenses/ntp-license.php> 41 #include "ntpd-opts.h" 84 "Copyright (C) 1992-2024 The University of Delaware and Network Time Foundation, all rights reserved.\n" 89 " <http://opensource.org/licenses/ntp-license.php>\n\0" 112 /* 1194 */ "Allow us to sync to broadcast servers\0" 120 /* 1341 */ "debug-leve [all...] |
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver34.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 6 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 14 <!-- #BeginDate format:En2m -->31-Dec-2007 19:43<!-- #EndDate --> 21 Serial Port: <tt>/dev/wwvb<i>u</i></tt>; 9600 bps, 8-bits, no parity<br> 24 …<p>This driver supports the Ultralink Model 325 (replacement for Model 320) RS-232 powered WWVB re… 30 …C = Signal reception from (C)olorado or (H)awaii 0 = Hours since last WWVB time and flag code upda… 45 +5 = UT1 correction, +/- .1 sec increments</p> 46 …ilar to Model 33X behavior. On a unmodified new ULM325 clock, the polling flag (flag1 =1) needs to… 49 <p>S = 'S' -- sync'd in last hour, '0'-'9' - hours x 10 since last update, else '?'<br> 50 Q = Number of correlating time-frames, from 0 to 5<br> [all …]
|
H A D | driver27.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 6 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 15 <!-- #BeginDate format:En2m -->21-Oct-2010 23:44<!-- #EndDate --> 22 Serial Port: <tt>/dev/arc<i>u</i></tt>; 300 baud, 8-bits, 2-stop, no parity<br> 26 ….2 include patches to work with the new ntp-4 code, clock support for DCF and WWVB configurable vi… 27 …<p>To use the alternate modes, the mode flag must be specified. If the mode flag is 0, or unspecif… 28 …-5.90 on Solaris-1 (SunOS 4.1.3_U1 on an SS1 serving as a router and firewall) and against ntpd3-5… 30 …omething approaching the 2.5 years expected in the usual stand-alone mode, but no battery-life mea… 31 …-Davis</a>. Thanks also to <a href="mailto:lyndond@sentinet.co.uk">Lyndon David</a> for some of th… 34 …-time). In the default or original MSF mode, the time is in `local' format, including the daylight… [all …]
|
/freebsd/lib/libc/db/man/ |
H A D | dbopen.3 | 49 The flat-file format is a byte stream file with fixed or variable length 91 .\".Bl -tag -width indent 94 .\"If concurrent access is not needed or the database is read-only this 95 .\"flag should not be set, as it tends to have an associated performance 147 .Bd -literal 156 int (*sync)(const DB *db, u_int flags); 165 and sometimes one or more pointers to key/data structures and a flag value. 166 .Bl -tag -width indent 172 Since key/data pairs may be cached in memory, failing to sync the file 176 .Va sync [all …]
|
/freebsd/share/man/man4/ |
H A D | ng_async.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 50 Asynchronous framing uses flag bytes and octet-stuffing 51 to simulate a frame oriented connection over an octet-oriented 60 .Dv sync 64 .Dv sync 80 .Dq flag sharing 83 This is an optimization where the trailing flag byte 84 of one frame is shared with the opening flag byte of the next. 85 Flag sharing between frames is disabled after one second of transmit [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | sendmsg.sh | 40 mycc -o sendmsg -Wall -Wextra -O0 -g sendmsg.c || exit 1 41 rm -f sendmsg.c 44 daemon sh -c "(cd ../testcases/swap; ./swap -t 5m -i 20 -k -h)" > /dev/null 49 while pgrep -q swap; do 50 pkill -9 swap 52 rm -f /tmp/sendmsg sendmsg.core 55 while pgrep -q sendmsg; do 56 pkill -9 sendmsg 58 [ $n -gt 20 ] && { echo "Looping sendmsg"; exit 1; } 85 #define SYNC 0 [all …]
|
/freebsd/bin/dd/ |
H A D | dd.1 | 1 .\"- 45 Input data is read and written in 512-byte blocks. 54 .Bl -tag -width "of=file" 67 .Cm sync 89 .Cm sync 106 .Bl -tag -width "fullblock" 110 Without this flag, 116 .Cm conv=sync . 118 Set the O_DIRECT flag on the input file to make reads bypass any local caching. 145 .Bl -tag -width "direct" [all …]
|
/freebsd/share/man/man9/ |
H A D | bus_dma.9 | 170 API is a bus, device, and machine-independent (MI) interface to 182 For example, if a DMA engine in a device is limited to 32-bit addresses, 190 For example, a device might require 16-byte alignment of its descriptor ring 201 The per-group tags can then inherit these restrictions from this 203 tag rather than having to list them explicitly when creating the per-group tags. 232 the sync operations copy data between the bounce pages and the memory region 234 Sync operations also handle architecture-specific details such as CPU cache 239 Static transactions are used with a long-lived memory region that is reused 264 will attempt to allocate memory requiring less expensive sync operations 267 but sync operations should still be used. [all …]
|
H A D | kern_reboot.9 | 3 .\" SPDX-License-Identifier: BSD-4-Clause 71 .Bl -tag -compact -offset indent -width "RB_POWERCYCLE" 73 Halt the system in-place rather than restarting. 77 Request a power-cycle in addition to restarting. 79 Do not sync filesystems during shutdown. 91 .Bl -enum -offset indent 101 flag is set in 103 sync and unmount the system's disks by calling 127 machine-dependent 191 event is invoked at the point immediately after the filesystem sync has [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite_sync.ksh | 23 # Verify that nopwrite works for sync writes 28 # 3. Use dd with the sync flag to test the sync write path. 37 datasetexists $origin && destroy_dataset $origin -R 38 log_must zfs create -o mountpoint=$TESTDIR $origin 41 log_assert "nopwrite works for sync writes" 45 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS oflag=sync \ 51 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed." 55 log_pass "nopwrite works for sync writes"
|
/freebsd/usr.sbin/ppp/ |
H A D | sync.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 38 #include "sync.h" 57 bp->priv = 0; in sync_LayerPush() 69 log_Printf(LogERROR, "Can't Pull a sync packet from a logical link\n"); in sync_LayerPull() 75 p->hdlc.lqm.ifInOctets += len + 1; /* plus 1 flag octet! */ in sync_LayerPull() 76 p->hdlc.lqm.lqr.InGoodOctets += len + 1; /* plus 1 flag octet! */ in sync_LayerPull() 77 p->hdlc.lqm.ifInUniPackets++; in sync_LayerPull() 84 struct layer synclayer = { LAYER_SYNC, "sync", sync_LayerPush, sync_LayerPull };
|
/freebsd/lib/geom/journal/ |
H A D | gjournal.8 | 1 .\" Copyright (c) 2006-2009 Pawel Jakub Dawidek <pjd@FreeBSD.org> 43 .Cm sync 88 flag which instructs UFS to cooperate with the 93 .Xr sync 2 98 .Nm Cm sync 100 .Xr sync 2 . 101 For the best performance possible, soft-updates should be disabled when 121 utility uses on-disk metadata, stored in the provider's last sector, 129 .Bl -tag -width ".Cm status" 140 .Bl -tag -width ".Fl s Ar jsize" [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-program.8 | 20 .Nm zfs-program 26 .Op Fl t Ar instruction-limit 27 .Op Fl m Ar memory-limit 52 .Bl -tag -width "-t" 53 .It Fl j , -json 55 When this flag is specified and standard output is empty - 59 Executes a read-only channel program, which runs faster. 60 The program cannot change on-disk state by calling functions from the 61 zfs.sync submodule. 64 Without this flag, all pending changes must be synced to disk before a [all …]
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmin-commands.in | 2 * Copyright (c) 2004 - 2007 Kungliga Tekniska Högskolan 43 default = "des3-cbc-sha1" 46 long = "key-file" 53 long = "convert-file" 54 type = "flag" 58 long = "random-password" 59 type = "flag" 63 long = "master-key-fd" 67 default = "-1" 69 help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only." [all …]
|
/freebsd/sys/dev/ic/ |
H A D | z8530.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 52 #define WR_SCAF 6 /* Sync Character or (SDLC) Address Field. */ 53 #define WR_SCF 7 /* Sync Character or (SDCL) Flag. */ 57 #define WR_MCB1 10 /* Miscellaneous Control Bits (part 1 :-). */ 61 #define WR_MCB2 14 /* Miscellaneous Control Bits (part 2 :-). */ 86 #define BES_SYNC 0x10 /* Sync. */ 93 #define CMC_XTAL 0x80 /* -RTxC connects to quartz crystal. */ 96 #define CMC_RC_TRXC 0x20 /* Rx Clock from -TRxC. */ 97 #define CMC_RC_RTXC 0x00 /* Rx Clock from -RTxC. */ [all …]
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_file.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 66 error = -zfs_open(ip, filp->f_mode, filp->f_flags, cr); in zpl_open() 82 if (ITOZ(ip)->z_atime_dirty) in zpl_release() 86 error = -zfs_close(ip, filp->f_flags, cr); in zpl_release() 103 error = -zfs_readdir(file_inode(filp), ctx, cr); in zpl_iterate() 114 struct inode *inode = filp->f_mapping->host; in zpl_fsync() 123 * tandem so that sync writes can detect if there are any non-sync in zpl_fsync() 124 * writes going on and vice-versa. The "vice-versa" part to this logic in zpl_fsync() 125 * is located in zfs_putpage() where non-sync writes check if there are in zpl_fsync() 126 * any ongoing sync writes. If any sync and non-sync writes overlap, in zpl_fsync() [all …]
|
/freebsd/lib/libc/db/ |
H A D | changelog | 1 1.84 -> 1.85 4 1.83 -> 1.84 Thu Aug 18 15:46:07 EDT 1994 5 recno: Rework fixed-length records so that closing and reopening 9 1.82 -> 1.83 Tue Jul 26 15:33:44 EDT 1994 14 1.81 -> 1.82 Sat Jul 16 11:01:50 EDT 1994 18 1.80 -> 1.81 22 1.79 -> 1.80 Wed Jul 13 22:41:54 EDT 1994 29 1.78 -> 1.79 Mon Jun 20 17:36:47 EDT 1994 34 1.77 -> 1.78 Thu Jun 16 19:06:43 EDT 1994 37 1.76 -> 1.77 Thu Jun 16 16:48:38 EDT 1994 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | microchip,corepwm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Conor Dooley <conor.dooley@microchip.com> 16 https://www.microsemi.com/existing-parts/parts/152118 19 - $ref: pwm.yaml# 24 - const: microchip,corepwm-rtl-v4 32 "#pwm-cells": 35 The only flag supported by the controller is PWM_POLARITY_INVERTED. 37 microchip,sync-update-mask: [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | call_once.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 24 // keep in sync with: 7741191. 31 void __call_once(volatile once_flag::_State_type& flag, void* arg, void (*func)(void*)) { in __call_once() argument 34 if (flag == once_flag::_Unset) { in __call_once() 35 auto guard = std::__make_exception_guard([&flag] { flag = once_flag::_Unset; }); in __call_once() 36 flag = once_flag::_Pending; in __call_once() 38 flag = once_flag::_Complete; in __call_once() 45 while (flag == once_flag::_Pending) in __call_once() [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_async.c | 5 /*- 6 * Copyright (c) 1996-1999 Whistle Communications, Inc. 24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 43 * This node type implements a PPP style sync <-> async converter. 76 hook_p sync; /* Synchronous side */ member 79 u_char *abuf; /* Buffer to encode sync into */ 184 sc->amode = MODE_HUNT; in nga_constructor() 185 sc->cfg.accm = ~0; in nga_constructor() 186 sc->cfg.amru = NG_ASYNC_DEFAULT_MRU; in nga_constructor() 187 sc->cfg.smru = NG_ASYNC_DEFAULT_MRU; in nga_constructor() [all …]
|