Home
last modified time | relevance | path

Searched +full:over +full:- (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/freebsd/crypto/openssl/Configurations/
H A DINTERNALS.Configure7 -----
16 ----------------------------------------------------------------------
19 -----------------------------------------------
23 should just be skipped over. The possible states of the stack top are
27 # -2 positive already run and we found ELSE (following ELSIF should fail)
28 # -1 positive already run (skip until ENDIF)
33 Ground rule is that non-condition lines are skipped over if the
47 | ELSIF[1] | 1 -1 | |
48 | ... whatever ... | | this line is skipped over |
49 | ELSE | 1 -2 | |
[all …]
/freebsd/contrib/tcpdump/
H A Dl2vpn.c18 #include "netdissect-stdinc.h"
27 …* https://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml#bgp-l2-encapsulation-types-
38 { 8, "SONET/SDH Circuit Emulation Service over MPLS"},
39 { 9, "ATM n-to-one VCC cell transport"},
40 { 10, "ATM n-to-one VPC cell transport"},
43 { 17, "Structure-agnostic E1 over packet"},
44 { 18, "Structure-agnostic T1 (DS1) over packet"},
46 { 20, "Structure-agnostic T3 (DS3) over packet"},
47 { 21, "Nx64kbit/s Basic Service using Structure-aware"},
49 { 40, "Structure-agnostic E3 over packet"},
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dads1015.txt3 This device is a 12-bit A-D converter with 4 inputs.
8 0: Voltage over AIN0 and AIN1.
9 1: Voltage over AIN0 and AIN3.
10 2: Voltage over AIN1 and AIN3.
11 3: Voltage over AIN2 and AIN3.
12 4: Voltage over AIN0 and GND.
13 5: Voltage over AIN1 and GND.
14 6: Voltage over AIN2 and GND.
15 7: Voltage over AIN3 and GND.
18 - pga is the programmable gain amplifier (values are full scale)
[all …]
H A Dti,ads1015.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Daniel Baluta <daniel.baluta@nxp.com>
19 - ti,ads1015
20 - ti,ads1115
21 - ti,tla2021
22 - ti,tla2024
30 "#address-cells":
33 "#size-cells":
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dhid-over-i2c.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/input/hid-over-i2
[all...]
H A Dhid-over-i2c.txt1 * HID over I2C Device-Tree bindings
3 HID over I2C provides support for various Human Interface Devices over the
8 http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx
10 If this binding is used, the kernel module i2c-hid will handle the communication
14 - compatible: must be "hid-over-i2c"
15 - reg: i2c slave address
16 - hid-descr-addr: HID descriptor address
17 - interrupts: interrupt line
23 device-specific compatible properties, which should be used in addition to the
24 "hid-over-i2c" string.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dmaxim,max17042.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
13 - $ref: power-supply.yaml#
18 - maxim,max17042
19 - maxim,max17047
20 - maxim,max17050
21 - maxim,max17055
22 - maxim,max77849-battery
[all …]
H A Dmax17042_battery.txt5 - compatible : one of the following
12 - maxim,rsns-microohm : Resistance of rsns resistor in micro Ohms
13 (datasheet-recommended value is 10000).
14 Defining this property enables current-sense functionality.
18 - maxim,cold-temp : Temperature threshold to report battery
20 - maxim,over-heat-temp : Temperature threshold to report battery
21 as over heated (in tenths of degree Celsius).
22 - maxim,dead-volt : Voltage threshold to report battery
24 - maxim,over-volt : Voltage threshold to report battery
25 as over voltage (in mV).
[all …]
/freebsd/crypto/openssl/test/ssl-tests/
H A D08-npn.cnf5 test-0 = 0-npn-simple
6 test-1 = 1-npn-client-finds-match
7 test-2 = 2-npn-client-honours-server-pref
8 test-3 = 3-npn-client-first-pref-on-mismatch
9 test-4 = 4-npn-no-server-support
10 test-5 = 5-npn-no-client-support
11 test-6 = 6-npn-empty-client-list
12 test-7 = 7-npn-empty-server-list
13 test-8 = 8-npn-with-sni-no-context-switch
14 test-9 = 9-npn-with-sni-context-switch
[all …]
/freebsd/stand/forth/
H A Dsupport.4th28 \ initialize ( addr len -- ) as above, plus load_conf_files
29 \ load_conf ( addr len -- ) load conf file given
30 \ include_conf_files ( -- ) load all conf files in load_conf_files
31 \ print_syntax_error ( -- ) print line and marker of where a syntax
33 \ print_line ( -- ) print last line processed
34 \ load_kernel ( -- ) load kernel
35 \ load_modules ( -- ) load modules flagged
62 \ strdup ( addr len -- addr' len) similar to strdup(3)
63 \ strcat ( addr len addr' len' -- addr len+len' ) similar to strcat(3)
64 \ s' ( | string' -- addr len | ) similar to s"
[all …]
H A Dmenu.4th3 \ Copyright (c) 2006-2015 Devin Teske <dteske@FreeBSD.org>
28 marker task-menu.4th
33 vocabulary menu-infrastructure
34 vocabulary menu-namespace
35 vocabulary menu-command-helpers
37 only forth also menu-infrastructure definitions
65 \ Menu-item elements
68 \ Parsing of kernels into menu-items
73 \ Menu timer [count-down] variables
80 \ Containers for parsing kernels into menu-items
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DOSSL_PROVIDER-default.pod5 OSSL_PROVIDER-default - OpenSSL default provider
29 =over 4
52 =over 4
54 =item SHA1, see L<EVP_MD-SHA1(7)>
56 =item SHA2, see L<EVP_MD-SHA2(7)>
58 =item SHA3, see L<EVP_MD-SHA3(7)>
60 =item KECCAK-KMAC, see L<EVP_MD-KECCAK-KMAC(7)>
62 =item SHAKE, see L<EVP_MD-SHAKE(7)>
64 =item BLAKE2, see L<EVP_MD-BLAKE2(7)>
66 =item SM3, see L<EVP_MD-SM3(7)>
[all …]
H A DOSSL_PROVIDER-FIPS.pod5 OSSL_PROVIDER-FIPS - OpenSSL FIPS provider
10 Information Processing Standards (FIPS) specified in FIPS 140-2. This 'module'
19 =over 4
37 other non-crypto support operations that are not in the FIPS provider,
39 see L<OSSL_PROVIDER-default(7)/Asymmetric Key Management>.
47 =over 4
49 =item SHA1, see L<EVP_MD-SHA1(7)>
51 =item SHA2, see L<EVP_MD-SHA2(7)>
53 =item SHA3, see L<EVP_MD-SHA3(7)>
55 =item KECCAK-KMAC, see L<EVP_MD-KECCAK-KMAC(7)>
[all …]
/freebsd/contrib/unbound/doc/
H A Dunbound-control.8.in1 .TH "unbound-control" "8" "Oct 17, 2024" "NLnet Labs" "unbound 1.22.0"
3 .\" unbound-control.8 -- unbound remote control manual
11 .B unbound\-control,
12 .B unbound\-control\-setup
13 \- Unbound remote server control utility.
15 .B unbound\-control
16 .RB [ \-hq ]
17 .RB [ \-c
19 .RB [ \-s
23 .B Unbound\-control
[all …]
H A Dunbound-control.81 .TH "unbound-control" "8" "Feb 10, 2022" "NLnet Labs" "unbound 1.15.0"
3 .\" unbound-control.8 -- unbound remote control manual
11 .B unbound\-control,
12 .B unbound\-control\-setup
13 \- Unbound remote server control utility.
15 .B unbound\-control
16 .RB [ \-hq ]
17 .RB [ \-c
19 .RB [ \-s
23 .B Unbound\-control
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c3 /*-
31 #include <atf-c.h>
74 #define TESTSTR(s) { s, sizeof(s)-1 }
75 TESTSTR("\0he quick brown fox jumps over the lazy dog"),
76 TESTSTR("T\0e quick brown fox jumps over the lazy dog"),
77 TESTSTR("Th\0 quick brown fox jumps over the lazy dog"),
78 TESTSTR("The\0quick brown fox jumps over the lazy dog"),
79 TESTSTR("The \0uick brown fox jumps over the lazy dog"),
80 TESTSTR("The q\0ick brown fox jumps over the lazy dog"),
81 TESTSTR("The qu\0ck brown fox jumps over the lazy dog"),
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Liam Girdwood <lgirdwood@gmail.com>
11 - Mark Brown <broonie@kernel.org>
14 regulator-nam
[all...]
/freebsd/sys/net/
H A Dif_types.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
41 * http://www.iana.org/assignments/smi-numbers
46 IFT_1822 = 0x2, /* old-style arpanet imp */
63 IFT_CEPT = 0x13, /* E1 - european T1 */
69 IFT_EON = 0x19, /* ISO over IP */
71 IFT_NSIP = 0x1b, /* XNS over IP */
72 IFT_SLIP = 0x1c, /* IP over generic TTY */
78 IFT_PARA = 0x22, /* parallel-port */
93 IFT_AAL5 = 0x31, /* AAL5 over ATM */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h1 //===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 /// which supports a method to 'run' it over a unit of IR can be used as
14 /// which run over a particular IR construct, and run each of them in sequence
15 /// over each such construct in the containing IR construct. As there is no
16 /// containing IR construct for a Module, a manager for passes over modules
17 /// forms the base case which runs its managed passes in sequence over the
20 /// The core IR library provides managers for running passes over
23 /// * FunctionPassManager can run over a Module, runs each pass over
[all …]
/freebsd/sys/dev/qlxge/
H A DREADME.txt23 - README (this document) version:1.0
24 - Release Notes Version:1.0
26 - FreeBSD 9.x/10.x
27 * Firmware: pre-flashed on QLogic adapter;
33 * FreeBSD 9.x/10.x (64-bit) [Intel EM64T, AMD64]
38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
41 * TCP over IPv4 checksum offload
42 * UDP over IPv4 checksum offload
44 * TCP over IPv6 checksum offload
[all …]
/freebsd/sys/dev/qlxgb/
H A DREADME.txt23 - README (this document) version:1.0
24 - Release Notes Version:1.0
26 - FreeBSD 7.x/8.x/9.x
27 * Firmware: pre-flashed on QLogic adapter;
33 * FreeBSD 7.x/8.x/9.x (64-bit) [Intel EM64T, AMD64]
38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
41 * TCP over IPv4 checksum offload
42 * UDP over IPv4 checksum offload
44 * TCP over IPv6 checksum offload
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtechwell,tw9900.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mehdi Djait <mehdi.djait@bootlin.com>
13 The tw9900 is a multi-standard video decoder, supporting NTSC, PAL standards
14 with auto-detection features.
23 vdd-supply:
26 reset-gpios:
30 powerdown-gpios:
45 description: CVBS over MUX0
[all …]
/freebsd/sys/dev/qlxgbe/
H A DREADME.txt23 - README (this document) version:1.0
24 - Release Notes Version:1.0
26 - FreeBSD 9.x/10.x
27 * Firmware: pre-flashed on QLogic adapter;
33 * FreeBSD 9.x/10.x (64-bit) [Intel EM64T, AMD64]
38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
41 * TCP over IPv4 checksum offload
42 * UDP over IPv4 checksum offload
44 * TCP over IPv6 checksum offload
[all …]
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dmax6697.txt4 - compatible:
16 - reg: I2C address
20 - smbus-timeout-disable
23 - extended-range-enable
26 - beta-compensation-enable
30 - alert-mask
34 - over-temperature-mask
35 Over-temperature bit mask. Over-temperature reporting disabled for
38 If not specified, over-temperature reporting will be enabled for all
40 - resistance-cancellation
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8173-elm-hana.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 #include "mt8173-elm.dtsi"
9 clock-frequency = <200000>;
16 interrupts-extended = <&pio 88 IRQ_TYPE_LEVEL_LOW>;
21 * Gen (MTK) are using synaptics touchscreen (hid-over-i2c driver) as a
25 compatible = "hid-over-i2c";
27 hid-descr-addr = <0x0020>;
28 interrupts-extended = <&pio 88 IRQ_TYPE_LEVEL_LOW>;
33 compatible = "hid-over-i2c";
35 hid-descr-addr = <0x0001>;
[all …]

12345678910>>...50