/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | adi,ltc2664.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 11 - Kim Seer Paller <kimseer.paller@analog.com> 14 Analog Devices LTC2664 4 channel, 12-/16-Bit, +-10V DAC 15 https://www.analog.com/media/en/technical-documentation/data-sheets/2664fa.pdf 20 - adi,ltc2664 25 spi-max-frequency: 28 vcc-supply: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adi,admv1014.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/src/arm/microchip/ |
H A D | at91-sama7g5ek.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * at91-sama7g5ek.dts - Device Tree file for SAMA7G5-EK board 11 /dts-v1/; 12 #include "sama7g5-pinfunc.h" 14 #include <dt-bindings/mfd/atmel-flexcom.h> 15 #include <dt-bindings/input/input.h> 16 #include <dt-bindings/pinctrl/at91.h> 17 #include <dt-bindings/sound/microchip,pdmc.h> 20 model = "Microchip SAMA7G5-EK"; 25 stdout-path = "serial0:115200n8"; [all …]
|
/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 1 /*- 2 * Copyright (c) 2014-2015 Netflix, Inc. 61 * can supply it to pclose so it can send a SIGTERM 89 strcpy(arg1, "-c"); in my_popen() 97 case -1: /* Error. */ in my_popen() 105 /* Close out un-used sides */ in my_popen() 144 * pclose -- 145 * Pclose returns -1 if stream is not associated with a `popened' command, 162 } while (pid == -1 && errno == EINTR); in my_pclose() 169 int pos; /* Index we are filling to. */ member [all …]
|
/freebsd/share/misc/ |
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-12-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 53 0105 Trust International B.V. 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link [all …]
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 2 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved. 178 /* We default to SHA-256 */ in psk_use_session_cb() 230 if (SSL_get_servername_type(s) != -1) in ssl_servername_cb() 231 p->ack = !SSL_session_reused(s) && hn != NULL; in ssl_servername_cb() 267 ctx->status = in next_proto_cb() 268 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb() 308 return -1; in hexdecode() 334 return cp - (*out = ret); in hexdecode() 346 long v; in checked_uint8() local 350 v = strtol(in, &endp, 10); in checked_uint8() [all …]
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mmuegel | 2 Message-Id: <199307280818.AA08111@cssun6.corp.mot.com> 5 Date: Wed, 28 Jul 1993 03:18:02 -0500 (CDT) 6 In-Reply-To: <199307221853.LAA04266@mastodon.CS.Berkeley.EDU> from "Eric Allman" at Jul 22, 93 11:5… 7 X-Mailer: ELM [version 2.4 PL22] 8 Mime-Version: 1.0 9 Content-Type: text/plain; charset=US-ASCII 10 Content-Transfer-Encoding: 7bit 11 Content-Length: 69132 16 -Mike 18 ---- Cut Here and feed the following to sh ---- [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 1 //===- BugReporter.h - Generate PathDiagnostics -----------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 64 //===----------------------------------------------------------------------===// 66 //===----------------------------------------------------------------------===// 198 /// this report. If the report is path-sensitive, these notes will not be 201 void addNote(StringRef Msg, const PathDiagnosticLocation &Pos, 203 auto P = std::make_shared<PathDiagnosticNotePiece>(Pos, Msg); 206 P->addRange(R); [all …]
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | libtest.kshlib | 29 ZFS=${ZFS:-/sbin/zfs} 30 ZPOOL=${ZPOOL:-/sbin/zpool} 31 os_name=`uname -s` 39 until [[ $# -eq 0 ]];do 49 if [[ unsupported -gt 0 ]] ; then 59 # $2 filesystem type; optional - defaulted to zfs 66 [[ -z $fstype ]] && fstype=zfs 96 # $2 filesystem type; optional - defaulted to zfs 108 # $2 filesystem type; optional - defaulted to zfs 119 # $1 - line to split [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 2 …* /src/NTP/REPOSITORY/ntp4-dev/ntpd/refclock_parse.c,v 4.81 2009/05/01 10:15:29 kardel RELEASE_200… 4 * refclock_parse.c,v 4.81 2009/05/01 10:15:29 kardel RELEASE_20090105_A 18 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org> 19 …* Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Ge… 57 * - Meinberg receiver DCF77 PZF535 (TCXO version) (DCF) 58 * - Meinberg receiver DCF77 PZF535 (OCXO version) (DCF) 59 * - Meinberg receiver DCF77 PZF509 (DCF) 60 * - Meinberg receiver DCF77 AM receivers (e.g. C51) (DCF) 61 * - IGEL CLOCK (DCF) 62 * - ELV DCF7000 (DCF) [all …]
|
H A D | refclock_ripencc.c | 2 * $Id: refclock_ripencc.c,v 1.13 2002/06/18 14:20:55 marks Exp marks $ 29 * using the code made available by Trimble. This was for xntpd-3.x.x 31 * Rewrite of the driver for ntpd-4.x.x by Mark Santcroos <marks@ripe.net> 98 #define PRECISION (-9) /* precision assumed (about 2 ms) */ 99 #define PPS_PRECISION (-20) /* precision assumed (about 1 us) */ 242 *NavModeText0xBB[] = {"automatic", "time only (0-D)", "", "2-D", 243 "3-D", "", "", "OverDetermined Time"}, 248 "Ext Event", "Pos Fix ", "Raw Meas "}; 387 /* prototypes for command-encod [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 1 //===-- DWARFASTParserClang.cpp -------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 132 return die.GetDWARF()->GetExternalModule( in GetContainingClangModule() 176 clang_module_sp->FindTypes(query, results); in ParseTypeFromClangModule() 181 // sym_file->FindTypes(), which would return this again, go straight in ParseTypeFromClangModule() 183 auto &sym_file = die.GetCU()->GetSymbolFileDWARF(); in ParseTypeFromClangModule() 185 // Well-formed clang modules never form cycles; guard against corrupted in ParseTypeFromClangModule() 201 lldb_private::CompilerType pcm_type = pcm_type_sp->GetForwardCompilerType(); in ParseTypeFromClangModule() 216 // which does extra work for Objective-C classes. This would result in ParseTypeFromClangModule() [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | deliver.c | 2 * Copyright (c) 1998-2010, 2012, 2020-2023 Proofpoint, Inc. and its suppliers. 4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. 17 SM_RCSID("@(#)$Id: deliver.c,v 8.1030 2013-11-22 20:51:55 ca Exp $") 152 ** SENDALL -- actually send all the messages. 155 ** e -- the envelope to send. 156 ** mode -- the delivery mode to use. If SM_DEFAULT, use 157 ** the current e->e_sendmode. 165 ** If we are running in a non-interactive mode, takes the 189 if (bitset(EF_DISCARD, e->e_flags)) 192 sm_dprintf("sendall: discarding id %s\n", e->e_id); [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 1 //===-- sanitizer_common_interceptors.inc -----------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 34 //===----------------------------------------------------------------------===// 132 // musl 1.2.0 on existing 32-bit architectures uses new symbol names for the 133 // time-related functions that take 64-bit time_t values. See 243 common_flags()->strict_string_checks ? (internal_strlen(s)) + 1 : (n) ) 285 // oldest Glibc version pre-dates support for that architecture. 286 // For example, regexec@GLIBC_2.3.4 exists on x86_64, but not RISC-V. 315 if (common_flags()->intercept_strndup) { \ [all …]
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 1 /* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */ 3 /*- 4 * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. 36 * USB.org publishes a VID list of USB-IF member companies at 89 vendor FUJITSUICL 0x0406 Fujitsu-ICL 165 vendor IODATA 0x04bb I-O Data 175 vendor LITEON 0x04ca Lite-On Technology 249 vendor ETEK 0x056c e-TEK Labs 255 vendor YEDATA 0x057b Y-E Data 270 vendor ATREND 0x059c A-Trend Technology [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|