/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 | net.c | 9 * (c) NLnet Labs, 2004-2006 81 data->ss_family = AF_INET; in ldns_rdf2native_sockaddr_storage_port() 84 data_in->sin_port = (in_port_t)htons(port); in ldns_rdf2native_sockaddr_storage_port() 85 memcpy(&(data_in->sin_addr), ldns_rdf_data(rd), ldns_rdf_size(rd)); in ldns_rdf2native_sockaddr_storage_port() 90 data->ss_family = AF_INET6; in ldns_rdf2native_sockaddr_storage_port() 93 data_in6->sin6_port = (in_port_t)htons(port); in ldns_rdf2native_sockaddr_storage_port() 94 memcpy(&data_in6->sin6_addr, ldns_rdf_data(rd), ldns_rdf_size(rd)); in ldns_rdf2native_sockaddr_storage_port() 117 if((flag = fcntl(sockfd, F_GETFL)) != -1) { in ldns_sock_nonblock() 119 if(fcntl(sockfd, F_SETFL, flag) == -1) { in ldns_sock_nonblock() 137 if((flag = fcntl(sockfd, F_GETFL)) != -1) { in ldns_sock_block() [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/contrib/ldns/drill/ |
H A D | work.c | 30 if (len % 2 != 0) { in hexstr2bin() 68 packetbuffromfile(char *filename, uint8_t *wire) in packetbuffromfile() argument 76 * 2 = unprintable character found, read binary data directly in packetbuffromfile() 83 if (strncmp(filename, "-", 2) == 0) { in packetbuffromfile() 98 if (state < 2 && !isascii(c)) { in packetbuffromfile() 100 state = 2; in packetbuffromfile() 121 case 2: in packetbuffromfile() 131 if (have_drill_opt && drill_opt->verbose) { in packetbuffromfile() 133 if (state < 2) { in packetbuffromfile() 137 verbose("Not printing wire because it contains non ascii data\n"); in packetbuffromfile() [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 37 #define LDNS_RD_WIRE(wirebuf) (*(wirebuf+2) & LDNS_RD_MASK) 38 #define LDNS_RD_SET(wirebuf) (*(wirebuf+2) |= LDNS_RD_MASK) 39 #define LDNS_RD_CLR(wirebuf) (*(wirebuf+2) &= ~LDNS_RD_MASK) 43 #define LDNS_TC_WIRE(wirebuf) (*(wirebuf+2) & LDNS_TC_MASK) 44 #define LDNS_TC_SET(wirebuf) (*(wirebuf+2) |= LDNS_TC_MASK) 45 #define LDNS_TC_CLR(wirebuf) (*(wirebuf+2) &= ~LDNS_TC_MASK) 48 #define LDNS_AA_SHIFT 2 [all …]
|
H A D | host2wire.h | 2 * host2wire.h - 2wire conversion routines 6 * (c) NLnet Labs, 2005-2006 14 * Contains all functions to translate the main structures to wire format 35 * Copies the dname data to the buffer in wire format 43 * Copies the dname data to the buffer in wire format 52 * Copies the rdata data to the buffer in wire format 60 * Copies the rdata data to the buffer in wire format 69 * Copies the rdata data to the buffer in wire format 80 * Copies the rr data to the buffer in wire format 92 * Copies the rr data to the buffer in wire format while doing DNAME compression [all …]
|
/freebsd/share/man/man4/ |
H A D | ow_temp.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 11 .\" 2. The name of the author may not be used to endorse or promote products 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 [all …]
|
H A D | owc.4 | 9 .\" 2. The name of the author may not be used to endorse or promote products 29 .Nd Dallas Semiconductor 1-Wire Controller 35 module implements Dallas Semiconductor 1-Wire signaling. 38 driver 1-Wire bus protocol. 41 device implements the Link Layer of the 1-Wire bus protocol stack. 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"; 63 The gpios property describes the GPIO pin the 1-Wire bus is connected [all …]
|
H A D | ow.4 | 9 .\" 2. The name of the author may not be used to endorse or promote products 29 .Nd Dallas Semiconductor 1-Wire bus 35 module implements the Dallas Semiconductor 1-Wire bus. 38 driver, which implements the low-level signaling of the 39 1-Wire bus. 46 .Tn 1-Wire
|
H A D | gpioths.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 11 .\" 2. Redistributions in binary form must reproduce the above copyright 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 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/w1/ |
H A D | w1-uart.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/w1/w1-uart.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: UART 1-Wire Bus 10 - Christoph Winklhofer <cj.winklhofer@gmail.com> 13 UART 1-wire bus. Utilizes the UART interface via the Serial Device Bus 14 to create the 1-Wire timing patterns. 16 The UART peripheral must support full-duplex and operate in open-drain 18 baud-rate and transmitted byte, which corresponds to a 1-Wire read bit, [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/share/man/man9/ |
H A D | owll.9 | 9 .\" 2. The name of the author may not be used to endorse or promote products 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. 68 device to talk to the low-level bus. 79 .Tn 1-Wire
|
H A D | own.9 | 9 .\" 2. The name of the author may not be used to endorse or promote products 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 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | intel,ce4100-lapic.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/intel,ce4100-lapic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rahul Tanwar <rtanwar@maxlinear.com> 28 [1] https://pdos.csail.mit.edu/6.828/2008/readings/ia32/IA32-3A.pdf 32 const: intel,ce4100-lapic 37 interrupt-controller: true 39 '#interrupt-cells': 40 const: 2 [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/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 22 ti,x-plate-resistance: 26 ti,coordinate-readouts: 30 X, 5 for Y and 2 for Z (always). This utilises 12 of the 16 software steps [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 20 Y and 2 for Z (always). This utilises 12 [all …]
|
/freebsd/sys/dev/ow/ |
H A D | owll_if.m | 1 #- 9 # 2. Redistributions in binary form must reproduce the above copyright 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. 58 # 1us <= tLOW1 < 15us 1us <= tLOW < 2us 59 # 1us < tLOWR < 15us 1us <= tLOWR < 2us 62 # tRDV = 15us tRDV = 2us [all …]
|
H A D | own_if.m | 1 #- 9 # 2. Redistributions in binary form must reproduce the above copyright 33 # Dallas Semiconductor 1-Wire bus network and transport layer (own) 36 # 1-Wire protocol specification. 39 # Note: 1-Wire is a registered trademark of Maxim Integrated Products, Inc.
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | awinic,aw8738.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Stephan Gerhold <stephan@gerhold.net> 14 (set using one-wire pulse control). The mode configures the speaker-guard 18 - $ref: dai-common.yaml# 24 mode-gpios: 26 GPIO used for one-wire pulse control. The pin is typically called SHDN 27 (active-low), but this is misleading since it is actually more than 32 description: Operation mode (number of pulses for one-wire pulse control) [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. 14 IB_PROT_T10DIF_TYPE_3 = 1 << 2, 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 [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 --- [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 …]
|