| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | imx.txt | 1 Freescale i.MX Media Video Device 5 --------------------------- 12 - compatible : "fsl,imx-capture-subsystem"; 13 - ports : Should contain a list of phandles pointing to camera 18 capture-subsystem { 19 compatible = "fsl,imx-capture-subsystem"; 25 -------------- 27 This is the device node for the MIPI CSI-2 Receiver core in the i.MX 28 SoC. This is a Synopsys Designware MIPI CSI-2 host controller core 29 combined with a D-PHY core mixed into the same register block. In [all …]
|
| H A D | fsl,imx6-mipi-csi2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/fsl,imx6-mipi-csi2.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MIPI CSI-2 Receiver core in the i.MX SoC 10 This is the device node for the MIPI CSI-2 Receiver core in the i.MX 11 SoC. This is a Synopsys Designware MIPI CSI-2 host controller core 12 combined with a D-PHY core mixed into the same register block. In 13 addition this device consists of an i.MX-specific "CSI2IPU gasket" 16 controller's 32-bit output image bus onto four 16-bit parallel busses [all …]
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | ex_data.c | 2 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved. 21 global->ex_data_lock = CRYPTO_THREAD_lock_new(); in ossl_do_ex_data_init() 22 return global->ex_data_lock != NULL; in ossl_do_ex_data_init() 41 if (global->ex_data_lock == NULL) { in get_and_lock() 50 if (!CRYPTO_THREAD_read_lock(global->ex_data_lock)) in get_and_lock() 53 if (!CRYPTO_THREAD_write_lock(global->ex_data_lock)) in get_and_lock() 57 ip = &global->ex_data[class_index]; in get_and_lock() 68 * thread-safe without overhauling a lot of stuff, and shouldn't really be 69 * called under potential race-conditions anyway (it's for program shutdown 81 EX_CALLBACKS *ip = &global->ex_data[i]; in ossl_crypto_cleanup_all_ex_data_int() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/amlogic/ |
| H A D | bootrom.txt | 2 -------------------------------------- 4 The bootrom register area can be used to access SoC specific 8 - reg: the register range of the bootrom registers 9 - compatible: should be "amlogic,meson-mx-bootrom" along with "syscon" 15 compatible = "amlogic,meson-mx-bootrom", "syscon";
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | syscon.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 represent as any specific type of device. The typical use-case is 13 for some other node's driver, or platform-specific code, to acquire 15 search using a specific compatible value), interrogate the node (or 20 - Lee Jones <lee@kernel.org> 30 - airoha,en7581-pbus-csr 31 - al,alpine-sysfabric-service 32 - allwinner,sun8i-a83t-system-controller [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFive7.td | 1 //==- RISCVSchedSiFive7.td - SiFive7 Scheduling Definitions --*- tablegen -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 11 /// c is true if mx has the worst case behavior compared to LMULs in MxList. 14 class SiFive7IsWorstCaseMX<string mx, list<string> MxList> { 16 bit c = !eq(mx, LLMUL); 19 /// c is true if mx and sew have the worst case behavior compared to LMULs in 22 class SiFive7IsWorstCaseMXSEW<string mx, int sew, list<string> MxList, 25 defvar SSEW = SmallestSEW<mx, isF>.r; [all …]
|
| H A D | RISCVInstrInfoVPseudos.td | 1 //===-- RISCVInstrInfoVPseudos.td - RISC-V 'V' Pseudos -----*- tablege [all...] |
| /freebsd/contrib/sendmail/src/ |
| H A D | domain.c | 2 * Copyright (c) 1998-2004, 2006, 2010, 2020-2023 Proofpoint, Inc. and its suppliers. 4 * Copyright (c) 1986, 1995-1997 Eric P. Allman. All rights reserved. 18 SM_RCSID("@(#)$Id: domain.c,v 8.205 2013-11-22 20:51:55 ca Exp $ (with name server)") 20 SM_RCSID("@(#)$Id: domain.c,v 8.205 2013-11-22 20:51:55 ca Exp $ (without name server)") 86 sm_dprintf("len=%u, %02x-%02x-%02x", 95 ** TLSA_RR_CMP -- Compare two TLSA RRs 98 ** rr1 -- TLSA RR (entry to be added) 99 ** l1 -- length of rr1 100 ** rr2 -- TLSA RR 101 ** l2 -- length of rr2 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | fsl-asoc-card.txt | 9 this is a specific feature that might be painstakingly controlled and merged 23 "fsl,imx-audio-ac97" 25 "fsl,imx-audio-cs42888" 27 "fsl,imx-audio-cs427x" 30 "fsl,imx-audio-wm8962" 32 "fsl,imx-audio-sgtl5000" 33 (compatible with Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt) 35 "fsl,imx-audio-wm8960" 37 "fsl,imx-audio-mqs" 39 "fsl,imx-audio-wm8524" [all …]
|
| H A D | fsl-asoc-card.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/fsl-asoc-card.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 15 most of them have ASRC inside. And this is a specific feature that might 28 - Shengjiu Wang <shengjiu.wang@nxp.com> 33 - items: 34 - enum: 35 - fsl,imx-sgtl5000 36 - fsl,imx25-pdk-sgtl5000 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/interconnect/ |
| H A D | fsl,imx8m-noc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/interconnect/fsl,imx8m-noc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic i.MX bus frequency device 10 - Peng Fan <peng.fan@nxp.com> 13 The i.MX SoC family has multiple buses for which clock frequency (and 18 for normal (non-secure) world. 20 The buses are based on externally licensed IPs such as ARM NIC-301 and 21 Arteris FlexNOC but DT bindings are specific to the integration of these bus [all …]
|
| /freebsd/contrib/dma/ |
| H A D | dns.c | 2 * Copyright (c) 2008-2014, Simon Schubert <2@0x2c.org>. 20 * from this software without specific, prior written permission. 56 v = ha->pref - hb->pref; in sort_pref() 61 v = - (ha->ai.ai_family - hb->ai.ai_family); in sort_pref() 86 * SMARTHOST set but DNS server not reachable -> defer in add_host() 88 * -> buggy configuration in add_host() 89 * -> either defer or bounce would be ok -> defer in add_host() 90 * MX entry was returned by DNS server but name doesn't resolve in add_host() 91 * -> hopefully transient situation -> defer in add_host() 97 return(-1); in add_host() [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) 47 # derived from this software without specific prior written permission. 87 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion 88 # $mx_secondary{$server} : other mx relays at the same priority 94 # $verbose : -v [all …]
|
| H A D | bsdi.mc | 1 Return-Path: sanders@austin.BSDI.COM 2 ….Beta0) with ESMTP id KAA28278 for <eric@orodruin.CS.Berkeley.EDU>; Sat, 10 Dec 1994 10:49:08 -0800 3 ….9/8.6.6.Beta11) with ESMTP id KAA09482 for <eric@cs.berkeley.edu>; Sat, 10 Dec 1994 10:49:03 -0800 4 …OM (8.6.9/8.6.9) with ESMTP id MAA14919 for <eric@cs.berkeley.edu>; Sat, 10 Dec 1994 12:49:01 -0600 5 Message-Id: <199412101849.MAA14919@austin.BSDI.COM> 8 In-reply-to: Your message of Sat, 10 Dec 1994 08:25:30 PST. 12 Date: Sat, 10 Dec 1994 12:49:00 -0600 33 # sh -c 'set `cat /var/run/sendmail.pid`; kill $1; shift; eval "$@"' 38 VERSIONID(`@(#)$Id: bsdi.mc,v 8.1 1999-02-06 18:44:08 gshapiro Exp $') 43 dnl # NOTE: `dnl' is the m4 command for delete-to-newline; these are [all …]
|
| /freebsd/contrib/wpa/src/wps/ |
| H A D | wps_upnp_ssdp.c | 3 * Copyright (c) 2000-2003 Intel Corporation 4 * Copyright (c) 2006-2007 Sony Corporation 5 * Copyright (c) 2008-2009 Atheros Communications 6 * Copyright (c) 2009-2013, Jouni Malinen <j@w1.fi> 30 #define MAX_MSEARCH 20 /* max simultaneous M-SEARCH replies ongoing */ 51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-'); in token_eq() 52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-'); in token_eq() 66 int end = !(isalnum(c) || c == '_' || c == '-'); in token_length() 70 return s - begin; in token_length() 87 return s - begin; in word_separation_length() [all …]
|
| /freebsd/contrib/ldns-host/ |
| H A D | ldns-host.1 | 5 .\" notice and this notice are preserved. This file is offered as-is, 11 .Nm ldns-host 30 dotted-decimal IPv4 address or a colon-delimited IPv6 address, 52 .Bl -tag -width indent 104 to only print specific ones. 114 Perform non-recursive query to the name server by clearing RD 137 .Pq Cm A , CNAME , MX , TXT , No etc , 151 .Cm A , AAAA , No and Cm MX 195 .Bl -bullet
|
| /freebsd/etc/sendmail/ |
| H A D | freebsd.mc | 1 divert(-1) 21 # without specific prior written permission. 49 # Last updated: 2024-02-01 55 FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access') 58 FEATURE(mailertable, `hash -o /etc/mail/mailertable') 59 FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') 70 dnl Uncomment to allow relaying based on your MX records. 71 dnl NOTE: This can allow sites to use your server as a backup MX without 76 dnl --------------------- 91 dnl /etc/mail/local-host-names and comment out the second line. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
| H A D | qcom,ath10k.txt | 4 - compatible: Should be one of the following: 6 * "qcom,ipq4019-wifi" 7 * "qcom,wcn3990-wifi" 10 data along with board specific data via "qcom,ath10k-calibration-data". 13 AHB based devices (i.e. ipq4019) uses compatible string "qcom,ipq4019-wifi" 15 "qcom,ath10k-calibration-data"). It uses "qcom,ath10k-pre-calibration-data" 18 In general, entry "qcom,ath10k-pre-calibration-data" and 19 "qcom,ath10k-calibration-data" conflict with each other and only one 22 SNOC based devices (i.e. wcn3990) uses compatible string "qcom,wcn3990-wifi". 24 - reg: Address and length of the register set for the device. [all …]
|
| H A D | qcom,ath10k.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff Johnson <jjohnson@kernel.org> 18 - qcom,ath10k # SDIO-based devices 19 - qcom,ipq4019-wifi 20 - qcom,wcn3990-wifi # SNoC-based devices 25 reg-names: 27 - const: membase 33 interrupt-names: [all …]
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | resolve.c | 2 * Copyright (c) 1995 - 2006 Kungliga Tekniska Högskolan 19 * without specific prior written permission. 67 DECL(mx), 85 for(p = stot; p->name; p++) in rk_dns_string_to_type() 86 if(strcasecmp(name, p->name) == 0) in rk_dns_string_to_type() 87 return p->type; in rk_dns_string_to_type() 88 return -1; in rk_dns_string_to_type() 95 for(p = stot; p->name; p++) in rk_dns_type_to_string() 96 if(type == p->type) in rk_dns_type_to_string() 97 return p->name; in rk_dns_type_to_string() [all …]
|
| H A D | resolve.h | 2 * Copyright (c) 1995 - 2002 Kungliga Tekniska Högskolan 19 * without specific prior written permission. 93 rk_ns_t_dname = 39, /* Non-terminal DNAME (for IPv6) */ 95 rk_ns_t_opt = 41, /* EDNS0 option (meta-RR) */ 106 rk_ns_t_zxfr = 256, /* BIND-specific, nonstandard. */ 191 struct rk_mx_record *mx; member 192 struct rk_mx_record *afsdb; /* mx and afsdb are identical */
|
| H A D | resolve-test.c | 2 * Copyright (c) 1995 - 2004 Kungliga Tekniska Högskolan 19 * without specific prior written permission. 66 "dns-record resource-record-type"); in usage() 90 argc -= optidx; in main() 104 if(r->q.type == rk_ns_t_srv) in main() 107 for(rr = r->head; rr;rr=rr->next){ in main() 108 printf("%-30s %-5s %-6d ", rr->domain, rk_dns_type_to_string(rr->type), rr->ttl); in main() 109 switch(rr->type){ in main() 113 printf("%s\n", (char*)rr->u.data); in main() 116 printf("%s\n", inet_ntoa(*rr->u.a)); in main() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | imx-keypad.txt | 1 * Freescale i.MX Keypad Port(KPP) device tree bindings 3 The KPP is designed to interface with a keypad matrix with 2-point contact 4 or 3-point contact keys. The KPP is designed to simplify the software task 8 Required SoC Specific Properties: 9 - compatible: Should be "fsl,<soc>-kpp". 11 - reg: Physical base address of the KPP and length of memory mapped 14 - interrupts: The KPP interrupt number to the CPU(s). 16 - clocks: The clock provided by the SoC to the KPP. Some SoCs use dummy 19 Required Board Specific Properties: 20 - pinctrl-names: The definition can be found at [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/ldns/drill/ |
| H A D | drill.1 | 1 .\" @(#)drill.1 1.7.0 14-Jul-2004 OF; 4 drill \- get (debug) information out of DNS(SEC) 50 \fBdrill mx miek.nl\fR 51 Show the MX records of the domain miek.nl 54 \fBdrill \-S jelte.nlnetlabs.nl\fR 56 only available when ldns has been compiled with openssl-support. 59 \fBdrill \-TD www.example.com\fR 60 Do a DNSSEC (\-D) trace (\-T) from the rootservers down to www.example.com. 64 \fBdrill \-s dnskey jelte.nlnetlabs.nl\fR 71 \fB\-D [all …]
|