Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Datmel-xdma.txt13 - bit 13: SIF, source interface identifier, used to get the memory
14 interface identifier,
15 - bit 14: DIF, destination interface identifier, used to get the peripheral
16 interface identifier,
17 - bit 30-24: PERID, peripheral identifier.
35 - bit 13: SIF, source interface identifier, used to get the memory
36 interface identifier,
37 - bit 14: DIF, destination interface identifier, used to get the peripheral
38 interface identifier,
39 - bit 30-24: PERID, peripheral identifier.
/freebsd/contrib/ntp/scripts/
H A Dplot_summary.in27 my ($identifier, $offset_limit, $gnuplot_terminal, $wait_after_plot,
38 $identifier = $opts->{'identifier'};
39 if (!$identifier) {
40 $identifier = "host".`hostname`;
41 chomp $identifier;
170 print "set title \"Loop Summary for $identifier: " .
216 print "set title \"Loop Summary for $identifier: " .
293 "\"Peer Summary for $peer on $identifier since $first_day\"\n";
H A Dinvoke-plot_summary.texi21 * plot_summary identifier:: identifier option
48 --identifier=str Origin of the data
71 @node plot_summary identifier
72 @subsection identifier option
73 @cindex plot_summary-identifier
/freebsd/contrib/wpa/src/common/
H A Ddpp_pkex.c45 pkex->identifier, &ec); in dpp_pkex_build_exchange_req()
85 if (pkex->identifier) in dpp_pkex_build_exchange_req()
119 if (pkex->identifier) { in dpp_pkex_build_exchange_req()
194 if (identifier) { in dpp_pkex_init()
195 pkex->identifier = os_strdup(identifier); in dpp_pkex_init()
196 if (!pkex->identifier) in dpp_pkex_init()
228 if (pkex->identifier) in dpp_pkex_build_exchange_resp()
264 if (pkex->identifier) { in dpp_pkex_build_exchange_resp()
474 if (identifier) { in dpp_pkex_rx_exchange_req()
475 pkex->identifier = os_strdup(identifier); in dpp_pkex_rx_exchange_req()
[all …]
/freebsd/contrib/llvm-project/lld/
H A D.clang-tidy3 - key: readability-identifier-naming.MemberCase
5 - key: readability-identifier-naming.ParameterCase
7 - key: readability-identifier-naming.VariableCase
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp242 if (PreviousCheck->isOneOf(TT_PointerOrReference, tok::identifier, in analyzeRight()
322 if (TypeToken->isOneOf(tok::kw_auto, tok::identifier)) { in analyzeRight()
336 Next->startsSequence(tok::coloncolon, tok::identifier) || in analyzeRight()
338 tok::identifier))) { in analyzeRight()
441 if (Tok->is(tok::identifier) && Previous->is(tok::coloncolon)) in analyzeLeft()
447 if (Tok->is(tok::identifier) && Previous->is(tok::kw_template) && in analyzeLeft()
452 if (Tok->endsSequence(tok::kw_auto, tok::identifier)) in analyzeLeft()
479 PreColonColon->isOneOf(TT_TemplateCloser, tok::identifier)) { in analyzeLeft()
522 .Default(tok::identifier); in getTokenFromQualifier()
549 assert(QualifierToken != tok::identifier && "Unrecognised Qualifier"); in fixQualifierAlignment()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp56 if (!Tok.is(tok::identifier)) { in ParseHLSLBuffer()
57 Diag(Tok, diag::err_expected) << tok::identifier; in ParseHLSLBuffer()
131 else if (Tok.is(tok::identifier)) in ParseHLSLSemantics()
152 if (!Tok.is(tok::identifier)) { in ParseHLSLSemantics()
153 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; in ParseHLSLSemantics()
168 if (!Tok.is(tok::identifier)) { in ParseHLSLSemantics()
169 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; in ParseHLSLSemantics()
H A DParseTentative.cpp66 case tok::identifier: { in isCXXDeclarationStatement()
76 case tok::identifier: { in isCXXDeclarationStatement()
246 if (Tok.is(tok::identifier)) in TryConsumeDeclarationSpecifier()
1006 if (Tok.is(tok::identifier)) in TryParseOperatorId()
1112 } else if (Tok.is(tok::identifier)) { in TryParseDeclarator()
1346 tok::identifier, in isCXXDeclarationSpecifier()
1365 case tok::identifier: { in isCXXDeclarationSpecifier()
1395 if (Tok.isNot(tok::identifier)) in isCXXDeclarationSpecifier()
1419 if (Tok.is(tok::identifier)) in isCXXDeclarationSpecifier()
1946 if (Tok.isNot(tok::identifier)) in TryParseProtocolQualifiers()
[all …]
H A DParseOpenACC.cpp40 if (!Tok.is(tok::identifier)) in getOpenACCDirectiveKind()
87 if (!Tok.is(tok::identifier)) in getOpenACCClauseKind()
136 if (!Tok.is(tok::identifier)) in getOpenACCAtomicKind()
148 if (!Tok.is(tok::identifier)) in getOpenACCDefaultClauseKind()
169 if (!Tok.is(tok::identifier)) in isOpenACCSpecialToken()
195 if (Tok.is(tok::identifier)) in isTokenIdentifierOrKeyword()
234 if (!Tok.is(tok::identifier)) in isOpenACCDirectiveKind()
310 case tok::identifier: in ParseReductionOperator()
351 if (!SecondTok.is(tok::identifier)) in ParseOpenACCEnterExitDataDirective()
390 if (FirstTok.isNot(tok::identifier)) { in ParseOpenACCDirectiveKind()
[all …]
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in164 self.identifier = identifier
359 if self.identifier:
472 pretest = Cmd(self.pre, identifier=self.identifier, outputdir=odir,
474 test = Cmd(self.pathname, identifier=self.identifier,
478 failsafe = Cmd(self.failsafe, identifier=self.identifier,
482 posttest = Cmd(self.post, identifier=self.identifier, outputdir=odir,
598 user=self.pre_user, identifier=self.identifier)
601 user=self.post_user, identifier=self.identifier)
613 identifier=self.identifier)
616 user=self.failsafe_user, identifier=self.identifier)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dhi3620-clock.txt17 Each clock is assigned an identifier and client nodes use this identifier
20 All these identifier could be found in <dt-bindings/clock/hi3620-clock.h>.
H A Dhix5hd2-clock.txt12 Each clock is assigned an identifier and client nodes use this identifier
15 All these identifier could be found in <dt-bindings/clock/hix5hd2-clock.h>.
H A Dmarvell,pxa168.txt18 Each clock is assigned an identifier and client nodes use this identifier
21 All these identifier could be found in <dt-bindings/clock/marvell,pxa168.h>.
H A Dmarvell,pxa910.txt18 Each clock is assigned an identifier and client nodes use this identifier
21 All these identifier could be found in <dt-bindings/clock/marvell-pxa910.h>.
H A Dhi3670-clock.txt24 Each clock is assigned an identifier and client nodes use this identifier
27 All these identifier could be found in <dt-bindings/clock/hi3670-clock.h>.
H A Dhi3660-clock.txt28 Each clock is assigned an identifier and client nodes use this identifier
31 All these identifier could be found in <dt-bindings/clock/hi3660-clock.h>.
H A Dhisi-crg.txt24 Each clock is assigned an identifier and client nodes use this identifier
27 All these identifier could be found in <dt-bindings/clock/hi3519-clock.h>.
H A Damlogic,gxbb-aoclkc.txt25 Each clock is assigned an identifier and client nodes can use this identifier
32 Each reset is assigned an identifier and client nodes can use this identifier
H A Dhi6220-clock.txt49 Each clock is assigned an identifier and client nodes use this identifier
52 All these identifier could be found in <dt-bindings/clock/hi6220-clock.h>.
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pax_common.c31 const char *identifier, in eap_pax_kdf() argument
42 if (identifier == NULL || num_blocks >= 255) in eap_pax_kdf()
49 addr[0] = (const u8 *) identifier; in eap_pax_kdf()
50 len[0] = os_strlen(identifier); in eap_pax_kdf()
H A Deap_common.c129 size_t payload_len, u8 code, u8 identifier) in eap_msg_alloc() argument
143 hdr->identifier = identifier; in eap_msg_alloc()
190 return eap->identifier; in eap_get_id()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dvexpress-config.yaml52 description: shutdown identifier
70 description: reboot identifier
88 description: DVI mode identifier
168 description: current sensor identifier
189 description: temperature sensor identifier
228 description: power sensor identifier
249 description: energy sensor identifier
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7606.yaml42 Must be the device tree identifier of the CONVST pin.
50 Must be the device tree identifier of the RESET pin. If specified,
57 Must be the device tree identifier of the STBY pin. This pin is used
65 Must be the device tree identifier of the FRSTDATA pin.
73 Must be the device tree identifier of the RANGE pin. The polarity on
83 Must be the device tree identifier of the over-sampling
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp46 IdentifierInfo &II = AST.Idents.get(Name, tok::TokenKind::identifier); in BuiltinTypeDeclBuilder()
91 IdentifierInfo &II = AST.Idents.get(Name, tok::TokenKind::identifier); in addMemberVariable()
130 IdentifierInfo &II = AST.Idents.get(Name, tok::TokenKind::identifier); in lookupBuiltinFunction()
250 IdentifierInfo &II = AST.Idents.get("Idx", tok::TokenKind::identifier); in addArraySubscriptOperator()
330 &AST.Idents.get(Name, tok::TokenKind::identifier), /* Typename */ false, in addTypeParameter()
387 IdentifierInfo &HLSL = AST.Idents.get("hlsl", tok::TokenKind::identifier); in InitializeSema()
425 &AST.Idents.get("element", tok::TokenKind::identifier), false, false); in defineHLSLVectorAlias()
432 &AST.Idents.get("element_count", tok::TokenKind::identifier), AST.IntTy, in defineHLSLVectorAlias()
444 IdentifierInfo &II = AST.Idents.get("vector", tok::TokenKind::identifier); in defineHLSLVectorAlias()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_ttls.c1084 hdr->identifier = 0; in eap_ttls_fake_identity_request()
1094 struct wpabuf *resp, u8 identifier, in eap_ttls_encrypt_response() argument
1103 data->ttls_version, identifier, in eap_ttls_encrypt_response()
1268 u8 identifier, in eap_ttls_process_decrypted() argument
1342 u8 identifier, in eap_ttls_implicit_identity_request() argument
1394 struct eap_method_ret *ret, u8 identifier, in eap_ttls_phase2_start() argument
1424 struct eap_method_ret *ret, u8 identifier, in eap_ttls_decrypt() argument
1449 sm, data, ret, identifier, out_data); in eap_ttls_decrypt()
1465 identifier, NULL, out_data); in eap_ttls_decrypt()
1513 u8 identifier, in eap_ttls_process_handshake() argument
[all …]

12345678910>>...21