Home
last modified time | relevance | path

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

12345

/freebsd-12.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-12.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-12.1/contrib/expat/lib/
H A Dxmlparse.c302 ENTITY *entity; member
2382 if (!entity) in doContent()
3997 if (!entity) in doProlog()
4867 openEntity->entity = entity; in processInternalEntity()
4873 textEnd = (char *)(entity->textPtr + entity->textLen); in processInternalEntity()
4908 ENTITY *entity; in internalEntityProcessor() local
4916 entity = openEntity->entity; in internalEntityProcessor()
4917 textStart = ((char *)entity->textPtr) + entity->processed; in internalEntityProcessor()
4918 textEnd = (char *)(entity->textPtr + entity->textLen); in internalEntityProcessor()
4934 entity->processed = (int)(next - (char *)entity->textPtr); in internalEntityProcessor()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1097 assert(entity.isMemberAccess()); in diagnoseBadDirectAccess()
1098 NamedDecl *D = entity.getTargetDecl(); in diagnoseBadDirectAccess()
1101 TryDiagnoseProtectedAccess(S, EC, entity)) in diagnoseBadDirectAccess()
1164 if (entity.isMemberAccess()) { in DiagnoseAccessPath()
1165 NamedDecl *D = entity.getTargetDecl(); in DiagnoseAccessPath()
1174 entity.suppressInstanceContext(); in DiagnoseAccessPath()
1216 entity.suppressInstanceContext(); in DiagnoseAccessPath()
1241 if (entity.isMemberAccess() || in DiagnoseAccessPath()
1255 if (entity.isMemberAccess()) in DiagnoseAccessPath()
1256 S.Diag(entity.getTargetDecl()->getLocation(), in DiagnoseAccessPath()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp591 if (!entity) in GetFunctionInfo()
598 entity->GetParserVars(GetParserID()); in GetFunctionInfo()
1701 assert(entity); in AddOneVariable()
1702 entity->EnableParserVars(GetParserID()); in AddOneVariable()
1704 entity->GetParserVars(GetParserID()); in AddOneVariable()
1793 entity->EnableParserVars(GetParserID()); in AddOneGenericVariable()
1795 entity->GetParserVars(GetParserID()); in AddOneGenericVariable()
1886 entity->SetCompilerType(user_type); in ResolveUnknownTypes()
1923 entity->SetRegisterInfo(reg_info); in AddOneRegister()
1924 entity->EnableParserVars(GetParserID()); in AddOneRegister()
[all …]
/freebsd-12.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-12.1/contrib/gcc/cp/
H A Dmangle.c101 tree GTY ((skip)) entity;
1443 if (DECL_DISCRIMINATOR_P (entity) && DECL_LANG_SPECIFIC (entity)) in discriminator_for_local_entity()
1445 else if (TREE_CODE (entity) == TYPE_DECL) in discriminator_for_local_entity()
1450 entity = TREE_TYPE (entity); in discriminator_for_local_entity()
1454 if (type == entity) in discriminator_for_local_entity()
1505 const tree entity) in write_local_name() argument
1507 MANGLE_TRACE_TREE ("local-name", entity); in write_local_name()
1512 if (TREE_CODE (entity) == STRING_CST) in write_local_name()
1516 entity)); in write_local_name()
2534 G.entity = entity; in start_mangling()
[all …]
/freebsd-12.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-12.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c2377 char entity[16]; in vchiq_use_internal() local
2387 snprintf(entity, sizeof(entity), "VCHIQ: "); in vchiq_use_internal()
2390 snprintf(entity, sizeof(entity), "%c%c%c%c:%8x", in vchiq_use_internal()
2428 __func__, entity); in vchiq_use_internal()
2473 __func__, entity); in vchiq_use_internal()
2482 entity); in vchiq_use_internal()
2509 char entity[16]; in vchiq_release_internal() local
2518 snprintf(entity, sizeof(entity), "%c%c%c%c:%8x", in vchiq_release_internal()
2523 snprintf(entity, sizeof(entity), "PEER: "); in vchiq_release_internal()
2547 __func__, entity, *entity_uc, in vchiq_release_internal()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DLICENSE.TXT36 submitted. If any entity institutes patent litigation against ARM or any
37 other entity (including a cross-claim or counterclaim in a lawsuit) alleging
40 to that entity under this Agreement for the Software or Work shall terminate
/freebsd-12.1/contrib/openmp/
H A DLICENSE.txt111 submitted. If any entity institutes patent litigation against Intel or any
112 other entity (including a cross-claim or counterclaim in a lawsuit) alleging
115 to that entity under this Agreement for the Software or Work shall terminate
161 submitted. If any entity institutes patent litigation against ARM or any
162 other entity (including a cross-claim or counterclaim in a lawsuit) alleging
165 to that entity under this Agreement for the Software or Work shall terminate
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp80 GlobalValue *entity = in cacheAnnotationFromMD() local
83 if (!entity) in cacheAnnotationFromMD()
85 if (entity != gv) in cacheAnnotationFromMD()
/freebsd-12.1/contrib/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-12.1/contrib/file/magic/Magdir/
H A Dmail.news32 0 string/t MIME-Version: MIME entity text
33 #0 string/t Content- MIME entity text
/freebsd-12.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-12.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-12.1/contrib/gdb/gdb/doc/
H A Dobserver.texi8 An @dfn{observer} is an entity which is interested in being notified
10 The entity being observed is called the @dfn{subject}. To receive
/freebsd-12.1/contrib/binutils/binutils/
H A Dmcparse.y72 | entities entity
74 entity: global_section
/freebsd-12.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-12.1/contrib/expat/
H A DChanges80 #3010819: UNEXPECTED_STATE with a trailing "%" in entity value.
202 added a new error "entity declared in parameter entity":
238 - Fixed a bug where a stray '%' in an entity value would cause an
/freebsd-12.1/contrib/apr/
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-12.1/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DRSTP-MIB.txt218 members are aggregatable, or if the MAC entity
240 specific procedures defined for the MAC entity concerned,
244 the specific procedures defined for the MAC entity evaluate
/freebsd-12.1/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE12 1.1. "Contributor" means each individual or entity that creates
27 1.5. "Initial Developer" means the individual or entity that first
67 1.13. "You" (or "Your") means an individual or a legal entity
70 entity which controls, is controlled by, or is under common
73 the direction or management of such entity, whether by
76 ownership of such entity.
/freebsd-12.1/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE12 1.1. "Contributor" means each individual or entity that creates
27 1.5. "Initial Developer" means the individual or entity that first
67 1.13. "You" (or "Your") means an individual or a legal entity
70 entity which controls, is controlled by, or is under common
73 the direction or management of such entity, whether by
76 ownership of such entity.
/freebsd-12.1/contrib/apr-util/
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

12345