Home
last modified time | relevance | path

Searched full:multi (Results 1 – 25 of 2015) sorted by relevance

12345678910>>...81

/freebsd/contrib/wpa/hostapd/
H A DREADME-MULTI-AP1 hostapd, wpa_supplicant and the Multi-AP Specification
5 support the Multi-AP Specification.
7 Introduction to Multi-AP
10 The Wi-Fi Alliance Multi-AP Specification is the technical specification for
12 Multi-AP. It defines control protocols between Wi-Fi® access points (APs) to
17 Most of the Multi-AP specification falls outside of the scope of
28 The text below refers to "Multi-AP Specification v1.0" [3].
34 In a Multi-AP network, the central controller can configure the BSSs on the
42 Multi-AP specification doesn't dictate this, but typically the backhaul link
47 side of the backhaul link is configured through the Multi-AP protocol as the
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h108 /// multi-line sessions.
126 /// The start of the first line in a multi-line edit session.
129 /// The start of the current line in a multi-line edit session.
132 /// The location of the cursor on the current line in a multi-line edit
136 /// The location immediately after the last character in a multi-line edit
154 /// facility. Both single- and multi-line editing are supported.
175 /// beyond in multi-line editing scenarios.
203 /// Register a callback for testing whether multi-line input is complete
236 /// Prompts for and reads a multi-line batch of user input.
245 /// Sets the lowest line number for multi-line editing sessions. A value of
[all …]
/freebsd/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c83 * The first multi TLV is treated as package descriptor, and expected to have a
87 * multi TLV.
91 * The multi TLVs following the package descriptor are treated as device
99 * The multi TLVs following the device descriptor multi TLVs are treated as
124 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_validate() argument
130 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_validate()
132 pr_err("Multi has invalid child"); in mlxfw_mfa2_tlv_multi_validate()
145 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_dev_validate() local
154 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, dev_tlv); in mlxfw_mfa2_file_dev_validate()
155 if (!multi) { in mlxfw_mfa2_file_dev_validate()
[all …]
H A Dmlxfw_mfa2_tlv_multi.c41 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_child() argument
46 return mlxfw_mfa2_tlv_get(mfa2_file, (const u8 *) multi + multi_len); in mlxfw_mfa2_tlv_multi_child()
53 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_tlv_next() local
60 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, tlv); in mlxfw_mfa2_tlv_next()
61 if (!multi) in mlxfw_mfa2_tlv_next()
63 tlv_len = NLA_ALIGN(tlv_len + be16_to_cpu(multi->total_len)); in mlxfw_mfa2_tlv_next()
85 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_find() argument
92 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_find()
105 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_count() argument
113 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_count()
H A Dmlxfw_mfa2_tlv_multi.h41 const struct mlxfw_mfa2_tlv_multi *multi);
53 const struct mlxfw_mfa2_tlv_multi *multi,
57 const struct mlxfw_mfa2_tlv_multi *multi,
65 #define mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) \ argument
67 mlxfw_mfa2_tlv_multi_child(mfa2_file, multi), \
68 be16_to_cpu(multi->num_extensions) + 1)
/freebsd/sys/contrib/device-tree/Bindings/
H A Dtrivial-devices.yaml132 # Infineon Multi-phase Digital VR Controller xdpe11280
134 # Infineon Multi-phase Digital VR Controller xdpe12254
136 # Infineon Multi-phase Digital VR Controller xdpe12284
138 # Infineon Multi-phase Digital VR Controller xdpe15284
140 # Infineon Multi-phase Digital VR Controller xdpe152c4
274 # Monolithic Power Systems Inc. multi-phase controller mp2856
276 # Monolithic Power Systems Inc. multi-phase controller mp2857
278 # Monolithic Power Systems Inc. multi-phase controller mp2888
280 # Monolithic Power Systems Inc. multi-phase controller mp2891
282 # Monolithic Power Systems Inc. multi-phase controller mp2971
[all …]
/freebsd/contrib/netbsd-tests/ipf/
H A Dt_nat_ipf_exec.sh62 multi)
72 test_case ni1 natipftest multi hex hex -T update_ipid=1
77 test_case ni6 natipftest multi hex text -T update_ipid=1 -D
88 test_case ni17 natipftest multi text text
89 test_case ni18 natipftest multi text text
92 test_case ni21 natipftest multi text text
93 test_case ni23 natipftest multi text text -D
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-class-multicolor.yaml13 Bindings for multi color LEDs show how to describe current outputs of
14 either integrated multi-color LED elements (like RGB, RGBW, RGBWA-UV
15 etc.) or standalone LEDs, to achieve logically grouped multi-color LED
16 modules. This is achieved by adding multi-led nodes layer to the
24 pattern: "^multi-led(@[0-9a-f])?$"
H A Dleds-pwm-multicolor.yaml7 title: Multi-color LEDs connected to PWM
13 This driver combines several monochrome PWM LEDs into one multi-color
20 multi-led:
64 multi-led {
/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtest_strdelim.c72 TEST_START("multi"); in test_strdelim()
85 TEST_START("multi whitespace"); in test_strdelim()
98 TEST_START("multi equals"); in test_strdelim()
111 TEST_START("multi too many equals"); in test_strdelim()
125 TEST_START("multi equals strdelimw"); in test_strdelim()
145 TEST_START("quoted multi"); in test_strdelim()
158 TEST_START("quoted multi reverse"); in test_strdelim()
172 TEST_START("quoted multi middle"); in test_strdelim()
/freebsd/sbin/init/
H A Dinit.851 and if this succeeds, begins multi-user operation.
60 prevent the system from going multi-user and to instead execute
63 later be made to go to multi-user by exiting the
103 raises the level to 1 before going multi-user for the first time.
106 If a level higher than 1 is desired while running multi-user,
107 it can be set before going multi-user, e.g., by the startup script
128 In multi-user operation,
209 utility will terminate multi-user operations and resume single-user mode
228 multi-user operations, or a terminate will start a single-user shell.
333 That happens before entering single-user mode or multi-user
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp63 "At most one multi-line element can be finished at a time."); in nextNode()
65 // Parse the multi-line element as if it were contiguous. in nextNode()
70 // The whole line is part of the multi-line element. in nextNode()
85 // multi-line element. in nextNode()
90 // Begin recording the multi-line element. in nextNode()
171 // start of a multi-line element. If so, returns the beginning.
173 // A multi-line begin marker must be the last one on the line. in parseMultiLineBegin()
180 // a multi-line element. in parseMultiLineBegin()
185 // Check whether the tag is registered multi-line. in parseMultiLineBegin()
195 // See if the line begins with the ending of an in-progress multi-line element.
/freebsd/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h40 * multi-call modes, because the LZMA2
45 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2
49 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is
71 * return code is possible only in multi-call mode
75 * is still possible in multi-call mode by simply
90 * only in multi-call mode (XZ_PREALLOC or
101 * different between multi-call and single-call
104 * In multi-call mode, XZ_BUF_ERROR is returned when two consecutive calls
164 * multi-call decoding. This is ignored in single-call mode
184 * Multi-call mode with preallocated dictionary (XZ_PREALLOC): dict_max bytes
[all …]
/freebsd/share/man/man4/
H A Dsmp.429 .Nd description of the FreeBSD Symmetric Multi-Processor kernel
35 kernel implements symmetric multi-processor support.
54 allows specific CPUs on a multi-processor system to be disabled.
70 algorithms to make better use of modern multi-core CPUs.
77 by being cores in a single multi-core processor.
116 Support for multi-processor systems is present for all Tier-1 and Tier-2
134 command may be used to view the status of multi-processor support.
H A Dng_ppp.456 multi-link PPP, Van Jacobson compression, PPP compression, PPP
58 A single PPP node corresponds to one PPP multi-link bundle.
217 multi-link protocol), the special link number
233 the frame will be delivered over the multi-link bundle; or, if multi-link
242 To enable multi-link PPP, the corresponding configuration flag must be set
245 one link to be connected if multi-link is not enabled, nor will it allow
246 certain multi-link settings to be changed while multi-link operation is
341 multi-link PPP, encryption, compression, Van Jacobson compression, and IP,
395 is a valid link number corresponding to the multi-link bundle.
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-facebook-yosemite4.dts91 mellanox,multi-host;
99 mellanox,multi-host;
125 multi-master;
142 multi-master;
159 multi-master;
176 multi-master;
193 multi-master;
210 multi-master;
227 multi-master;
244 multi-master;
[all …]
H A Daspeed-bmc-facebook-yosemitev2.dts98 mellanox,multi-host;
125 multi-master;
136 multi-master;
147 multi-master;
158 multi-master;
215 multi-master;
/freebsd/crypto/openssl/util/
H A Dcheck-format.pl35 # Otherwise for each multi-line comment the indentation of
80 # and false positives (in case of more complex multi-column alignment).
137 my $in_comment; # number of lines so far within multi-line comment, 0 if no comment, < 0…
138 my $leading_comment; # multi-line comment has no code before its beginning delimiter, if $in_…
139 my $formatted_comment; # multi-line comment beginning with "/*-", which indicates/allows specia…
146 my $preproc_offset; # offset to $block_indent within multi-line preprocessor directive, else…
147 my $in_macro_header; # number of open parentheses + 1 in (multi-line) header of #define, if $…
161 my $in_multiline_string; # line starts within multi-line string literal
184 my $expr_indent; # resulting hanging indent within (multi-line) expressions including typ…
337 sub check_indent { # used for lines outside multi-line string literals
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Dreg_addr.h32 … 0x001d00UL //Access:R DataWidth:0x2 // Multi Field Register.
37 … 0x001d04UL //Access:RW DataWidth:0x2 // Multi Field Register.
42 … 0x001d08UL //Access:WR DataWidth:0x2 // Multi Field Register.
47 … 0x001d0cUL //Access:RC DataWidth:0x2 // Multi Field Register.
92 … 0x000000UL //Access:R DataWidth:0x20 // Multi Field Register.
258 … 0x000008UL //Access:R DataWidth:0x20 // Multi Field Register.
270 … (0x1<<23) // Multi function device. The multi funct…
285 … 0x00000cUL //Access:RW DataWidth:0x20 // Multi Field Register.
290 …her this adapter contains multiple functions. A value of 0x80 indicates a multi function device (T…
421 … 0x00002cUL //Access:R DataWidth:0x20 // Multi Field Register.
[all …]
/freebsd/share/man/man9/
H A Dbuf_ring.940 .Nd multi-producer, {single, multi}-consumer lock-less ring buffer
65 functions provide a lock-less multi-producer and lock-less multi-consumer as
90 function is a multi-consumer safe way of dequeueing elements from a buf_ring.
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAUtils.cpp22 // -Multi-letter extensions starting with 'z' sorted by canonical order of
24 // -Multi-letter extensions starting with 's' in alphabetical order.
25 // -(TODO) Multi-letter extensions starting with 'zxm' in alphabetical order.
27 // -Unknown multi-letter extensions in alphabetical order.
29 // single letter extension rank for single letter and multi-letter extensions
58 // Get the rank for multi-letter extension, lower value meaning higher
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-385-turris-omnia.dts274 multi-led@0 {
281 multi-led@1 {
288 multi-led@2 {
295 multi-led@3 {
302 multi-led@4 {
309 multi-led@5 {
315 multi-led@6 {
322 multi-led@7 {
329 multi-led@8 {
336 multi-led@9 {
[all …]
/freebsd/crypto/openssl/doc/man5/
H A Dx509v3_config.pod34 multi-valued
43 Multi-valued extensions have a short form and a long form. The short form
59 If an extension is multi-value and a field value must contain a comma the long
109 This is a multi-valued extension which indicates whether a certificate is
131 Key usage is a multi-valued extension consisting of a list of names of
220 This is a multi-valued extension that supports several types of name
241 Multi-valued AVAs can be formed by prefacing the name with a B<+> character.
310 This is a multi-valued extension whose values can be either a name-value
339 A multi-value field that contains the reasons for revocation. The recognized
371 This extension should only appear in CRLs. It is a multi-valued extension
[all …]
/freebsd/sys/dev/sound/pci/
H A Denvy24ht.h37 #define ENVY24HT_PCIR_MT 0x14 /* Multi-Track I/O Base Address */
45 #define ENVY24HT_CCS_IMASK_PMT 0x10 /* Professional Multi-track */
70 #define ENVY24HT_CCSM_ACL_MTC 0x80 /* Multi-track converter type: 0:AC'97 1:I2S */
91 /* Professional Multi-Track Control Registers */
94 #define ENVY24HT_MT_INT_RSTAT 0x02 /* Multi-track record interrupt status */
95 #define ENVY24HT_MT_INT_PSTAT 0x01 /* Multi-track playback interrupt status */
97 #define ENVY24HT_MT_INT_RMASK 0x02 /* Multi-track record interrupt mask */
98 #define ENVY24HT_MT_INT_PMASK 0x01 /* Multi-track playback interrupt mask */
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/
H A Dfloating-point.json5 "BriefDescription": "Total number multi-pipe uOps assigned to all pipes.",
6 …-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe uOps assigned…
12 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 3.",
13 …-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe uOps assigned…
19 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 2.",
20 …-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe uOps assigned…
26 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 1.",
27 …-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe uOps assigned…
33 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 0.",
34 …-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe uOps assigned…

12345678910>>...81