| /src/sys/contrib/device-tree/Bindings/clock/ |
| H A D | pistachio-clock.txt | 27 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers. 56 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers. 84 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers. 113 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers.
|
| H A D | marvell,pxa1928.txt | 21 All these identifiers can be found in <dt-bindings/clock/marvell,pxa1928.h>.
|
| H A D | artpec6.txt | 19 See dt-bindings/clock/axis,artpec6-clkctrl.h for the list of valid identifiers.
|
| H A D | vf610-clock.txt | 9 - clocks: list of clock identifiers which are external input clocks to the
|
| H A D | exynos7-clock.txt | 45 - clocks: list of clock identifiers which are fed as the input to
|
| H A D | exynos4-clock.txt | 60 - clocks: list of the clock controller input clock identifiers,
|
| /src/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | renesas,rzn1-pinctrl.txt | 115 one of the alternate function identifiers defined in: 117 These identifiers collapse the IO Multiplex Configuration Level 1 and 119 single number. The identifiers for Level 2 are simply offset by 10. 120 Additional identifiers are provided to specify the MDIO source peripheral.
|
| /src/crypto/openssl/doc/man3/ |
| H A D | X509_get0_uids.pod | 6 - get certificate and attribute certificate unique identifiers 21 identifiers of certificate B<x> or NULL if the fields are not present.
|
| H A D | OSSL_ESS_check_signing_certs.pod | 41 the certificates required by the identifiers given in I<ss> and/or I<ssv2>. 44 The list of certificate identifiers in I<ss> is of type B<ESS_CERT_ID>,
|
| H A D | SSL_COMP_add_compression_method.pod | 45 methods or their corresponding identifiers, so there is currently no compatible 57 An OpenSSL server will match the identifiers listed by a client against
|
| H A D | SSL_set1_host.pod | 55 identifiers. When wildcard matching is not disabled, the name 57 of the reference identifiers configured via SSL_set1_host() or
|
| /src/sys/contrib/device-tree/Bindings/net/ |
| H A D | faraday,ftmac.txt | 6 the SoC specific identifiers:
|
| /src/sys/contrib/device-tree/Bindings/nds32/ |
| H A D | cpus.txt | 14 one of the following identifiers for a particular CPU core:
|
| /src/sys/contrib/device-tree/Bindings/arm/ |
| H A D | juno,scpi.txt | 23 sensor identifiers
|
| H A D | arm,scpi.txt | 56 node. It can be non linear and hence provide the mapping of identifiers 83 Valid cell values are raw identifiers (Sensor ID)
|
| /src/sys/contrib/device-tree/Bindings/spmi/ |
| H A D | spmi.txt | 17 These are the identifiers "statically assigned by the system integrator", as
|
| /src/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | aspeed-scu.txt | 27 Families have unique hardware silicon identifiers within the SoC.
|
| /src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | davinci-mcbsp.txt | 23 identifiers must be "rx" and "tx".
|
| /src/sys/contrib/device-tree/Bindings/dma/ |
| H A D | fsl-imx-dma.txt | 40 - dma-names: List of string identifiers for the DMA requests. For the correct
|
| /src/sys/contrib/device-tree/Bindings/security/tpm/ |
| H A D | ibmvtpm.txt | 6 identifiers, as 'IBM,vtpm'
|
| /src/crypto/heimdal/doc/ |
| H A D | layman.asc | 196 identifiers begin with lower-case letters; type 809 identifiers for the alternatives, and Type1, ..., Typen are 810 the types of the alternatives. The identifiers are primarily 826 Here the identifiers for the alternatives are certificate 907 identifiers and value1, ..., valuen are optional integer 908 values. The identifiers, when present, are associated with 978 identifiers. An OBJECT IDENTIFIER value can have any number 1011 identifiers, and value1, ..., valuen are optional integer 1017 The identifiers identifier1, ..., identifiern are intended 1019 integer value when both are present. These identifiers can [all …]
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1428 ArrayRef<IdentifierInfo *> identifiers, in actOnObjCTypeArgsOrProtocolQualifiers() argument 1439 assert(numProtocolsResolved == identifiers.size() && "Unresolved protocols"); in actOnObjCTypeArgsOrProtocolQualifiers() 1492 SemaRef.LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() 1536 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1537 ObjCProtocolDecl *proto = LookupProtocol(identifiers[i], identifierLocs[i]); in actOnObjCTypeArgsOrProtocolQualifiers() 1544 if (numProtocolsResolved == identifiers.size()) in actOnObjCTypeArgsOrProtocolQualifiers() 1554 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1556 S, identifiers[i], identifierLocs[i], Sema::LookupOrdinaryName); in actOnObjCTypeArgsOrProtocolQualifiers() 1631 assert(numTypeDeclsResolved == identifiers.size() && "Unresolved type decl"); in actOnObjCTypeArgsOrProtocolQualifiers() 1633 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() [all …]
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 1666 SmallVector<IdentifierInfo *, 4> identifiers; in parseObjCTypeArgsOrProtocolQualifiers() local 1677 identifiers.push_back(Tok.getIdentifierInfo()); in parseObjCTypeArgsOrProtocolQualifiers() 1685 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers() 1686 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers() 1716 getCurScope(), baseType, lAngleLoc, identifiers, identifierLocs, in parseObjCTypeArgsOrProtocolQualifiers() 1735 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers() 1737 = Actions.getTypeName(*identifiers[i], identifierLocs[i], getCurScope()); in parseObjCTypeArgsOrProtocolQualifiers() 1752 foundValidTypeId = identifiers[i]; in parseObjCTypeArgsOrProtocolQualifiers() 1757 unknownTypeArgs.push_back(identifiers[i]); in parseObjCTypeArgsOrProtocolQualifiers() 1762 if (!Actions.ObjC().LookupProtocol(identifiers[i], identifierLocs[i])) { in parseObjCTypeArgsOrProtocolQualifiers() [all …]
|
| /src/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | sci-pm-domain.txt | 57 of valid identifiers for k2g.
|
| /src/crypto/openssl/providers/common/der/ |
| H A D | RSA.asn1 | 13 -- Basic object identifiers
|