| /freebsd-src/contrib/ntp/ntpsnmpd/ |
| H A D | ntpv4-mib.mib | 175 "The entity's precision in integer format, shows the precision. 184 "The distance from this NTP entity to the root time reference 228 "The NTP entity's own stratum value. Should be a stratum of 272 "The root dispersion of the running NTP entity, e.g., '6.927'." 280 "The uptime of the NTP entity, (i.e., the time since ntpd was 332 NTP entity from the transport service. 334 upon cold start or reinitialization of the NTP entity, the 346 transport service by this NTP entity. 348 upon cold start or reinitialization of the NTP entity, the 360 to this NTP entity and were for an unsupported NTP [all …]
|
| /freebsd-src/contrib/expat/lib/ |
| H A D | xmlparse.c | 396 /* false once a parameter entity reference has been skipped */ 422 ENTITY *entity; 429 XML_ACCOUNT_ENTITY_EXPANSION, /* intermediate bytes produced during entity 484 static enum XML_Error processInternalEntity(XML_Parser parser, ENTITY *entity, 529 static enum XML_Error storeSelfEntityValue(XML_Parser parser, ENTITY *entity); 609 static void entityTrackingReportStats(XML_Parser parser, ENTITY *entity, 611 static void entityTrackingOnOpen(XML_Parser parser, ENTITY *entity, 613 static void entityTrackingOnClose(XML_Parser parser, ENTITY *entity, 1050 parsers (i.e. external entity parsers) will inherit it in XML_ParserCreate_MM() 1579 /* external parameter entity parser in XML_ParserFree() 420 ENTITY *entity; global() member 2890 ENTITY *entity; doContent() local 4892 ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, doProlog() local 4939 ENTITY *entity = (ENTITY *)lookup(parser, &dtd->paramEntities, doProlog() local 5469 ENTITY *entity; doProlog() local 5809 processInternalEntity(XML_Parser parser,ENTITY * entity,XML_Bool betweenDecl) processInternalEntity() argument 5875 ENTITY *entity; internalEntityProcessor() local 6049 ENTITY *entity; appendAttributeValue() local 6215 ENTITY *entity; storeEntityValue() local 6364 storeSelfEntityValue(XML_Parser parser,ENTITY * entity) storeSelfEntityValue() argument 7925 entityTrackingReportStats(XML_Parser rootParser,ENTITY * entity,const char * action,int sourceLine) entityTrackingReportStats() argument 7949 entityTrackingOnOpen(XML_Parser originParser,ENTITY * entity,int sourceLine) entityTrackingOnOpen() argument 7964 entityTrackingOnClose(XML_Parser originParser,ENTITY * entity,int sourceLine) entityTrackingOnClose() argument [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 1034 /// Given that an entity has protected natural access, check whether in FindBestPath() 1116 AccessTarget &entity) { in diagnoseBadDirectAccess() 1117 assert(entity.isMemberAccess()); in diagnoseBadDirectAccess() 1118 NamedDecl *D = entity.getTargetDecl(); in diagnoseBadDirectAccess() argument 1121 TryDiagnoseProtectedAccess(S, EC, entity)) in diagnoseBadDirectAccess() 1173 AccessTarget &entity) { in DiagnoseAccessPath() 1175 AccessTarget::SavedInstanceContext _ = entity.saveInstanceContext(); in DiagnoseAccessPath() argument 1184 if (entity.isMemberAccess()) { in DiagnoseAccessPath() 1185 NamedDecl *D = entity.getTargetDecl(); in DiagnoseAccessPath() 1187 const CXXRecordDecl *declaringClass = entity in DiagnoseAccessPath() 1831 AccessTarget entity(Context, AccessTarget::Member, CheckFriendAccess() local [all...] |
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 374 // We know entity->m_parser_vars is valid because we used a parser variable in AddValueToStruct() 503 ClangExpressionVariable *entity(ClangExpressionVariable::FindVariableInList( in GetFunctionInfo() 506 if (!entity) in GetFunctionInfo() 513 entity->GetParserVars(GetParserID()); in GetFunctionInfo() 1580 ClangExpressionVariable *entity(new ClangExpressionVariable(valobj)); in AddExpressionVariable() 1581 m_found_entities.AddNewlyConstructedVariable(entity); in AddExpressionVariable() 1583 assert(entity); in AddExpressionVariable() 1584 entity->EnableParserVars(GetParserID()); in AddExpressionVariable() 1586 entity->GetParserVars(GetParserID()); in AddExpressionVariable() 1591 entity in AddExpressionVariable() 504 ClangExpressionVariable *entity(ClangExpressionVariable::FindVariableInList( GetFunctionInfo() local 1585 ClangExpressionVariable *entity(new ClangExpressionVariable(valobj)); AddExpressionVariable() local 1733 ClangExpressionVariable *entity(new ClangExpressionVariable( AddOneGenericVariable() local 1778 ClangExpressionVariable *entity(new ClangExpressionVariable( AddOneRegister() local 1926 ClangExpressionVariable *entity(new ClangExpressionVariable( AddOneFunction() local [all...] |
| /freebsd-src/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_arm.c | 2376 char entity[16]; in vchiq_use_internal() local 2386 snprintf(entity, sizeof(entity), "VCHIQ: "); in vchiq_use_internal() 2389 snprintf(entity, sizeof(entity), "%c%c%c%c:%8x", in vchiq_use_internal() 2422 "blocked - waiting...", __func__, entity); in vchiq_use_internal() 2427 __func__, entity); in vchiq_use_internal() 2435 "unblocked", __func__, entity); in vchiq_use_internal() 2458 __func__, entity, local_entity_uc, local_uc); in vchiq_use_internal() 2463 __func__, entity, *entity_uc, local_uc); in vchiq_use_internal() 2472 __func__, entity); in vchiq_use_internal() 2476 "resume interrupted", __func__, entity); in vchiq_use_internal() [all …]
|
| /freebsd-src/crypto/openssl/demos/certs/apps/ |
| H A D | apps.cnf | 36 # These extensions are added when 'ca' signs a request for an end entity 44 # These extensions are added when 'ca' signs a request for an end entity
|
| /freebsd-src/crypto/openssl/test/smime-certs/ |
| H A D | ca.cnf | 35 # These extensions are added when 'ca' signs a request for an end entity 47 # These extensions are added when 'ca' signs a request for an end entity
|
| /freebsd-src/crypto/openssl/demos/certs/ |
| H A D | ca.cnf | 35 # These extensions are added when 'ca' signs a request for an end entity 57 # These extensions are added when 'ca' signs a request for an end entity
|
| /freebsd-src/crypto/openssl/ |
| H A D | LICENSE.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by 16 "Legal Entity" shall mean the union of the acting entity and all 18 control with that entity. For the purposes of this definition, 20 direction or management of such entity, whether by contract or 22 outstanding shares, or (iii) beneficial ownership of such entity. 83 institute patent litigation against any entity (including a
|
| /freebsd-src/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ |
| H A D | THIRDPARTYLICENSE.openssl | 13 "Licensor" shall mean the copyright owner or entity authorized by 16 "Legal Entity" shall mean the union of the acting entity and all 18 control with that entity. For the purposes of this definition, 20 direction or management of such entity, whether by contract or 22 outstanding shares, or (iii) beneficial ownership of such entity. 83 institute patent litigation against any entity (including a
|
| /freebsd-src/crypto/openssl/doc/man3/ |
| H A D | TS_VERIFY_CTX_set_certs.pod | 21 time. TSP defines a Time Stamping Authority (TSA) and an entity who shall make 23 requesting entity is denoted as the client.
|
| H A D | SSL_check_chain.pod | 37 B<CERT_PKEY_EE_PARAM>: the parameters of the end entity certificate are 42 B<CERT_PKEY_EXPLICIT_SIGN>: the end entity certificate algorithm
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegisterInfo.td | 50 // The value stack "register". This is an opaque entity which serves to order 54 // The incoming arguments "register". This is an opaque entity which serves to
|
| /freebsd-src/sys/contrib/openzfs/contrib/pyzfs/ |
| H A D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 16 "Legal Entity" shall mean the union of the acting entity and all 18 control with that entity. For the purposes of this definition, 20 direction or management of such entity, whether by contract or 22 outstanding shares, or (iii) beneficial ownership of such entity. 83 institute patent litigation against any entity (including a
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXUtilities.cpp | 109 GlobalValue *entity = in cacheAnnotationFromMD() 111 // entity may be null due to DCE in cacheAnnotationFromMD() 112 if (!entity) in cacheAnnotationFromMD() 114 if (entity != gv) in findOneNVVMAnnotation() 117 // accumulate annotations for entity in tmp in findOneNVVMAnnotation() 90 GlobalValue *entity = cacheAnnotationFromMD() local
|
| /freebsd-src/sys/contrib/device-tree/Bindings/arm/keystone/ |
| H A D | ti,sci.txt | 5 of processors have separate hardware entity which is now responsible for the 19 The TI-SCI node describes the Texas Instrument's System Controller entity node.
|
| /freebsd-src/contrib/llvm-project/openmp/ |
| H A D | LICENSE.TXT | 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 21 control with that entity. For the purposes of this definition, 23 direction or management of such entity, whether by contract or 25 outstanding shares, or (iii) beneficial ownership of such entity. 86 institute patent litigation against any entity (including a 348 submitted. If any entity institutes patent litigation against Intel or any 349 other entity (including a cross-claim or counterclaim in a lawsuit) alleging 352 to that entity under this Agreement for the Software or Work shall terminate
|
| /freebsd-src/contrib/arm-optimized-routines/ |
| H A D | LICENSE | 43 "Licensor" shall mean the copyright owner or entity authorized by 46 "Legal Entity" shall mean the union of the acting entity and all 48 control with that entity. For the purposes of this definition, 50 direction or management of such entity, whether by contract or 52 outstanding shares, or (iii) beneficial ownership of such entity. 113 institute patent litigation against any entity (including a
|
| /freebsd-src/contrib/llvm-project/compiler-rt/ |
| H A D | LICENSE.TXT | 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 21 control with that entity. For the purposes of this definition, 23 direction or management of such entity, whether by contract or 25 outstanding shares, or (iii) beneficial ownership of such entity. 86 institute patent litigation against any entity (including a
|
| /freebsd-src/contrib/llvm-project/lldb/ |
| H A D | LICENSE.TXT | 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 21 control with that entity. For the purposes of this definition, 23 direction or management of such entity, whether by contract or 25 outstanding shares, or (iii) beneficial ownership of such entity. 86 institute patent litigation against any entity (including a
|
| /freebsd-src/contrib/llvm-project/lld/ |
| H A D | LICENSE.TXT | 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 21 control with that entity. For the purposes of this definition, 23 direction or management of such entity, whether by contract or 25 outstanding shares, or (iii) beneficial ownership of such entity. 86 institute patent litigation against any entity (including a
|
| /freebsd-src/contrib/llvm-project/libunwind/ |
| H A D | LICENSE.TXT | 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 21 control with that entity. For the purposes of this definition, 23 direction or management of such entity, whether by contract or 25 outstanding shares, or (iii) beneficial ownership of such entity. 86 institute patent litigation against any entity (including a
|
| /freebsd-src/contrib/llvm-project/libcxx/ |
| H A D | LICENSE.TXT | 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 21 control with that entity. For the purposes of this definition, 23 direction or management of such entity, whether by contract or 25 outstanding shares, or (iii) beneficial ownership of such entity. 86 institute patent litigation against any entity (including a
|
| /freebsd-src/contrib/llvm-project/clang/ |
| H A D | LICENSE.TXT | 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 21 control with that entity. For the purposes of this definition, 23 direction or management of such entity, whether by contract or 25 outstanding shares, or (iii) beneficial ownership of such entity. 86 institute patent litigation against any entity (including a
|
| /freebsd-src/contrib/llvm-project/llvm/ |
| H A D | LICENSE.TXT | 16 "Licensor" shall mean the copyright owner or entity authorized by 19 "Legal Entity" shall mean the union of the acting entity and all 21 control with that entity. For the purposes of this definition, 23 direction or management of such entity, whether by contract or 25 outstanding shares, or (iii) beneficial ownership of such entity. 86 institute patent litigation against any entity (including a
|