Home
last modified time | relevance | path

Searched +full:master +full:- +full:level (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/freebsd/sys/contrib/device-tree/Bindings/fsi/
H A Dfsi.txt4 The FSI bus is probe-able, so the OS is able to enumerate FSI slaves, and
6 nodes to probed engines. This allows for fsi engines to expose non-probeable
8 that is an I2C master - the I2C bus can be described by the device tree under
11 FSI masters may require their own DT nodes (to describe the master HW itself);
12 that requirement is defined by the master's implementation, and is described by
13 the fsi-master-* binding specifications.
18 fsi-master {
19 /* top-level of FSI bus topology, bound to an FSI master driver and
22 fsi-slave@<link,id> {
26 fsi-slave-engine@<addr> {
[all …]
/freebsd/sys/x86/isa/
H A Datpic.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
29 * PIC driver for the 8259A Master and Slave PICs in PC/AT machines.
66 #define MASTER 0 macro
69 #define IMEN_MASK(ai) (IRQ_MASK((ai)->at_irq))
93 #define IRQ(ap, ai) ((ap)->at_irqbase + (ai)->at_irq)
185 KASSERT(isrc->is_pic == &atpics[MASTER].at_pic, in _atpic_eoi_master()
188 outb(atpics[MASTER].at_ioaddr, OCW2_EOI); in _atpic_eoi_master()
193 * The data sheet says no auto-EOI on slave, but it sometimes works.
200 KASSERT(isrc->is_pic == &atpics[SLAVE].at_pic, in _atpic_eoi_slave()
[all …]
/freebsd/share/man/man4/
H A Dng_hci.41 .\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
44 Bluetooth is a short-range radio link intended to replace the cable(s)
59 The Bluetooth system provides a point-to-point connection (only two
60 Bluetooth units involved), or a point-to-multipoint connection.
61 In the point-to-multipoint connection,
65 One Bluetooth unit acts as the master of the piconet, whereas the other
68 In addition, many more slaves can remain locked to the master in a so-called
71 synchronized to the master.
73 access is controlled by the master.
77 Each piconet can only have a single master.
[all …]
H A Dcarp.446 Additional parameters can also be set on a per-vhid basis:
51 is the master for a virtual host, and
97 can be configured to use either the non-standard CARP protocol, or VRRPv3 (RFC 5798).
107 CARP virtual hosts can be configured on multicast-capable interfaces: Ethernet,
115 Multiple vhids running on one interface participate in master/backup
120 .Bl -tag -width ".Va net.inet.carp.ifdown_demotion_factor"
130 When enabled, a vhid in a backup state would preempt a master that
152 This value shows the current level of CARP demotion.
156 However, problematic conditions raise its level: when
183 .\".Sh ARP level load balancing
[all …]
H A Dppbus.442 system provides a uniform, modular and architecture-independent
48 .Bl -bullet -offset indent
50 architecture-independent macros or functions to access parallel ports
57 with kernel-in drivers.
61 and non-standard software:
63 .Bl -column "Driver" -compact
67 .It Sy lpbb Ta "Philips official parallel port I2C bit-banging interface"
73 .Bl -column "Driver" -compact
100 .Bl -bullet -offset indent
104 bidirectional 8/4-bits mode, also called NIBBLE mode
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,rpm-master-stats.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm-master-stats.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. (QTI) RPM Master Stats
10 - Konrad Dybcio <konradybcio@kernel.org>
16 (particularly around entering hardware-driven low power modes: XO shutdown
17 and total system-wide power collapse) are first made at Master-level, and
20 The Master Stats provide a few useful bits that can be used to assess whether
21 our device has entered the desired low-power mode, how long it took to do so,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dbrcm,gisb-arb.txt5 - compatible:
6 "brcm,bcm7278-gisb-arb" for V7 28nm chips
7 "brcm,gisb-arb" or "brcm,bcm7445-gisb-arb" for other 28nm chips
8 "brcm,bcm7435-gisb-arb" for newer 40nm chips
9 "brcm,bcm7400-gisb-arb" for older 40nm chips and all 65nm chips
10 "brcm,bcm7038-gisb-arb" for 130nm chips
11 - reg: specifies the base physical address and size of the registers
12 - interrupts: specifies the two interrupts (timeout and TEA) to be used from
18 - brcm,gisb-arb-master-mask: 32-bits wide bitmask used to specify which GISB
19 masters are valid at the system level
[all …]
H A Dbrcm,gisb-arb.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/bus/brcm,gisb-arb.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Florian Fainelli <f.fainelli@gmail.com>
15 - items:
16 - enum:
17 - brcm,bcm7445-gisb-arb # for other 28nm chips
18 - const: brcm,gisb-arb
19 - items:
[all …]
/freebsd/sys/arm64/coresight/
H A Dcoresight_tmc.h1 /*-
2 * Copyright (c) 2018-2020 Ruslan Bukin <br@bsdpad.com>
6 * Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
53 #define TMC_LBUFLEVEL 0x02C /* Latched Buffer Fill Level */
54 #define TMC_CBUFLEVEL 0x030 /* Current Buffer Fill Level */
55 #define TMC_BUFWM 0x034 /* Buffer Level Water Mark */
81 #define TMC_ITATBMDATA0 0xED0 /* Integration Test ATB Master Data Register 0 */
82 #define TMC_ITATBMCTR2 0xED4 /* Integration Test ATB Master Interface Control 2 Register */
83 #define TMC_ITATBMCTR1 0xED8 /* Integration Test ATB Master Control Register 1 */
84 #define TMC_ITATBMCTR0 0xEDC /* Integration Test ATB Master Interface Control 0 Register */
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dmax2175.txt2 -----------------------------------------
4 The MAX2175 IC is an advanced analog/digital hybrid-radio receiver with
5 RF to Bits® front-end designed for software-defined radio solutions.
8 --------------------
9 - compatible: "maxim,max2175" for MAX2175 RF-to-bits tuner.
10 - clocks: clock specifier.
11 - port: child port node corresponding to the I2S output, in accordance with
13 Documentation/devicetree/bindings/media/video-interfaces.txt. The port
17 --------------------
18 - maxim,master : phandle to the master tuner if it is a slave. This
[all …]
/freebsd/sys/dev/ic/
H A Di8259.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
40 #define ICW1_LTIM 0x08 /* 1 = level trigger, 0 = edge */
42 /* 0x20 - 0x80 - in 8080/8085 mode only */
48 /* For a master PIC, bitfield indicating a slave 8259 on given input */
49 /* For slave, lower 3 bits are the slave's ID binary id on master */
54 #define ICW4_MS 0x04 /* 1 = buffered master, 0 = slave */
67 #define OCW2_L0 0x01 /* Level */
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Daspeed,sgpio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Jeffery <andrew@aj.id.au>
14 AST2600 have two sgpio master one with 128 pins another one with 80 pins,
15 AST2500/AST2400 have one sgpio master with 80 pins. Each of the Serial
17 - Support interrupt option for each input port and various interrupt
18 sensitivity option (level-high, level-low, edge-high, edge-low)
19 - Support reset tolerance option for each output port
20 - Directly connected to APB bus and its shift clock is from APB bus clock
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_client_random.pod9 - get internal TLS/SSL random values and get/set master key
35 SSL_SESSION_get_master_key() behaves the same, but extracts the master
39 SSL_SESSION_set1_master_key() sets the master key value associated with the
41 PSK (see L<SSL_CTX_set_psk_use_session_callback(3)>). The master key of length
42 B<len> should be provided at B<in>. The supplied master key is copied by the
52 use in low-level protocols. You probably should not use them, unless
57 ARE NOT random number generators. Instead, they return the mostly-random values that
61 The security of your TLS session depends on keeping the master key secret:
63 If you need to calculate another secret value that depends on the master
85 of bytes they would copy -- that is, the length of the underlying field.
[all …]
/freebsd/sys/amd64/vmm/io/
H A Dvatpic.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
54 #define VATPIC_LOCK(vatpic) mtx_lock_spin(&((vatpic)->mtx))
55 #define VATPIC_UNLOCK(vatpic) mtx_unlock_spin(&((vatpic)->mtx))
56 #define VATPIC_LOCKED(vatpic) mtx_owned(&((vatpic)->mtx))
72 bool sfn; /* special fully-nested mode */
94 VM_CTR0((vatpic)->vm, fmt)
97 VM_CTR1((vatpic)->vm, fmt, a1)
100 VM_CTR2((vatpic)->vm, fmt, a1, a2)
103 VM_CTR3((vatpic)->vm, fmt, a1, a2, a3)
[all …]
/freebsd/share/doc/psd/21.ipc/
H A D5.t58 support only in-band signaling (i.e. the urgent data is
75 of the out-of-band data, but only notification that it is pending.
101 then reads the out-of-band byte.
135 A process may also read or peek at the out-of-band data
138 the urgent data in-band with the normal data, and only sends
141 With such protocols, the out-of-band byte may not yet have arrived
144 Worse, there may be enough in-band data in the input buffer
153 This treatment is available as a socket-level option, SO_OOBINLINE;
159 but no out-of-band data are lost.
161 Non-Blocking Sockets
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Diommu.txt2 master(s).
13 Example: 32-bit DMA to 64-bit physical addresses
15 * Implement scatter-gather at page level granularity so that the device does
29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices
30 typically have a fixed association to the master device, whereas multiple-
31 master IOMMU devices can translate accesses from more than one master.
34 "dma-ranges" property that describes how the physical address space of the
35 IOMMU maps to memory. An empty "dma-ranges" property means that there is a
39 --------------------
40 - #iommu-cells: The number of cells in an IOMMU specifier needed to encode an
[all …]
/freebsd/libexec/ypxfr/
H A Dypxfr.845 .Op Fl C Ar taskid program-number ipaddr port
73 master, maintains
79 slaves, copy new versions of the maps from the master whenever
110 root, this prevents non-privileged users from making unauthorized
140 master server, however it is good practice
165 master server and can be many times faster than the standard
175 master server and attempt to use
192 .No non- Ns Fx
196 if the master server is also running
201 .Bl -tag -width indent
[all …]
/freebsd/share/doc/smm/11.timedop/
H A Dtimed.ms48 Command under contract No. N00039-84-C-0089, and by the CSELT
56 .EH 'SMM:11-%''Timed Installation and Operation'
57 .OH 'Timed Installation and Operation''SMM:11-%'
65 The algorithms implemented by the service is based on a master-slave scheme.
74 among slave time daemons when, for any reason, the master disappears.
82 A \fImaster time daemon\fP measures the time
85 The master computes the \fInetwork time\fP as the average of the
101 will ask the master for the correct time and will reset the machine's clock
110 new master should the machine running the current master crash, the master
111 terminate (for example, because of a run-time error), or
[all …]
/freebsd/sys/contrib/libsodium/
H A DREADME.markdown1 …ild Status](https://travis-ci.org/jedisct1/libsodium.svg?branch=master)](https://travis-ci.org/jed…
5 ![libsodium](https://raw.github.com/jedisct1/libsodium/master/logo.png)
8 Sodium is a new, easy-to-use software library for encryption,
11 It is a portable, cross-compilable, installable, packageable
16 higher-level cryptographic tools.
24 … is available on Gitbook and built from the [libsodium-doc](https://github.com/jedisct1/libsodium-
26 * [libsodium documentation](https://download.libsodium.org/doc/) -
34 …n the [installation](https://download.libsodium.org/doc/installation/index.html#integrity-checking)
39 A mailing-list is available to discuss libsodium.
41 In order to join, just send a random mail to `sodium-subscribe` {at}
/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.88 .\" under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
42 .Op Ar service-name
43 .Ar module-type
44 .Ar control-flag
55 .Ar module-type
76 .Bl -tag -width ".Cm use_first_pass"
81 level.
144 .Bl -dash -offset indent
158 .Bl -tag -width ".Cm use_first_pass"
163 level.
[all …]
/freebsd/crypto/openssl/test/
H A DREADME-external.md14 First checkout the `PYCA/Cryptography` module into `./pyca-cryptography` using:
16 $ git submodule update --init
20 $ ./config shared enable-external-tests
29 ------------------------------
40 You will need a git checkout of krb5 at the top level:
44 krb5's master has to pass this same CI, but a known-good version is
45 krb5-1.15.1-final if you want to be sure.
48 $ git checkout krb5-1.15.1-final
53 $ ./config enable-external-tests
61 Test-failures suppressions
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti,dp83822.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Andrew Davis <afd@ti.com>
14 The DP83822 is a low-power, single-port, 10/100 Mbps Ethernet PHY. It
16 data over standard, twisted-pair cables or to connect to an external,
17 fiber-optic transceiver. Additionally, the DP83822 provides flexibility to
24 - $ref: ethernet-phy.yaml#
30 ti,link-loss-low:
39 ti,fiber-mode:
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dmail.news1 #------------------------------------------------------------------------------
7 0 string/t Relay-Version: old news text
17 0 string/tc delivered-to: SMTP mail text
19 0 string/tc return-path: SMTP mail text
40 # is not text because of characters like Control-L Control-_
43 # https://reposcope.com/mimetype/message/x-gnu-rmail
44 !:mime message/x-gnu-rmail
49 0 string/t MIME-Version: MIME entity text
50 #0 string/t Content- MIME entity text
56 # "mailbox file" by shared MIME-info database
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_get_client_random.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/contrib/libcbor/doc/source/api/
H A Dstreaming_encoding.rst4 `cbor/encoding.h <https://github.com/PJK/libcbor/blob/master/src/cbor/encoding.h>`_
5 exposes a low-level encoding API to encode CBOR objects on the fly. Unlike
10 …xample: `examples/streaming_array.c <https://github.com/PJK/libcbor/blob/master/examples/streaming…

12345678910>>...22