/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | amlogic,axg-audio-clkc.yaml | 46 - description: slave bit clock N0 provided by external components 47 - description: slave bit clock N1 provided by external components 48 - description: slave bit clock N2 provided by external components 49 - description: slave bit clock N3 provided by external components 50 - description: slave bit clock N4 provided by external components 51 - description: slave bit clock N5 provided by external components 52 - description: slave bit clock N6 provided by external components 53 - description: slave bit clock N7 provided by external components 54 - description: slave bit clock N8 provided by external components 55 - description: slave bit clock N9 provided by external components [all …]
|
/freebsd/usr.sbin/acpi/ |
H A D | Makefile.inc | 15 ${ACPICA_DIR}/components/debugger \ 16 ${ACPICA_DIR}/components/disassembler \ 17 ${ACPICA_DIR}/components/dispatcher \ 18 ${ACPICA_DIR}/components/events \ 19 ${ACPICA_DIR}/components/executer \ 20 ${ACPICA_DIR}/components/hardware \ 21 ${ACPICA_DIR}/components/namespace \ 22 ${ACPICA_DIR}/components/parser \ 23 ${ACPICA_DIR}/components/resources \ 24 ${ACPICA_DIR}/components/tables \ [all …]
|
/freebsd/sys/geom/virstor/ |
H A D | g_virstor.c | 30 * - "Components" are wrappers around providers that make up the 31 * virtual storage (i.e. a virstor has "physical" components) 99 "Minimum number of free components before issuing administrative warning"); 255 * .taste function for new components. 301 LOG_MSG(LVL_ERROR, "Cannot add components to incomplete " in virstor_ctl_add() 307 fcp = sc->components[0].gcons; in virstor_ctl_add() 324 " %u components)", added); in virstor_ctl_add() 362 if (strcmp(sc->components[j].gcons->provider->name, in virstor_ctl_add() 371 sc->components = realloc(sc->components, in virstor_ctl_add() 372 sizeof(*sc->components) * (sc->n_components + 1), in virstor_ctl_add() [all …]
|
/freebsd/lib/libc/locale/ |
H A D | xlocale.c | 50 * components for the parts that are expected to be sensible. 180 if (loc->components[type]) { in destruct_locale() 181 xlocale_release(loc->components[type]); in destruct_locale() 219 /* Always copy from the global locale, since it has mutable components. in dupcomponent() 221 struct xlocale_component *src = base->components[type]; in dupcomponent() 224 new->components[type] = constructors[type](src->locale, new); in dupcomponent() 225 if (new->components[type]) { in dupcomponent() 226 strncpy(new->components[type]->locale, src->locale, in dupcomponent() 228 strncpy(new->components[type]->version, src->version, in dupcomponent() 231 } else if (base->components[type]) { in dupcomponent() [all …]
|
/freebsd/usr.sbin/acpi/acpidb/ |
H A D | Makefile | 7 # components/debugger 12 # components/disassembler 17 # components/dispatcher 23 # components/events 28 # components/executer 36 # components/hardware 40 # components/namespace 47 # components/parser 52 # components/resources 57 # components/tables [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 987 SmallVector<StringRef, 4> Components; in Triple() local 988 StringRef(Data).split(Components, '-', /*MaxSplit*/ 3); in Triple() 989 if (Components.size() > 0) { in Triple() 990 Arch = parseArch(Components[0]); in Triple() 991 SubArch = parseSubArch(Components[0]); in Triple() 992 if (Components.size() > 1) { in Triple() 993 Vendor = parseVendor(Components[1]); in Triple() 994 if (Components.size() > 2) { in Triple() 995 OS = parseOS(Components[2]); in Triple() 996 if (Components.size() > 3) { in Triple() [all …]
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | OID.pm | 153 # The components become a list of ( identifier, number ) pairs, 156 my @components; 159 @components = ( $oid =~ m/${objcomponent_re}\s*/g ); 162 @components = ( $oid =~ m/${xmlobjcomponent_re}\.?/g ); 165 croak "Invalid ASN.1 object '$input'" unless @components; 167 unless scalar(@components) % 2 == 0; 178 } ( @components[0..1] ); 188 } @components[2..$#components] 192 # components following it, we change the type of that identifier 194 if (scalar @components > 2 [all …]
|
/freebsd/usr.sbin/ckdist/ |
H A D | ckdist.1 | 43 files (which are assumed to specify components 73 Report on all distribution components, not just those in respect of 76 Ignore missing distribution components. 82 Verify the existence of distribution components (and also check sizes, 88 Look for distribution components in the directory 91 Access distribution components using the filename 95 file components, append the appropriate
|
/freebsd/share/man/man5/ |
H A D | freebsd-update.conf.5 | 121 .It Cm Components 122 The parameters following this keyword are the components or 123 sub-components of 126 The components are 132 the sub-components are the individual distribution sets generated as 252 should interpret the list of components of 255 .Cm Components 256 option strictly as a list of components installed which 259 command is used ("yes"), or merely as a list of components
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_strip_components.c | 26 * Test 1: Strip components when extracting archives. in DEFINE_TEST() 36 assertEqualInt(0, systemf("%s -x -C target --strip-components 2 " in DEFINE_TEST() 56 * Test 1b: Strip components extracting archives involving hardlinks. in DEFINE_TEST() 60 * be extracted with --strip-components=2 and the other two in DEFINE_TEST() 86 * Test 2: Strip components when creating archives. in DEFINE_TEST() 89 assertEqualInt(0, systemf("%s --strip-components 2 -cf test2.tar " in DEFINE_TEST() 92 assertEqualInt(0, systemf("%s --strip-components 2 -cf test2.tar " in DEFINE_TEST() 113 * Test 2b: Strip components creating archives involving hardlinks. in DEFINE_TEST()
|
/freebsd/lib/geom/raid3/ |
H A D | graid3.8 | 78 After a device is created, all components are detected and configured 81 of stale components, etc.\& are also done automatically. 95 The number of components must be equal to 3, 5, 9, 17, etc.\& (2^n + 1). 105 Turn off autosynchronization of stale components. 119 of regular data components. Big values may decrease performance and compatibility, 142 Turn on autosynchronization of stale components. 153 Turn off autosynchronization of stale components. 168 Add the given component to the existing array, if one of the components was
|
/freebsd/contrib/lib9p/pytest/ |
H A D | p9conn.py | 538 # with some or all the components in ocomps. Note that if 560 # Replace the old components with the new ones. 563 # components, thanks to Python's slice assignment. 827 def lookup(self, fid, components): argument 832 so that caller can provide invalid components like '' or '/'). 833 The components must be byte-strings as well, for the same 843 if (isinstance(components, (str, bytes) or 844 not all(isinstance(i, bytes) for i in components))): 846 'components {1!r}'.format(self, components)) 851 nwname=len(components), wname=components) [all …]
|
/freebsd/contrib/kyua/utils/fs/ |
H A D | path.cpp | 43 /// A normalized path cannot have empty components; i.e. there can be at most 187 /// Counts the number of components in the path. 189 /// \return The number of components. 254 /// Concatenates this path with one or more components. 256 /// \param components The new components to concatenate to the path. These are 258 /// components cannot represent an absolute path. 261 /// provided components. 263 /// \throw utils::fs::invalid_path_error If components does not represent a 268 fs::path::operator/(const std::string& components) const in operator /() 270 return (*this) / fs::path(components); in operator /()
|
/freebsd/lib/geom/mirror/ |
H A D | gmirror.8 | 136 After a mirror's creation, all components are detected and configured 139 of stale components, etc.\& are also done automatically. 153 The order of components is important, because a component's priority is based on its position 175 where N is the number of active components. 183 Turn off autosynchronization of stale components. 189 components. 206 Turn on autosynchronization of stale components. 219 Turn off autosynchronization of stale components. 229 Rebuild the given mirror components forcibly. 262 Stop the given mirror and clear metadata on all its components. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.cpp | 145 LVStringRefs Components; in getAllLexicalComponents() local 147 Components.push_back( in getAllLexicalComponents() 150 return Components; in getAllLexicalComponents() 153 std::string llvm::logicalview::getScopedName(const LVStringRefs &Components, in getScopedName() argument 155 if (Components.empty()) in getScopedName() 161 Stream << Components[0]; in getScopedName() 162 for (LVStringRefs::size_type Index = 1; Index < Components.size(); ++Index) in getScopedName() 163 Stream << "::" << Components[Index]; in getScopedName()
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5_fileformats.3 | 25 counted_octet_string components[num_components]; 52 …_components field indicating the number of counted_octet_string components in the components array. 56 …n array of bytes prefixed with a 16 bit length. For the realm and name components, the counted_oct… 58 …components array that represents the name of the principal. The text of these components may be jo… 60 Following the components array is the 32 bit name_type (e.g. 1 is KRB5_NT_PRINCIPAL, 2 is KRB5_NT_S…
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_principal.3 | 138 The PrincipalName consists of one or more components. In printed form, 139 the components are separated by /. 212 The following arguments form the components of the principal. 213 The list of components is terminated with 279 components minus one. If the index is out of range 294 was that it was believed that principal components could contain 296 that principal components are in fact UTF8, so it's safe to use zero 299 It's generally not necessary to look at the components of a principal.
|
/freebsd/usr.sbin/acpi/iasl/ |
H A D | Makefile | 34 # components/debugger 37 # components/disassembler 42 # components/dispatcher 47 # components/executer 53 # components/parser 57 # components/namespace 61 # components/tables 65 # components/utilities
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 125 simple types, which are "atomic" and have no components; 126 structured types, which have components; tagged types, which 207 Simple types are those not consisting of components; they 222 sequence of integer components that identify an 242 consisting of components, where the components are 254 Structured types are those consisting of components. ASN.1 268 The structured types can have optional components, possibly 277 optional components of a SET or SEQUENCE type are typically 354 components of the value. 432 the components of the value: [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 83 SmallVector<Metadata *, 16> Components; in getMD() local 84 Components.push_back(getKeyValMD(Context, "ProfileFormat", KindStr[PSK])); in getMD() 85 Components.push_back(getKeyValMD(Context, "TotalCount", getTotalCount())); in getMD() 86 Components.push_back(getKeyValMD(Context, "MaxCount", getMaxCount())); in getMD() 87 Components.push_back( in getMD() 89 Components.push_back( in getMD() 91 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts())); in getMD() 92 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD() 94 Components.push_back( in getMD() 97 Components.push_back(getKeyFPValMD(Context, "PartialProfileRatio", in getMD() [all …]
|
/freebsd/sys/conf/ |
H A D | files | 416 contrib/dev/acpica/components/debugger/dbcmds.c optional acpi acpi_debug 417 contrib/dev/acpica/components/debugger/dbconvert.c optional acpi acpi_debug 418 contrib/dev/acpica/components/debugger/dbdisply.c optional acpi acpi_debug 419 contrib/dev/acpica/components/debugger/dbexec.c optional acpi acpi_debug 420 contrib/dev/acpica/components/debugger/dbhistry.c optional acpi acpi_debug 421 contrib/dev/acpica/components/debugger/dbinput.c optional acpi acpi_debug 422 contrib/dev/acpica/components/debugger/dbmethod.c optional acpi acpi_debug 423 contrib/dev/acpica/components/debugger/dbnames.c optional acpi acpi_debug 424 contrib/dev/acpica/components/debugger/dbobject.c optional acpi acpi_debug 425 contrib/dev/acpica/components/debugger/dbstats.c optional acpi acpi_debug [all …]
|
/freebsd/share/doc/psd/18.gprof/ |
H A D | postp.me | 89 components in the call graph, 93 components algorithm 94 that discovers strongly-connected components as it is assigning 98 components is a problem. 108 does not work within strongly connected components. 116 It is for these reasons that we collapse connected components. 182 Since they may complete strongly connected components,
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.conf | 13 # Components of the base system which should be kept updated. 14 Components src world kernel 17 # Components src/base src/sys world 60 # When upgrading between releases, should the list of Components be 61 # read strictly (StrictComponents yes) or merely as a list of components
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-pkey.pod.in | 38 converted between various forms and their components printed. 57 components. 92 With this option only the public components are read. 135 this option restricts the output to the public components. 146 Output the various key components in plain text 152 Output in text form only the public key components (also for private keys). 195 To print out the components of a private key to standard output: 199 To print out the public components of a private key to standard output:
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | README.md | 7 The record layer is divided into a number of components. At the time of writing 9 of these components is defined by: 19 The source files map to components as follows: 27 interface to the record layer for the rest of libssl. The other 3 components are 35 directly access its members. Instead components use accessor macros, so if code
|