Home
last modified time | relevance | path

Searched +full:3 +full:- +full:wire (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/freebsd-src/libexec/getty/
H A Dgettytab9 # 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-src/contrib/ldns/ldns/
H A Dwire2host.h2 * 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
54 #define LDNS_OPCODE_SHIFT 3
68 #define LDNS_RCODE_WIRE(wirebuf) (*(wirebuf+3) & LDNS_RCODE_MASK)
70 (*(wirebuf+3) = ((*(wirebuf+3)) & ~LDNS_RCODE_MASK) | (rcode))
74 #define LDNS_CD_WIRE(wirebuf) (*(wirebuf+3) & LDNS_CD_MASK)
75 #define LDNS_CD_SET(wirebuf) (*(wirebuf+3) |= LDNS_CD_MASK)
76 #define LDNS_CD_CLR(wirebuf) (*(wirebuf+3) &= ~LDNS_CD_MASK)
80 #define LDNS_AD_WIRE(wirebuf) (*(wirebuf+3) & LDNS_AD_MASK)
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/iio/temperature/
H A Dmaxim,max31865.yaml1 # 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-src/contrib/ldns/
H A Dwire2host.c4 * 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 Dtsig.c6 * (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 …]
H A Dnet.c9 * (c) NLnet Labs, 2004-2006
47 tsig_mac = ldns_rr_rdf(ldns_pkt_tsig(query_pkt), 3); in ldns_send()
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()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/display/panel/
H A Dtpo,tpg110.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
11 - Thierry Reding <thierry.reding@gmail.com>
17 and other properties, and has a control interface over 3WIR
[all...]
H A Dfascontek,fs035vg158.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Dkingdisplay,kd035g6-54nt.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/kingdisplay,kd035g6-54nt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: King Display KD035G6-54NT 3.5" (320x240 pixels) 24-bi
[all...]
H A Dleadtek,ltk035c5444t.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd-src/share/man/man4/
H A Dow_temp.41 .\"-
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.
40 .Xr sysctl 3
[all...]
H A Dusb_quirk.427 .Bd -ragged -offset indent
34 .Bd -literal -offset indent
44 .Bl -tag -width Ds
78 mouse has Z-axis reversed
94 select configuration index 3 by default
107 .Bl -tag -width Ds
139 force BBB wire protocol
141 force CBI wire protocol
143 force CBI with int. wire protocol
153 .Sh 3G Datacard (u3g) quirks:
[all …]
/freebsd-src/sbin/init/
H A Dttys25 # when going to single-user mode.
37 ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
40 ttyu0 "/usr/libexec/getty 3wire" vt100 onifconsole secure
41 ttyu1 "/usr/libexec/getty 3wire" vt100 onifconsole secure
42 ttyu2 "/usr/libexec/getty 3wire" vt100 onifconsole secure
43 ttyu3 "/usr/libexec/getty 3wire" vt100 onifconsole secure
48 # RISC-V HTIF console
/freebsd-src/share/misc/
H A Dpci_vendors5 # 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-813
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt1 * ICP DAS LP-8841 SPI Controller for RTC
3 ICP DAS LP-8841 contains a DS-1302 RTC. RTC is connected to an IO
6 The device uses the standard MicroWire half-duplex transfer timing.
13 - #address-cells: should be 1
15 - #size-cells: should be 0
17 - compatible: should be "icpdas,lp8841-spi-rtc"
19 - reg: should provide IO memory address
23 - There can be only one slave device.
25 - The spi slave node should claim the following flags which are
28 - spi-3wire: The master itself has only 3 wire. It cannor work in
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dintel,ce4100-lapic.yaml1 # 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':
42 intel,virtual-wire-mode:
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dti,am3359-tsc.yaml1 # 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:
36 ti,wire-config:
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Cosmin Tanislav <cosmin.tanislav@analog.com>
13 The AD74115H is a single-channel software configurable input/output
17 chip solution with an SPI interface. The device features a 16-bit ADC and a
18 14-bit DAC.
25 - adi,ad74115h
30 spi-max-frequency:
33 spi-cpol: true
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/display/
H A Dmulti-inno,mi0283qt.txt1 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
11 the panel interface mode (IM[3:0] pins):
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
[all …]
/freebsd-src/crypto/openssl/doc/man3/
H A Do2i_SCT_LIST.pod5 o2i_SCT_LIST, i2o_SCT_LIST, o2i_SCT, i2o_SCT -
6 decode and encode Signed Certificate Timestamp lists in TLS wire format
21 functions, except that they convert to and from TLS wire format, as described in
22 RFC 6962. See L<d2i_SCT_LIST(3)> for more information about how the parameters are
28 L<d2i_SCT_LIST(3)> and L<i2d_SCT_LIST(3)>.
33 L<d2i_SCT_LIST(3)>,
34 L<i2d_SCT_LIST(3)>
H A DSSL_get_ciphers.pod12 - get list of available SSL_CIPHERs
54 as a wire-protocol cipher suite specification (in the three-octet-per-cipher
55 SSLv2 wire format if B<isv2format> is nonzero; otherwise the two-octet
56 SSLv3/TLS wire format), and parses the cipher suites supported by the library
57 into the returned stacks of SSL_CIPHER objects sk and Signalling Cipher-Suite
83 the L<SSL_CIPHER_get_name(3)> family of functions.
105 L<ssl(7)>, L<SSL_CTX_set_cipher_list(3)>,
106 L<SSL_CIPHER_get_name(3)>
110 Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
/freebsd-src/sys/contrib/device-tree/Bindings/rtc/
H A Dmaxim-ds1302.txt1 * Maxim/Dallas Semiconductor DS-1302 RTC
5 The device uses the standard MicroWire half-duplex transfer timing.
12 - compatible : Should be "maxim,ds1302"
16 - reg : Should be address of the device chip select within
19 - spi-max-frequency : DS-1302 has 500 kHz if powered at 2.2V,
22 - spi-3wire : The device has a shared signal IN/OUT line.
24 - spi-lsb-first : DS-1302 requires least significant bit first
27 - spi-cs-high: DS-1302 has active high chip select line. This is
33 #address-cells = <1>;
34 #size-cells = <0>;
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/clock/
H A Dti,lmk04832.yaml1 # 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-src/contrib/unbound/dnstap/
H A Ddnstap.proto6 // 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
40 optional bytes extra = 3;
63 DOT = 3; // DNS over TLS (RFC 7858)
79 RESPONSE_IP = 3; // Address in A/AAAA RRSet
88 PASS = 3; // Do not alter the response (passthrough)
101 // the Reponse Policy Zone in wire format.
106 optional Action action = 3;
[all …]
/freebsd-src/sys/dev/ow/
H A Dowll_if.m1 #-
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.
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.
80 # WRITE-ONE (see above for timings) From Figure 4-1 AN-937
82 # |<---------tSLOT---->|<-tREC->|
[all …]

12345678910>>...20