/freebsd/contrib/ldns/ |
H A D | wire2host.c | 4 * conversion routines from the wire to the host 6 * This will usually just a re-ordering of the 11 * (c) NLnet Labs, 2004-2006 36 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 37 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 39 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 41 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 43 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 45 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 47 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ [all …]
|
H A D | tsig.c | 6 * (c) 2005-2006 NLnet Labs 24 return tc->algorithm; in ldns_tsig_algorithm() 30 return tc->keyname; in ldns_tsig_keyname() 36 return tc->keydata; in ldns_tsig_keydata() 42 return strdup(tc->keyname); in ldns_tsig_keyname_clone() 48 return strdup(tc->keydata); in ldns_tsig_keydata_clone() 52 * Makes an exact copy of the wire, but with the tsig rr removed 55 ldns_tsig_prepare_pkt_wire(const uint8_t *wire, size_t wire_len, size_t *result_len) in ldns_tsig_prepare_pkt_wire() argument 72 /* fake parse the wire */ in ldns_tsig_prepare_pkt_wire() 73 qd_count = LDNS_QDCOUNT(wire); in ldns_tsig_prepare_pkt_wire() [all …]
|
/freebsd/share/man/man4/ |
H A D | owc.4 | 29 .Nd Dallas Semiconductor 1-Wire Controller 35 module implements Dallas Semiconductor 1-Wire signaling. 37 .Xr ow 4 38 driver 1-Wire bus protocol. 41 device implements the Link Layer of the 1-Wire bus protocol stack. 44 .Xr gpiobus 4 47 Strong pull-up functionality needed to support parasitic mode is not 50 To enable 1-Wire for FDT systems requires modifying the DTS for your 52 .Bd -literal 56 compatible = "w1-gpio"; [all …]
|
H A D | ow_temp.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 31 .Nd Dallas Semiconductor 1-Wire Temperature sensor 37 module supports many of the 1-Wire temperature sensors. 47 .Bl -column "DS18S20" "Econo 1-Wire Digital Thermometer" -compact 48 .It DS1820 Ta 1-Wire Digital Thermometer 49 .It DS18S20 Ta High-Precision 1-Wire Digital Thermometer 50 .It DS18B20 Ta Programmable Resolution 1-Wire Digital Thermometer 51 .It DS1822 Ta Econo 1-Wire Digital Thermometer 52 .It DS1825 Ta Programmable Resolution 1-Wire Digital Thermometer with 4-bit ID [all …]
|
H A D | ow.4 | 29 .Nd Dallas Semiconductor 1-Wire bus 35 module implements the Dallas Semiconductor 1-Wire bus. 37 .Xr owc 4 38 driver, which implements the low-level signaling of the 39 1-Wire bus. 41 .Xr ow_temp 4 , 42 .Xr owc 4 , 46 .Tn 1-Wire
|
H A D | gpioths.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 37 .Bd -ragged -offset indent 44 .Bd -literal -offset indent 61 .Bl -column -compact -offset indent "XXXXXXXX" "XXXXXXXX" 69 The devices require a single wire for data communications, using a 70 custom protocol which is not compatible with Maxim's 1-wire(tm). 72 but this driver supports only the single-wire connection option. 76 .Bl -tag -width indent 91 .Xr fdt 4 [all …]
|
H A D | usb_quirk.4 | 27 .Bd -ragged -offset indent 34 .Bd -literal -offset indent 44 .Bl -tag -width Ds 78 mouse has Z-axis reversed 96 select configuration index 4 by default 107 .Bl -tag -width Ds 139 force BBB wire protocol 141 force CBI wire protocol 143 force CBI with int. wire protocol 154 .Bl -tag -width Ds [all …]
|
/freebsd/share/man/man9/ |
H A D | own.9 | 39 .Nd Dallas Semiconductor 1-Wire Network and Transport Interface 66 interface defines three sets of functions for interacting with 1-Wire 79 The 1-Wire bus defines different layers of access to the devices on 92 .Bl -tag -width ".Va xxxx" 97 .Bl -tag -width indent 139 acquires the 1-Wire bus, waiting if necessary, 149 argument describes the transaction to send to the 1-Wire bus. 160 The 1-Wire system includes an advisory lock for the bus that 180 computes the 1-Wire standard CRC function over the data 187 The 1-Wire standard (Maxim AN937) defines layers that are akin to ISO [all …]
|
H A D | owll.9 | 33 .Nd Dallas Semiconductor 1-Wire Link Layer Interface 47 Semiconductor 1-Wire from upper layers of the protocol. 52 writes a one bit or a zero bit respectively on the 1-Wire bus. 55 reads one bit from the 1-Wire bus. 58 in the 1-Wire device data sheets. 64 This is the beginning of all 1-Wire transactions. 67 .Xr ow 4 68 device to talk to the low-level bus. 70 .Xr owc 4 . 75 .Xr ow 4 , [all …]
|
/freebsd/sys/dev/ow/ |
H A D | README.txt | 1 Quick Design Document for 1-wire bus 3 In new bus terms, 1-wire devices are attached to 1-wire buses (ow) 4 which are attached to a one wire bridge (owc). 7 Application note which defines the 1-wire bus as implemented for the 9 the 1-wire bus. This means that the 1-wire bridge will implement the 10 owll(9) interface. ow is one wire. ll is for Link Level to mirror the ISO 11 stack terminology used by AN927. The 1-wire bus is implemented in the ow(4) 16 Client drivers may only call the own(9) interface. The ow(4) driver
|
H A D | owll_if.m | 1 #- 33 # Dallas Semiconductor 1-Wire bus Link Layer (owll) 36 # 1-Wire protocol specification. 39 # Note: 1-Wire is a registered trademark of Maxim Integrated Products, Inc. 43 # SoCs have a 1-Wire controller with more smarts or hardware offload. 45 # as well as both usb and i2c 1-Wire controllers. 47 # Chapter 4 has all the electrical timing diagrams that make up the link 60 # 0 <= tRELEASE < 45us 0 <= tRELEASE < 4us 74 # Note: This is the polling / busy-wait interface. An interrupt-based interface 75 # may be different. But an interrupt-based, non-blocking interface can be tricky. [all …]
|
/freebsd/contrib/ldns/drill/ |
H A D | work.c | 50 int8 = int8 << 4; in hexstr2bin() 68 packetbuffromfile(char *filename, uint8_t *wire) in packetbuffromfile() argument 83 if (strncmp(filename, "-", 2) == 0) { in packetbuffromfile() 131 if (have_drill_opt && drill_opt->verbose) { in packetbuffromfile() 137 verbose("Not printing wire because it contains non ascii data\n"); in packetbuffromfile() 155 wire, in packetbuffromfile() 159 memcpy(wire, hexbuf, (size_t) hexbufpos); in packetbuffromfile() 172 uint8_t *wire; in read_hex_buffer() local 177 wire = xmalloc(LDNS_MAX_PACKETLEN); in read_hex_buffer() 179 wiresize = packetbuffromfile(filename, wire); in read_hex_buffer() [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge 55 7a29 PCI-to-PCI Bridge [all …]
|
/freebsd/contrib/ldns/ldns/ |
H A D | wire2host.h | 2 * wire2host.h - from wire conversion routines 6 * (c) NLnet Labs, 2005-2006 14 * Contains functions that translate dns data from the wire format (as sent 73 #define LDNS_CD_SHIFT 4 101 #define LDNS_QDCOUNT_OFF 4 117 * converts the data on the uint8_t bytearray (in wire format) to a DNS packet. 129 * converts the data in the ldns_buffer (in wire format) to a DNS packet. 140 * converts the data on the uint8_t bytearray (in wire format) to a DNS 146 * \param[in] wire pointer to the buffer with the data 152 ldns_status ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos); [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | ti,am3359-tsc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/touchscreen/ti,am3359-tsc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Miquel Raynal <miquel.raynal@bootlin.com> 14 const: ti,am3359-tsc 17 description: Wires refer to application modes i.e. 4/5/8 wire touchscreen 20 enum: [4, 5, 8] 22 ti,x-plate-resistance: 26 ti,coordinate-readouts: [all …]
|
H A D | ti-tsc-adc.txt | 1 * TI - TSC ADC (Touschscreen and analog digital converter) 5 - mfd 7 "ti,am3359-tscadc" for AM335x/AM437x SoCs 8 "ti,am654-tscadc", "ti,am3359-tscadc" for AM654 SoCs 9 - child "tsc" 10 compatible: Should be "ti,am3359-tsc". 11 ti,wires: Wires refer to application modes i.e. 4/5/8 wire touchscreen 13 ti,x-plate-resistance: X plate resistance 14 ti,coordinate-readouts: The sequencer supports a total of 16 22 remaining 4 can be used by the ADC. [all …]
|
/freebsd/libexec/getty/ |
H A D | gettytab | 9 # cb, ce and ck are desirable on most crt's. The non-crt entries need to 13 # have been terminals around not being able of handling lower-case 20 # ep: getty will use raw mode (cs8 -parenb) (unless rw is set) and 21 # fake parity. login will use even parity (cs7 parenb -parodd). 24 # ap: same as ep except -inpck instead of inpck for login. 27 # characters on non-terminals (like pccons) that don't 32 # 2. set cs8 -parenb -istrip -inpck. 45 # The "NNN-baud" names are known to the special case 51 a|std.110|110-baud:\ 53 b|std.134|134.5-baud:\ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/ |
H A D | maxim,max31865.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Navin Sankar Velliangiri <navin@linumiz.com> 22 maxim,3-wire: 25 enables 3-wire RTD connection. Else 2-wire or 4-wire RTD connection. 28 spi-cpha: true 31 - compatible 32 - reg 33 - spi-cpha [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/ |
H A D | adi,ad74115.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/iio/adc/ |
H A D | adi,ad7944.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 - Nuno Sá <nuno.sa@analog.com> 14 A family of pin-compatible single channel differential analog to digital 21 $ref: /schemas/spi/spi-peripheral-props.yaml# 26 - adi,ad7944 27 - adi,ad7985 28 - adi,ad7986 [all …]
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap.proto | 6 // Written in 2013-2014 by Farsight Security, Inc. 20 // "Dnstap": this is the top-level dnstap type, which is a "union" type that 23 // See: https://developers.google.com/protocol-buffers/docs/techniques#union 38 // This field can be used for adding an arbitrary byte-string annotation to 64 DOH = 4; // DNS over HTTPS (RFC 8484) 80 NS_NAME = 4; // Authoritative name server, by name 89 DROP = 4; // Do not respond. 101 // the Reponse Policy Zone in wire format. 109 optional Match match = 4; 115 // Message: a wire-format (RFC 1035 section 4) DNS message and associated [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | ti,lmk04832.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Beguin <liambeguin@gmail.com> 21 - ti,lmk04832 26 '#address-cells': 29 '#size-cells': 32 '#clock-cells': 35 spi-max-frequency: 40 - description: PLL2 reference clock. [all …]
|
/freebsd/sys/ofed/include/rdma/ |
H A D | signature.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR Linux-OpenIB) */ 3 * Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved. 23 * enum ib_signature_type - Signature types 25 * @IB_SIG_TYPE_T10_DIF: Type T10-DIF 33 * enum ib_t10_dif_bg_type - Signature T10-DIF block-guard types 34 * @IB_T10DIF_CRC: Corresponds to T10-PI mandated CRC checksum rules. 43 * struct ib_t10_dif_domain - Parameters specific for T10-DIF 45 * @bg_type: T10-DIF block guard type (CRC|CSUM) 68 * struct ib_sig_domain - Parameters for signature domain 81 * struct ib_sig_attrs - Parameters for signature handover operation [all …]
|
/freebsd/sys/dev/usb/quirk/ |
H A D | usb_quirk.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 34 * share/man/man4/usb_quirk.4 56 UQ_MS_REVZ, /* mouse has Z-axis reversed */ 65 UQ_CFG_INDEX_4, /* select configuration index 4 by default */ 90 UQ_MSC_FORCE_WIRE_BBB, /* force BBB wire protocol */ 91 UQ_MSC_FORCE_WIRE_CBI, /* force CBI wire protocol */ 92 UQ_MSC_FORCE_WIRE_CBI_I, /* force CBI with int. wire protocol */ 105 UQ_MSC_EJECT_CMOTECH, /* ejects after C-motech SCSI cmd */ 111 UQ_MSC_EJECT_HUAWEISCSI4, /* ejects after Huawei SCSI 4 command */
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | multi-inno,mi0283qt.txt | 1 Multi-Inno MI0283QT display panel 4 - compatible: "multi-inno,mi0283qt". 7 all mandatory properties described in ../spi/spi-bus.txt must be specified. 10 - dc-gpios: D/C pin. The presence/absence of this GPIO determines 12 - present: IM=x110 4-wire 8-bit data serial interface 13 - absent: IM=x101 3-wire 9-bit data serial interface 14 - reset-gpios: Reset pin 15 - power-supply: A regulator node for the supply voltage. 16 - backlight: phandle of the backlight device attached to the panel 17 - rotation: panel rotation in degrees counter clockwise (0,90,180,270) [all …]
|