| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | omap-gpmc.txt | 7 - compatible: Should be set to one of the following: 9 ti,omap2420-gpmc (omap2420) 10 ti,omap2430-gpmc (omap2430) 11 ti,omap3430-gpmc (omap3430 & omap3630) 12 ti,omap4430-gpmc (omap4430 & omap4460 & omap543x) 13 ti,am3352-gpmc (am335x devices) 15 - reg: A resource specifier for the register space 17 - ti,hwmods: Should be set to "ti,gpmc" until the DT transition is 19 - #address-cells: Must be set to 2 to allow memory address translation 20 - #size-cells: Must be set to 1 to allow CS address passing [all …]
|
| H A D | ti,gpmc-child.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ti,gpmc-child.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Tony Lindgren <tony@atomide.com> 11 - Roger Quadros <rogerq@kernel.org> 24 gpmc,sync-clk-ps: 28 # Chip-select signal timings corresponding to GPMC_CONFIG2: 29 gpmc,cs-on-ns: 33 gpmc,cs-rd-off-ns: [all …]
|
| /freebsd/share/doc/usd/21.troff/ |
| H A D | m2 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 47 The line-length minus the indent is the basis for centering with \fBce\fR. 54 The length of \fIthree-part titles\fR produced by \fBtl\fR 58 \fB&ll\fI|\(+-N\fR 6.5\|in previous E,\fBm\fR Line length is set to \(+-\fIN\fR. 59 In \*(TR the maximum (line-length)+(page-offset) is about 7.54 inches. 61 \fB&in\fI|\(+-N\fR \fIN\(eq\^\fR0 previous B,E,\fBm\fR Indent is set to \fI\(+-N\fR. 64 \fB&ti\fI|\(+-N\fR - ignored B,E,\fBm\fR Temporary indent. 65 The \fInext\fR output text line will be indented a distance \fI\(+-N\fR 107 \(bu \fB\et\fR and \fB\ea\fR are interpreted as \s-1ASCII\s+1 horizontal tab and \s-1SOH\s+1 respec… 122 may be surrounded by double-quotes to permit imbedded space characters. [all …]
|
| H A D | m0a | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 54 .h1 \s-1#\s+1 * 59 \s-1#\s+1Notes are explained at the end of this Summary and Index 66 \fB&ps\fI\|\(+-N\fR 10\|point previous E Point size; also \fB\es\fI\(+-N\fR.\(dg 68 \fB&fz\fI|F|\(+-N\fR off - E font \fIF\fR to point size \fI\(+-N\fR. 70 \fB&fz|S|\fIF|\(+-N\fR off - E Special Font characters to point size \fI\(+-N\fR. 72 \fB&ss\fI|N\fR 12\(sl36\|em ignored E Space-character size 75 \fB&cs\fI|F\|N\|M\fR off - P Constant character 79 \fB&bd\fI|F|N\fR off - P Embolden font \fIF\fR by \fIN\fR\(mi1 units.\(dg 81 \fB&bd|S|\fIF|N\fR off - P Embolden Special Font when current font is \fIF\fR.\(dg [all …]
|
| /freebsd/share/termcap/ |
| H A D | termcap.5 | 31 .\" * ncurses is copyright (C) 1992-1995 * 32 .\" * Zeyd M. Ben-Halim * 77 consist of a number of `:'-separated fields. 98 in 132-column mode would be 99 .Dq vt100-w . 101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent 103 -w Wide mode (more than 80 columns) vt100-w 104 -am With automatic margins (usually default) vt100-am 105 -nam Without automatic margins vt100-nam 106 .Pf \- Ar n Ta No "Number of lines on screen aaa-60" [all …]
|
| /freebsd/stand/i386/boot0/ |
| H A D | boot0.S | 38 * Note - this code uses many tricks to save space and fit in one sector. 49 * bootloader) at 0:0x7c00. This code depends on %cs:%ip being 0:0x7c00 63 * made of four 16-byte entries each containing: 83 * %cs:%ip 0:0x7c00 128 .set B0_OFF,(B0_BASE-0x200) # Offset of boot0 data 154 .set _TICKS, (PRT_OFF - 0x200 - 2) # Timeout ticks 157 .set TLEN, (desc_ofs - bootable_ids) # size of bootable ids 197 incb -0xe(%di) # Set the S field to 1 199 jmp main-LOAD+ORIGIN # Jump to relocated code 250 * end of the loop without using an extra register (see start.5). [all …]
|
| /freebsd/contrib/wpa/src/pae/ |
| H A D | ieee802_1x_kay.c | 2 * IEEE 802.1X-2010 Key Agreement Protocol of PAE state machine 31 * SAK-USE before dropping */ 37 /* IEEE Std 802.1X-2010, Table 9-1 - MKA Algorithm Agility */ 41 /* IEEE802.1AE-2006 Table 14-1 MACsec Cipher Suites */ 43 /* GCM-AES-128 */ 50 /* GCM-AES-256 */ 80 return os_memcmp(ki1->mi, ki2->mi, MI_LEN) == 0 && in is_ki_equal() 81 ki1->kn == ki2->kn; in is_ki_equal() 88 hdr->length = (len >> 8) & 0x0f; in set_mka_param_body_len() 89 hdr->length1 = len & 0xff; in set_mka_param_body_len() [all …]
|
| /freebsd/contrib/sendmail/doc/op/ |
| H A D | op.me | 1 .\" Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers. 12 .\" $Id: op.me,v 8.759 2014-01-13 14:40:05 ca Exp $ 14 .\" eqn op.me | pic | troff -me 51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide' 52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%' 74 .b SENDMAIL\u\s-6TM\s0\d 103 .i Sendmail \u\s-2TM\s0\d 107 It is not tied to any one transport protocol \*- 173 explains the day-to-day information you should know 185 contains the nitty-gritty information about the configuration [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 1 //===--------------------- InstrBuilder.cpp ---------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 24 #define DEBUG_TYPE "llvm-mca-instrbuilder" 61 // This map stores the number of cycles contributed by sub-resources that are in initializeUsedResources() 72 const MCProcResourceDesc &PR = *SM.getProcResource(PRE->ProcResourceIdx); in initializeUsedResources() 73 if (!PRE->ReleaseAtCycle) { in initializeUsedResources() 84 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx]; in initializeUsedResources() 93 CycleSegment RCy(0, PRE->ReleaseAtCycle, false); in initializeUsedResources() [all …]
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | expn.pl | 19 # less magic should apply to command-line addresses 21 # add magic to deal with cross-domain cnames 25 # 250 Kimmo Suominen <"|/usr/local/mh/lib/slocal -user kim"@grendel.tac.nyc.ny.us> 26 # harry@hofmann.cs.Berkeley.EDU -> harry@tenet (.berkeley.edu) [dead] 27 # bks@cs.berkeley.edu -> shiva.CS (.berkeley.edu) [dead] 28 # dan@tc.cornell.edu -> brown@tiberius (.tc.cornell.edu) 94 # $verbose : -v 95 # $watch : -w 96 # $vw : -v or -w 97 # $debug : -d [all …]
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 13 - Prevent transaction stuffing by ensuring SMTP clients 19 - Accept only CRLF . CRLF as end of an SMTP message 22 - Do not accept a CR or LF except in the combination 31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported 76 because the -a. option has been removed (as it only 79 VACATION: Add support for Return-Path header to set sender 81 VACATION: Honor RFC3834 and avoid an auto-reply if 82 'Auto-Submitted: no' is found in the headers to 84 VACATION: Avoid an auto-reply if a 'List-Id:' is found in 119 When EAI is enabled, mailq prints UTF-8 addresses as such [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1 //===- AsmPrinter.cpp - Common AsmPrinter code ----------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 135 #define DEBUG_TYPE "asm-printer" 147 "pgo-analysis-map", cl::Hidden, cl::CommaSeparated, 149 "func-entry-count", "Function Entry Count"), 150 clEnumValN(PGOMapFeaturesEnum::BBFreq, "bb-freq", 152 clEnumValN(PGOMapFeaturesEnum::BrProb, "br-prob", 197 /// This is a per-function list of symbols whose corresponding BasicBlock got [all …]
|
| /freebsd/sys/dev/sdhci/ |
| H A D | sdhci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 81 #define RD1(slot, off) SDHCI_READ_1((slot)->bus, (slot), (off)) 82 #define RD2(slot, off) SDHCI_READ_2((slot)->bus, (slot), (off)) 83 #define RD4(slot, off) SDHCI_READ_4((slot)->bus, (slot), (off)) 85 SDHCI_READ_MULTI_4((slot)->bus, (slot), (off), (ptr), (count)) 87 #define WR1(slot, off, val) SDHCI_WRITE_1((slot)->bus, (slot), (off), (val)) 88 #define WR2(slot, off, val) SDHCI_WRITE_2((slot)->bus, (slot), (off), (val)) 89 #define WR4(slot, off, val) SDHCI_WRITE_4((slot)->bus, (slot), (off), (val)) 91 SDHCI_WRITE_MULTI_4((slot)->bus, (slot), (off), (ptr), (count)) [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-agent.c | 1 /* $OpenBSD: ssh-agent.c,v 1.310 2025/02/18 08:02:48 djm Exp $ */ 3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 50 #include "openbsd-compat/sys-queue.h" 54 #include "openbsd-compat/openssl-compat.h" 90 #include "ssh-pkcs11.h" 91 #include "sk-api.h" 165 pid_t parent_pid = -1; 178 /* Pattern-list of allowed PKCS#11/Security key paths */ 182 * Allows PKCS11 providers or SK keys that use non-internal providers to [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 1 //===--- SemaAvailability.cpp - Availability attribute handling -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 34 IdentifierInfo *IIEnvironment = AA->getEnvironment(); in hasMatchingEnvironmentOrNone() 40 AvailabilityAttr::getEnvironmentType(IIEnvironment->getName()); in hasMatchingEnvironmentOrNone() 53 D = FTD->getTemplatedDecl(); in getAttrForPlatform() 54 for (const auto *A : D->attrs()) { in getAttrForPlatform() 57 // de-duplicate. in getAttrForPlatform() 61 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform() [all …]
|
| H A D | SemaOpenMP.cpp | 1 //===--- SemaOpenMP.cpp - Semantic Analysis for OpenMP constructs ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 55 //===----------------------------------------------------------------------===// 56 // Stack of data-sharing attributes for variables 57 //===----------------------------------------------------------------------===// 75 /// clauses and their data-sharing attributes. 102 /// User-defined allocator 180 /// get the data (loop counters etc.) about enclosing loop-based construct. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 1 //===-- X86AsmBackend.cpp - X86 Assembler Backend -------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 51 StringRef(Val).split(BranchTypes, '+', -1, false); in operator =() 67 << " to -x86-align-branch=; each element must be one of: fused, " in operator =() 80 "x86-align-branch-boundary", cl::init(0), 89 "x86-align-branch", 101 "x86-branches-within-32B-boundaries", cl::init(false), 109 "x86-pad-max-prefix-size", cl::init(0), 113 "x86-pad-for-align", cl::init(false), cl::Hidden, [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-gru.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 * Copyright 2016-2017 Google, Inc 8 #include <dt-bindings/input/input.h> 9 #include "rk3399-op1.dtsi" 18 stdout-path = "serial2:115200n8"; 27 * - Rails that only connect to the EC (or devices that the EC talks to) 29 * - Rails _are_ included if the rails go to the AP even if the AP 38 * - The EC controls the enable and the EC always enables a rail as 40 * - The rails are actually connected to each other by a jumper and 45 ppvar_sys: ppvar-sys { [all …]
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_oncore.c | 2 * ---------- 285 u_long delay; /* ns */ global() member 3765 u_char cs = 0; oncore_sendmsg() local [all...] |
| H A D | ntp_control.c | 2 * ntp_control.c - respond to mode 6 control messages and send async 42 #define NO_REQUEST (-1) 64 #define ctl_putsfp(tag, sfp) ctl_putdblf(tag, 0, -1, \ 451 * more-or-less) 519 { CP_DELAY, RO, "delay" }, /* 24 */ 700 * the reference clock driver doesn't set peer->sstclktype to something 792 * use the extra buffer and copy. 823 * init_control - initialize request data 847 * ctl_error - sen 3340 const u_char *cs; read_sysvars() local 5084 struct refclockstat cs; report_event() local [all...] |
| H A D | refclock_arc.c | 2 * refclock_arc - clock driver for ARCRON MSF/DCF/WWVB receivers 35 Modifications by Damon Hart-Davis, <d@hd.org>, 1997. 37 Modifications by Christopher Price, <cprice@cs-home.com>, 2003. 44 Orginally developed and used with ntp3-5.85 by Derek Mulcahy. 46 Built against ntp3-5.90 on Solaris 2.5 using gcc 2.7.2. 52 ---- [all...] |
| /freebsd/contrib/sendmail/cf/ |
| H A D | README | 9 To get started, you may want to look at tcpproto.mc (for TCP-only 11 mail host), or the generic-*.mc files as operating system-specific 30 ANTI-SPAM CONFIGURATION CONTROL 37 NON-SMTP BASED CONFIGURATIONS 51 +--------------------------+ 53 +--------------------------+ 57 You must pre-load "cf.m4": 70 or the -I flag (ditto), then ${CFDIR} can be in an arbitrary directory. 72 use -D_CF_DIR_=/path/to/cf/dir/ -- note the trailing slash! For example: 74 m4 -D_CF_DIR_=${CFDIR}/ ${CFDIR}/m4/cf.m4 config.mc > config.cf [all …]
|
| /freebsd/contrib/tcsh/ |
| H A D | Fixes | 1 15. V6.22.04 - 20210426 2 14. Don't crash with 'bindkey "^0" clear-screen' (Karl Jeacle) 4 12. V6.22.03 - 20201118 14 4. V6.22.02 - 20191204 16 2. V6.22.01 - 20191201 23 6. V6.22.00 - 20191128 24 5. PR/113: Sobomax: avoid infinite loops for -c commands when stdout is 31 range character instead of the start of range. [l-z]* would match foo 33 12. V6.21.00 - 20190508 46 1. PR/471: Delay arginp parsing [all …]
|
| /freebsd/sys/conf/ |
| H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 11 # Please use ``make LINT'' to create an old-style LINT file if you want to 12 # do kernel test-builds. 48 # auto-size based on physical memory. 65 # CONF_CFLAGS gives some extra compiler flags that are added to ${CFLAGS} 66 # after most other flags. Here we use it to inhibit use of non-optimal 67 # gcc built-in functions (e.g., memcmp). 70 # The following is equivalent to 'config -g KERNELNAME' and creates 71 # 'kernel.debug' compiled with -g debugging as well as a normal 81 makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc. [all …]
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2000 | 1 2000-12-31 Assar Westerlund <assar@sics.se> 5 * lib/krb5/string-to-key-test.c (main): handle krb5_init_context 23 * kuser/generate-requests.c (generate_requests): handle 27 * kpasswd/kpasswd-generator.c (generate_requests): handle 39 2000-12-29 Assar Westerlund <assar@sics.se> 44 2000-12-16 Johan Danielsson <joda@pdc.kth.se> 51 2000-12-15 Johan Danielsson <joda@pdc.kth.se> 69 2000-12-13 Johan Danielsson <joda@pdc.kth.se> 73 * lib/krb5/replay.c: fix query-replace-o from MD5 API change, and 76 2000-12-12 Assar Westerlund <assar@sics.se> [all …]
|