/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | intel,ixp4xx-expansion-bus-controller.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/intel,ixp4xx-expansion-bus-controller.yaml# 7 title: Intel IXP4xx Expansion Bus Controller 10 The IXP4xx expansion bus controller handles access to devices on the 11 memory-mapped expansion bus on the Intel IXP4xx family of system on chips, 24 - intel,ixp42x-expansion-bus-controller 25 - intel,ixp43x-expansion-bus-controller 26 - intel,ixp45x-expansion-bus-controller 27 - intel,ixp46x-expansion-bus-controller 31 description: Control registers for the expansion bus, these are not 32 inside the memory range handled by the expansion bus. [all …]
|
H A D | intel,ixp4xx-expansion-peripheral-props.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml# 7 title: Peripheral properties for Intel IXP4xx Expansion Bus 10 The IXP4xx expansion bus controller handles access to devices on the 11 memory-mapped expansion bus on the Intel IXP4xx family of system on chips, 44 description: The type of cycles to use on the expansion bus for this 75 description: Expansion bus uses only 8 bits. The default is to use
|
/freebsd/contrib/tcp_wrappers/ |
H A D | percent_x.c | 3 * program when the expansion would overflow the output buffer. The result 4 * of %<char> expansion may be passed on to a shell process. For this 30 /* percent_x - do %<char> expansion, abort if result buffer is too small */ 37 char *expansion; in percent_x() local 54 expansion = in percent_x() 67 for (cp = expansion; *(cp += strspn(cp, ok_chars)); /* */ ) in percent_x() 69 expansion_len = cp - expansion; in percent_x() 71 expansion = str++; in percent_x() 75 tcpd_warn("percent_x: expansion too long: %.30s...", result); in percent_x() 79 memcpy(bp, expansion, expansion_len); in percent_x()
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | intel,ixp4xx-expansion-bus-controller.yaml | 4 $id: http://devicetree.org/schemas/bus/intel,ixp4xx-expansion-bus-controller.yaml# 7 title: Intel IXP4xx Expansion Bus Controller 10 The IXP4xx expansion bus controller handles access to devices on the 11 memory-mapped expansion bus on the Intel IXP4xx family of system on chips, 24 - intel,ixp42x-expansion-bus-controller 25 - intel,ixp43x-expansion-bus-controller 26 - intel,ixp45x-expansion-bus-controller 27 - intel,ixp46x-expansion-bus-controller 31 description: Control registers for the expansion bus, these are not 32 inside the memory range handled by the expansion bus. [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-attach.8 | 77 A "raidz expansion" will be initiated, and once the expansion completes, 79 The expansion entails reading all allocated space from existing disks in the 86 Data redundancy is maintained during and after the expansion. 87 If a disk fails while the expansion is in progress, the expansion pauses until 90 Expansion does not change the number of failures that can be tolerated 91 without data loss (e.g. a RAID-Z2 is still a RAID-Z2 even after expansion). 94 After the expansion completes, old blocks retain their old data-to-parity 107 A pool-wide scrub is initiated at the end of the expansion in order to verify 108 the checksums of all blocks which have been copied during the expansion.
|
/freebsd/bin/sh/ |
H A D | sh.1 | 123 of a login shell, the shell then subjects its value to parameter expansion 124 and arithmetic expansion and reads commands from the named file. 245 Disable pathname expansion. 339 variable subjected to parameter expansion and arithmetic expansion) 709 parameter expansion, command substitution, and arithmetic 710 expansion (as described in the section on 1059 Tilde expansion, parameter expansion, command substitution, 1060 arithmetic expansion and quote removal are applied to the word. 1061 Then, each pattern is expanded in turn using tilde expansion, 1062 parameter expansion, command substitution and arithmetic expansion and [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | MacroExpansionContext.h | 1 //===- MacroExpansionContext.h - Macro expansion information ----*- C++ -*-===// 28 /// translation unit. For every macro expansion it can tell you what text will 67 /// \remark All whitespaces are consumed while constructing the expansion. 81 /// expansion events and the generated tokens. Must ensure that this object 85 /// \param MacroExpansionLoc Must be the expansion location of a macro. 92 /// \param MacroExpansionLoc Must be the expansion location of a macro. 94 /// the macro expansion chain from the given location. 111 /// macro expansion location. 115 /// substitution starting from a given macro expansion location. 124 /// macro expansion location.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 27 // -- Expansions: array => List of expansion records 28 // -- Expansion: dict => Object that descibes a single expansion 30 // -- TargetRegions: array => List of Regions in the expansion 31 // -- CountedRegion: dict => Single Region in the expansion 32 // -- Branches: array => List of Branches in the expansion 33 // -- Branch: dict => Describes a branch in expansion and counters 144 for (const auto &Expansion : Expansions) { in collectNestedBranches() local 145 auto ExpansionCoverage = Coverage.getCoverageForExpansion(Expansion); in collectNestedBranches() 152 // Add branches from this level of expansion. in collectNestedBranches() 155 if (B.FileID == Expansion.FileID) in collectNestedBranches() [all …]
|
/freebsd/contrib/kyua/utils/format/ |
H A D | formatter.cpp | 51 /// \param expansion The string containing the placeholder to look for. Any 66 const std::string& expansion, in find_next_placeholder() argument 69 begin = expansion.find('%', begin); in find_next_placeholder() 70 while (begin != std::string::npos && expansion[begin + 1] == '%') in find_next_placeholder() 71 begin = expansion.find('%', begin + 2); in find_next_placeholder() 73 return std::make_pair(expansion.length(), ""); in find_next_placeholder() 74 if (begin == expansion.length() - 1) in find_next_placeholder() 78 while (end < expansion.length() && expansion[end] != 's') in find_next_placeholder() 80 const std::string placeholder = expansion.substr(begin, end - begin + 1); in find_next_placeholder() 81 if (end == expansion.length() || in find_next_placeholder() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/ |
H A D | socfpga_cyclone5_chameleon96.dts | 73 /* On Low speed expansion */ 79 /* On Low speed expansion */ 89 /* On High speed expansion */ 101 /* On High speed expansion */ 107 /* On Low speed expansion */ 113 /* On Low speed expansion */ 119 /* On Low speed expansion */
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_expand/ |
H A D | zpool_expand_003_neg.ksh | 40 # Dynamic VDEV Expansion 49 # expansion of non-partitioned block devices (loopback), partitioned 73 log_assert "zpool can not expand if set autoexpand=off after vdev expansion" 98 # is easier to verify each expansion for the striped pool case, since 99 # they will not be merged in to a single larger expansion. 115 # check for zpool history for the pool size expansion 118 log_fail "pool $TESTPOOL1 is not autoexpand after vdev expansion" 125 log_pass "zpool can not autoexpand if autoexpand=off after vdev expansion"
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Macros.h | 18 /// one level of expansion (\see MacroExpander for a full description of what 58 /// Expansion : int a = 1 + 2 60 /// Expansion does not check arity of the definition. 64 /// Expansion: a + 68 /// - recursive expansion 73 /// Furthermore, only a single expansion of each macro argument is supported, 78 /// Expansion : id+x 89 /// <definition> ::= <id> <expansion> | <id> "(" <params> ")" <expansion> 92 /// <expansion> ::= "=" <tail> | <eof> 159 /// When getting the formatted lines of the expansion via the \c addLine method [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | PseudoLoweringEmitter.cpp | 70 // The pseudo expansion really should take a list of dags, not just 92 assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!"); in addDagOperandMapping() 97 "' does not match expansion operand type '" + in addDagOperandMapping() 127 llvm_unreachable("Unhandled pseudo-expansion argument type!"); in addDagOperandMapping() 138 assert(Dag && "Missing result instruction in pseudo expansion!"); in evaluateExpansion() 238 for (auto &Expansion : Expansions) { in emitLoweringEmitter() local 239 CodeGenInstruction &Source = Expansion.Source; in emitLoweringEmitter() 240 CodeGenInstruction &Dest = Expansion.Dest; in emitLoweringEmitter() 251 // expansion DAG. in emitLoweringEmitter() 256 switch (Expansion.OperandMap[MIOpNo + i].Kind) { in emitLoweringEmitter() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-8040-db.dts | 104 /* CON6 on CP0 expansion */ 111 /* CON5 on CP0 expansion */ 142 /* CON4 on CP0 expansion */ 156 /* CON9 on CP0 expansion */ 176 /* CON10 on CP0 expansion */ 212 /* CON6 on CP1 expansion */ 219 /* CON7 on CP1 expansion */ 226 /* CON5 on CP1 expansion */ 303 /* CON4 on CP1 expansion */ 321 /* CON9 on CP1 expansion */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stih410-b2260.dts | 94 /* Low speed expansion connector */ 105 /* Low speed expansion connector */ 111 /* Low speed expansion connector */ 118 /* Low speed expansion connector */ 124 /* Low speed expansion connector */ 130 /* high speed expansion connector */ 137 /* high speed expansion connector */ 150 /* high speed expansion connector */
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 13 /// location, an expansion location, and a presumed location. 26 /// The expansion location is the line in the source code where the macro 358 /// Each ExpansionInfo encodes the expansion location - where 367 /// In a macro expansion, ExpansionLocStart and ExpansionLocEnd 368 /// indicate the start and end of the expansion. In object-like macros, 369 /// they will be the same. In a function-like macro expansion, the start 375 /// Whether the expansion range is a token range. 414 /// Return a ExpansionInfo for an expansion. 416 /// Start and End specify the expansion range (where the macro is 419 /// normal File SLocs or expansion locations. [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | TokenLexer.h | 29 /// macro expansion and _Pragma handling, for example. 63 /// was reserved for the current macro expansion. 66 /// The offset of the macro expansion in the 76 /// Lexical information about the expansion point of the macro: the identifier 82 // output list during function argument expansion will get a leading space, 84 // placemarker support. If still true after function argument expansion, the 86 // expansion. 96 /// should not be subject to further macro expansion. 137 /// DisableExpansion is true when macro expansion of tokens lexed from this 143 /// expansion stack, return 2. If the next unexpanded token is a '(', return [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 116 // Find the ultimate expansion location for the diagnostic. in emitDiagnostic() 275 // the other location in the source range is also present in that expansion. in retrieveMacroLocation() 301 // If we moved the end of the range to an expansion location, we now have in retrieveMacroLocation() 302 // a range of the same kind as the expansion range. in retrieveMacroLocation() 351 // is in a macro expansion, we search each chain for a location 352 // in the same expansion as the caret; otherwise, we crawl to the top of 353 // each chain. Two locations are part of the same macro expansion 374 // First, crawl the expansion chain for the beginning of the range. in mapDiagnosticRanges() 382 // Then, crawl the expansion chain for the end of the range. in mapDiagnosticRanges() 433 /// macro expansion message [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 62 errc::invalid_argument, "Range starts or ends in a macro expansion"); in validateRange() 92 const auto &Expansion = SM.getSLocEntry(SM.getFileID(Loc)).getExpansion(); in spelledInMacroDefinition() local 93 if (Expansion.isMacroArgExpansion()) { in spelledInMacroDefinition() 95 // in a macro expansion. in spelledInMacroDefinition() 96 Loc = Expansion.getSpellingLoc(); in spelledInMacroDefinition() 104 // Returns the expansion char-range of `Loc` if `Loc` is a split token. For 115 if (auto &Expansion = SLoc.getExpansion(); in getExpansionForSplitToken() local 116 !Expansion.isExpansionTokenRange()) { in getExpansionForSplitToken() 117 // A char-range expansion is only used where a token-range would be in getExpansionForSplitToken() 120 return Expansion.getExpansionLocRange(); in getExpansionForSplitToken() [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | CodeExpansions.h | 26 void declare(StringRef Name, StringRef Expansion) { in declare() argument 27 // Duplicates are not inserted. The expansion refers to different in declare() 29 Expansions.try_emplace(Name, Expansion); in declare() 32 void redeclare(StringRef Name, StringRef Expansion) { in redeclare() argument 33 Expansions[Name] = Expansion; in redeclare()
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_expand/ |
H A D | zpool_expand_003_neg.ksh | 37 # Dynamic LUN Expansion 72 log_assert "zpool can not expand if set autoexpand=off after LUN expansion" 99 # check for zpool history for the pool size expansion 106 " is not autoexpand after LUN expansion" 112 log_fail "pool $TESTPOOL1 size changed after LUN expansion" 123 log_pass "zpool can not expand if set autoexpand=off after LUN expansion"
|
H A D | zpool_expand_001_pos.ksh | 37 # Dynamic LUN Expansion 72 log_assert "zpool can be autoexpanded after set autoexpand=on on LUN expansion" 102 # check for zpool history for the pool size expansion 111 " is not autoexpand after LUN expansion" 121 " is not autoexpand after LUN expansion" 133 log_pass "zpool can be autoexpanded after set autoexpand=on on LUN expansion"
|
H A D | zpool_expand_002_pos.ksh | 37 # Dynamic LUN Expansion 73 log_assert "zpool can expand after zpool online -e zvol vdevs on LUN expansion" 104 # check for zpool history for the pool size expansion 113 " is not autoexpand after LUN expansion" 123 " is not autoexpand after LUN expansion" 137 log_pass "zpool can expand after zpool online -e zvol vdevs on LUN expansion"
|
/freebsd/share/doc/usd/04.csh/ |
H A D | csh.a | 55 ? 1.6 expansion character matching any single character 56 * 1.6 expansion character matching any sequence of characters 57 [ ] 1.6 expansion sequence matching any single character from a set 66 " 4.3 like \', but allows variable and command expansion 75 Expansion/substitution metacharacters
|
/freebsd/contrib/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-pp.h | 19 // Evaluates to the number of arguments after expansion. 28 // Requires: the number of arguments after expansion is at most 15. 33 // Returns 1 if the expansion of arguments has an unprotected comma. Otherwise 51 // If the arguments after expansion have no tokens, evaluates to `1`. Otherwise 54 // Requires: * the number of arguments after expansion is at most 15. 71 // * __VA_ARGS__ possible expansion has no unparen'd commas. Expected 0. 72 // * __VA_ARGS__ possible expansion is not enclosed in parenthesis. Expected 0. 73 // * __VA_ARGS__ possible expansion is not a macro that ()-evaluates to a comma. 97 // Evaluates to the number of arguments after expansion. Identifies 'empty' as 107 // Requires: * the number of arguments after expansion is at most 15. [all …]
|