Home
last modified time | relevance | path

Searched refs:entity (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd-13.1/contrib/apr-util/include/
H A Dapr_rmm.h95 APU_DECLARE(apr_rmm_off_t) apr_rmm_realloc(apr_rmm_t *rmm, void *entity, apr_size_t reqsize);
109 APU_DECLARE(apr_status_t) apr_rmm_free(apr_rmm_t *rmm, apr_rmm_off_t entity);
117 APU_DECLARE(void *) apr_rmm_addr_get(apr_rmm_t *rmm, apr_rmm_off_t entity);
124 APU_DECLARE(apr_rmm_off_t) apr_rmm_offset_get(apr_rmm_t *rmm, void *entity);
/freebsd-13.1/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib332 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
363 upon cold start or reinitialization of the NTP entity, the
375 to this NTP entity and this entity was not able to
390 entity has generated.
617 NTP entity from this association.
631 transport service by this NTP entity for this
[all …]
/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c398 ENTITY *entity; member
2887 entity->systemId, entity->publicId)) in doContent()
4836 entity->systemId, entity->publicId)) in doProlog()
4876 entity->systemId, entity->publicId)) in doProlog()
5433 entity->systemId, entity->publicId)) { in doProlog()
5728 openEntity->entity = entity; in processInternalEntity()
5734 textEnd = (const char *)(entity->textPtr + entity->textLen); in processInternalEntity()
5772 ENTITY *entity; in internalEntityProcessor() local
5780 entity = openEntity->entity; in internalEntityProcessor()
5782 textEnd = (const char *)(entity->textPtr + entity->textLen); in internalEntityProcessor()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp484 if (!entity) in GetFunctionInfo()
491 entity->GetParserVars(GetParserID()); in GetFunctionInfo()
1584 assert(entity); in AddOneVariable()
1585 entity->EnableParserVars(GetParserID()); in AddOneVariable()
1587 entity->GetParserVars(GetParserID()); in AddOneVariable()
1662 entity->EnableParserVars(GetParserID()); in AddOneGenericVariable()
1664 entity->GetParserVars(GetParserID()); in AddOneGenericVariable()
1709 entity->SetRegisterInfo(reg_info); in AddOneRegister()
1710 entity->EnableParserVars(GetParserID()); in AddOneRegister()
1712 entity->GetParserVars(GetParserID()); in AddOneRegister()
[all …]
/freebsd-13.1/contrib/apr-util/test/
H A Dtestrmm.c42 void *entity; in test_rmm() local
143 entity = apr_rmm_addr_get(rmm, off[1]); in test_rmm()
148 unsigned char *c = entity; in test_rmm()
159 off[0] = apr_rmm_realloc(rmm, entity, SHARED_SIZE - 100); in test_rmm()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1109 assert(entity.isMemberAccess()); in diagnoseBadDirectAccess()
1110 NamedDecl *D = entity.getTargetDecl(); in diagnoseBadDirectAccess()
1113 TryDiagnoseProtectedAccess(S, EC, entity)) in diagnoseBadDirectAccess()
1176 if (entity.isMemberAccess()) { in DiagnoseAccessPath()
1177 NamedDecl *D = entity.getTargetDecl(); in DiagnoseAccessPath()
1186 entity.suppressInstanceContext(); in DiagnoseAccessPath()
1228 entity.suppressInstanceContext(); in DiagnoseAccessPath()
1247 return diagnoseBadDirectAccess(S, EC, entity); in DiagnoseAccessPath()
1253 if (entity.isMemberAccess() || in DiagnoseAccessPath()
1267 if (entity.isMemberAccess()) in DiagnoseAccessPath()
[all …]
/freebsd-13.1/contrib/apr-util/misc/
H A Dapr_rmm.c354 APU_DECLARE(apr_rmm_off_t) apr_rmm_realloc(apr_rmm_t *rmm, void *entity, in apr_rmm_realloc() argument
362 if (!entity) { in apr_rmm_realloc()
370 old = apr_rmm_offset_get(rmm, entity); in apr_rmm_realloc()
434 APU_DECLARE(void *) apr_rmm_addr_get(apr_rmm_t *rmm, apr_rmm_off_t entity) in apr_rmm_addr_get() argument
438 return (void*)((char*)rmm->base + entity); in apr_rmm_addr_get()
441 APU_DECLARE(apr_rmm_off_t) apr_rmm_offset_get(apr_rmm_t *rmm, void* entity) in apr_rmm_offset_get() argument
448 return ((char*)entity - (char*)rmm->base); in apr_rmm_offset_get()
/freebsd-13.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c2376 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()
2427 __func__, entity); in vchiq_use_internal()
2472 __func__, entity); in vchiq_use_internal()
2481 entity); in vchiq_use_internal()
2508 char entity[16]; in vchiq_release_internal() local
2517 snprintf(entity, sizeof(entity), "%c%c%c%c:%8x", in vchiq_release_internal()
2522 snprintf(entity, sizeof(entity), "PEER: "); in vchiq_release_internal()
2546 __func__, entity, *entity_uc, in vchiq_release_internal()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl13 "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-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp81 GlobalValue *entity = in cacheAnnotationFromMD() local
84 if (!entity) in cacheAnnotationFromMD()
86 if (entity != gv) in cacheAnnotationFromMD()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.td49 // The value stack "register". This is an opaque entity which serves to order
53 // The incoming arguments "register". This is an opaque entity which serves to
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/
H A DLICENSE13 "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-13.1/contrib/serf/
H A DLICENSE12 "Licensor" shall mean the copyright owner or entity authorized by
15 "Legal Entity" shall mean the union of the acting entity and all
17 control with that entity. For the purposes of this definition,
19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
82 institute patent litigation against any entity (including a
/freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/
H A DLICENSE13 "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-13.1/sys/contrib/device-tree/Bindings/arm/keystone/
H A Dti,sci.txt5 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-13.1/contrib/llvm-project/openmp/
H A DLICENSE.TXT16 "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-13.1/contrib/file/magic/Magdir/
H A Dmail.news43 0 string/t MIME-Version: MIME entity text
44 #0 string/t Content- MIME entity text
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_check_chain.pod37 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-13.1/contrib/llvm-project/clang/
H A DLICENSE.TXT16 "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-13.1/contrib/llvm-project/lldb/
H A DLICENSE.TXT16 "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-13.1/contrib/llvm-project/llvm/
H A DLICENSE.TXT16 "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-13.1/contrib/llvm-project/lld/
H A DLICENSE.TXT16 "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-13.1/contrib/llvm-project/libcxx/
H A DLICENSE.TXT16 "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-13.1/contrib/llvm-project/compiler-rt/
H A DLICENSE.TXT16 "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-13.1/contrib/llvm-project/libunwind/
H A DLICENSE.TXT16 "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

12345