| /freebsd-14.2/sys/contrib/device-tree/Bindings/dma/ |
| H A D | atmel-xdma.txt | 12 - bit 13: SIF, source interface identifier, used to get the memory 13 interface identifier, 14 - bit 14: DIF, destination interface identifier, used to get the peripheral 15 interface identifier, 16 - bit 30-24: PERID, peripheral identifier. 34 - bit 13: SIF, source interface identifier, used to get the memory 35 interface identifier, 36 - bit 14: DIF, destination interface identifier, used to get the peripheral 37 interface identifier, 38 - bit 30-24: PERID, peripheral identifier.
|
| /freebsd-14.2/contrib/ntp/scripts/ |
| H A D | plot_summary.in | 28 my ($identifier, $offset_limit, $gnuplot_terminal, $wait_after_plot, 39 $identifier = $opts->{'identifier'}; 40 if (!$identifier) { 41 $identifier = "host".`hostname`; 42 chomp $identifier; 171 print "set title \"Loop Summary for $identifier: " . 217 print "set title \"Loop Summary for $identifier: " . 294 "\"Peer Summary for $peer on $identifier since $first_day\"\n";
|
| H A D | invoke-plot_summary.texi | 21 * 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-14.2/contrib/wpa/src/common/ |
| H A D | dpp_pkex.c | 84 if (pkex->identifier) in dpp_pkex_build_exchange_req() 118 if (pkex->identifier) { in dpp_pkex_build_exchange_req() 196 if (identifier) { in dpp_pkex_init() 197 pkex->identifier = os_strdup(identifier); in dpp_pkex_init() 198 if (!pkex->identifier) in dpp_pkex_init() 231 if (pkex->identifier) in dpp_pkex_build_exchange_resp() 267 if (pkex->identifier) { in dpp_pkex_build_exchange_resp() 444 identifier, &ec); in dpp_pkex_rx_exchange_req() 478 if (identifier) { in dpp_pkex_rx_exchange_req() 479 pkex->identifier = os_strdup(identifier); in dpp_pkex_rx_exchange_req() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lld/ |
| H A D | .clang-tidy | 3 - key: readability-identifier-naming.MemberCase 5 - key: readability-identifier-naming.ParameterCase 7 - key: readability-identifier-naming.VariableCase
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | QualifierAlignmentFixer.cpp | 242 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-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseHLSL.cpp | 56 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 D | ParseTentative.cpp | 66 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 D | ParseOpenACC.cpp | 40 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-14.2/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 164 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-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | hi3620-clock.txt | 17 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 D | hix5hd2-clock.txt | 12 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 D | marvell,pxa168.txt | 18 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 D | marvell,pxa910.txt | 18 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 D | hi3670-clock.txt | 24 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 D | hi3660-clock.txt | 28 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 D | hisi-crg.txt | 24 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 D | amlogic,gxbb-aoclkc.txt | 25 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 D | hi6220-clock.txt | 49 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-14.2/contrib/wpa/src/eap_common/ |
| H A D | eap_pax_common.c | 31 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 D | eap_common.c | 129 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-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | vexpress-config.yaml | 52 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-14.2/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7606.yaml | 42 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-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 46 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-14.2/contrib/wpa/src/eap_peer/ |
| H A D | eap_ttls.c | 1109 hdr->identifier = 0; in eap_ttls_fake_identity_request() 1119 struct wpabuf *resp, u8 identifier, in eap_ttls_encrypt_response() argument 1128 data->ttls_version, identifier, in eap_ttls_encrypt_response() 1293 u8 identifier, in eap_ttls_process_decrypted() argument 1367 u8 identifier, in eap_ttls_implicit_identity_request() argument 1419 struct eap_method_ret *ret, u8 identifier, in eap_ttls_phase2_start() argument 1449 struct eap_method_ret *ret, u8 identifier, in eap_ttls_decrypt() argument 1474 sm, data, ret, identifier, out_data); in eap_ttls_decrypt() 1490 identifier, NULL, out_data); in eap_ttls_decrypt() 1538 u8 identifier, in eap_ttls_process_handshake() argument [all …]
|