/freebsd/share/man/man4/ |
H A D | ow_temp.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 6 .\" Redistribution and use in source and binary forms, with or without 11 .\" 2. The name of the author may not be used to endorse or promote products 15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 31 .Nd Dallas Semiconductor 1-Wire Temperature sensor [all …]
|
H A D | owc.4 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. The name of the author may not be used to endorse or promote products 13 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 16 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29 .Nd Dallas Semiconductor 1-Wire Controller 35 module implements Dallas Semiconductor 1-Wire signaling. 38 driver 1-Wire bus protocol. [all …]
|
H A D | ow.4 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. The name of the author may not be used to endorse or promote products 13 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 16 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 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 [all …]
|
H A D | gpioths.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 6 .\" Redistribution and use in source and binary forms, with or without 13 .\" documentation and/or other materials provided with the distribution. 16 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 37 .Bd -ragged -offset indent [all …]
|
H A D | usb_quirk.4 | 6 .\" purpose with or without fee is hereby granted, provided that the above 12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 27 .Bd -ragged -offset indent 34 .Bd -literal -offset indent 44 .Bl -tag -width Ds 78 mouse has Z-axis reversed 107 .Bl -tag -width Ds [all …]
|
/freebsd/share/man/man9/ |
H A D | own.9 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. The name of the author may not be used to endorse or promote products 13 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 16 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 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 [all …]
|
H A D | owll.9 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. The name of the author may not be used to endorse or promote products 13 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 16 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 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. [all …]
|
/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 37 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 39 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 41 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 43 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 45 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 47 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ 49 * +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ [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 …]
|
/freebsd/contrib/ldns/ldns/ |
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 84 * (to determine whether to add rdata or not) [all …]
|
H A D | tsig.h | 2 * tsig.h -- defines for TSIG [RFC2845] 4 * Copyright (c) 2005-2008, NLnet Labs. All rights reserved. 42 * The wire must be given too because tsig does not sign normalized packets. 44 * \param[in] wire needed to verify the mac 45 * \param[in] wire_size size of wire 49 * \return true if tsig is correct, false if not, or if tsig is not set 51 bool ldns_pkt_tsig_verify(ldns_pkt *pkt, const uint8_t *wire, size_t wire_size, const char *key_nam… 55 * The wire must be given too because tsig does not sign normalized packets. 57 * \param[in] wire needed to verify the mac 58 * \param[in] wire_size size of wire [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/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': 42 intel,virtual-wire-mode: [all …]
|
/freebsd/libexec/getty/ |
H A D | gettytab | 2 # it is by no means certain, or even likely, that any of them are optimal 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:\ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | tpo,tpg110.yaml | 1 # 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 3WIRE 20 self-describing. 22 +--------+ 23 SPI -> | TPO | -> physical display 24 RGB -> | TPG110 | [all …]
|
/freebsd/sbin/init/ |
H A D | ttys | 18 # status Must be on or off. If on, init will run the getty program on 25 # 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/sys/dev/ow/ |
H A D | owll_if.m | 1 #- 4 # Redistribution and use in source and binary forms, with or without 11 # documentation and/or other materials provided with the distribution. 14 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 17 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33 # Dallas Semiconductor 1-Wire bus Link Layer (owll) 36 # 1-Wire protocol specification. [all …]
|
H A D | own_if.m | 1 #- 4 # Redistribution and use in source and binary forms, with or without 11 # documentation and/or other materials provided with the distribution. 14 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 17 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33 # Dallas Semiconductor 1-Wire bus network and transport layer (own) 36 # 1-Wire protocol specification. [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: 36 ti,wire-config: [all …]
|
/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/contrib/ofed/opensm/opensm/ |
H A D | osm_mad_pool.c | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 9 * COPYING in the main directory of this source tree, or the 12 * Redistribution and use in source and binary forms, with or 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 22 * disclaimer in the documentation and/or other materials 26 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS [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/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 39 // the payload. No encoding or interpretation is applied or enforced. 74 // Match: what aspect of the message or message exchange 101 // the Reponse Policy Zone in wire format. 115 // Message: a wire-format (RFC 1035 section 4) DNS message and associated 124 // +---------+ +----------+ +--------+ 126 // | Stub |-SQ--------CQ->| Recursive|-RQ----AQ->| Auth. | [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/w1/ |
H A D | omap-hdq.txt | 1 * OMAP HDQ One wire bus master controller 4 - compatible : should be "ti,omap3-1w" or "ti,am4372-hdq" 5 - reg : Address and length of the register set for the device 6 - interrupts : interrupt line. 7 - ti,hwmods : "hdq1w" 10 - ti,mode: should be "hdq": HDQ mode "1w": one-wire mode. 15 - From omap3.dtsi 17 compatible = "ti,omap3-1w";
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_get_ciphers.pod | 12 - get list of available SSL_CIPHERs 31 sorted by preference. If B<ssl> is NULL or no ciphers are available, NULL 40 SRP and PSK ciphers are only enabled if the appropriate callbacks or settings 47 If B<ssl> is NULL or no ciphers are available, NULL is returned. 51 available, or B<ssl> is not operating in server mode, NULL is returned. 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 63 available, or there are less ciphers than B<priority> available, NULL [all …]
|