Home
last modified time | relevance | path

Searched refs:identifiers (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rzn1-pinctrl.txt115 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.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dpistachio-clock.txt27 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 Dmarvell,pxa1928.txt21 All these identifiers can be found in <dt-bindings/clock/marvell,pxa1928.h>.
H A Dvf610-clock.txt9 - clocks: list of clock identifiers which are external input clocks to the
H A Dartpec6.txt19 See dt-bindings/clock/axis,artpec6-clkctrl.h for the list of valid identifiers.
H A Dexynos7-clock.txt45 - clocks: list of clock identifiers which are fed as the input to
H A Dexynos4-clock.txt60 - clocks: list of the clock controller input clock identifiers,
/freebsd/crypto/openssl/doc/man3/
H A DX509_get0_uids.pod6 - get certificate and attribute certificate unique identifiers
21 identifiers of certificate B<x> or NULL if the fields are not present.
H A DOSSL_ESS_check_signing_certs.pod41 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 DSSL_COMP_add_compression_method.pod45 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 DSSL_set1_host.pod55 identifiers. When wildcard matching is not disabled, the name
57 of the reference identifiers configured via SSL_set1_host() or
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfaraday,ftmac.txt6 the SoC specific identifiers:
/freebsd/sys/contrib/device-tree/Bindings/nds32/
H A Dcpus.txt14 one of the following identifiers for a particular CPU core:
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Djuno,scpi.txt23 sensor identifiers
H A Darm,scpi.txt56 node. It can be non linear and hence provide the mapping of identifiers
83 Valid cell values are raw identifiers (Sensor ID)
/freebsd/sys/contrib/device-tree/Bindings/spmi/
H A Dspmi.txt17 These are the identifiers "statically assigned by the system integrator", as
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daspeed-scu.txt27 Families have unique hardware silicon identifiers within the SoC.
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dfsl-imx-dma.txt40 - dma-names: List of string identifiers for the DMA requests. For the correct
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Ddavinci-mcbsp.txt23 identifiers must be "rx" and "tx".
/freebsd/sys/contrib/device-tree/Bindings/security/tpm/
H A Dibmvtpm.txt6 identifiers, as 'IBM,vtpm'
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1438 SmallVector<IdentifierInfo *, 4> identifiers; in parseObjCTypeArgsOrProtocolQualifiers() local
1449 identifiers.push_back(Tok.getIdentifierInfo()); in parseObjCTypeArgsOrProtocolQualifiers()
1457 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers()
1458 identifierLocPairs.emplace_back(identifierLocs[i], identifiers[i]); in parseObjCTypeArgsOrProtocolQualifiers()
1487 getCurScope(), baseType, lAngleLoc, identifiers, identifierLocs, in parseObjCTypeArgsOrProtocolQualifiers()
1506 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers()
1508 = Actions.getTypeName(*identifiers[i], identifierLocs[i], getCurScope()); in parseObjCTypeArgsOrProtocolQualifiers()
1523 foundValidTypeId = identifiers[i]; in parseObjCTypeArgsOrProtocolQualifiers()
1528 unknownTypeArgs.push_back(identifiers[i]); in parseObjCTypeArgsOrProtocolQualifiers()
1533 if (!Actions.ObjC().LookupProtocol(identifiers[i], identifierLocs[i])) { in parseObjCTypeArgsOrProtocolQualifiers()
[all …]
/freebsd/crypto/heimdal/doc/
H A Dlayman.asc196 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 …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1431 ArrayRef<IdentifierInfo *> identifiers, in actOnObjCTypeArgsOrProtocolQualifiers() argument
1442 assert(numProtocolsResolved == identifiers.size() && "Unresolved protocols"); in actOnObjCTypeArgsOrProtocolQualifiers()
1495 SemaRef.LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers()
1539 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers()
1540 ObjCProtocolDecl *proto = LookupProtocol(identifiers[i], identifierLocs[i]); in actOnObjCTypeArgsOrProtocolQualifiers()
1547 if (numProtocolsResolved == identifiers.size()) in actOnObjCTypeArgsOrProtocolQualifiers()
1557 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers()
1559 S, identifiers[i], identifierLocs[i], Sema::LookupOrdinaryName); in actOnObjCTypeArgsOrProtocolQualifiers()
1634 assert(numTypeDeclsResolved == identifiers.size() && "Unresolved type decl"); in actOnObjCTypeArgsOrProtocolQualifiers()
1636 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dsci-pm-domain.txt57 of valid identifiers for k2g.
/freebsd/crypto/openssl/providers/common/der/
H A DRSA.asn113 -- Basic object identifiers

123456