| /freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
| H A D | DiffConsumer.cpp | 71 unsigned N = contexts.size(); in printValue() 74 DiffContext &ctxt = contexts[N]; in printValue() 93 if (contexts.empty()) return; in header() 95 I = contexts.begin(), E = contexts.end(); I != E; ++I) { in header() 138 contexts.clear(); in reset() 148 contexts.push_back(DiffContext(L, R)); in enterContext() 153 Differences |= contexts.back().Differences; in exitContext() 154 contexts.pop_back(); in exitContext()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnnotator.cpp | 132 Contexts.push_back(Context(tok::unknown, 1, /*IsExpression=*/false)); in AnnotatingParser() 163 if (Previous.Previous->is(tok::r_paren) && Contexts.size() > 1 && in parseAngle() 176 Left->ParentBracket = Contexts.back().ContextKind; in parseAngle() 178 Contexts.back().IsExpression = false; in parseAngle() 185 Contexts.back().ContextType = Context::TemplateArgument; in parseAngle() 193 const bool InExpr = Contexts[Contexts.size() - 2].IsExpression; in parseAngle() 314 OpeningParen.ParentBracket = Contexts.back().ContextKind; in parseParens() 318 Contexts.back().ColonIsForRangeExpr = in parseParens() 319 Contexts.size() == 2 && Contexts[0].ColonIsForRangeExpr; in parseParens() 351 Contexts.back().IsExpression = OperatorCalledAsMemberFunction; in parseParens() [all …]
|
| /freebsd/lib/libgssapi/ |
| H A D | gss_add_cred.3 | 194 contexts. 196 Credential will only be used to initiate security contexts. 198 Credential will only be used to accept security contexts. 202 initiating security contexts. 210 accepting security contexts. 248 remain valid for initiating contexts using the specified mechanism. 259 remain valid for accepting security contexts using the specified
|
| H A D | gss_inquire_cred_by_mech.3 | 71 initiating security contexts under the specified mechanism. 72 If the credential can no longer be used to initiate contexts, 86 accepting security contexts under the specified mechanism. 87 If the credential can no longer be used to accept contexts,
|
| H A D | gss_acquire_cred.3 | 144 contexts. 146 Credentials will only be used to initiate security contexts. 148 Credentials will only be used to accept security contexts.
|
| /illumos-gate/usr/src/man/man3gss/ |
| H A D | gss_inquire_cred_by_mech.3gss | 29 contexts under the specified mechanism. If the credential can no longer be used 30 to accept contexts, or if the credential usage for this mechanism is 64 contexts under the specified mechanism. If the credential can no longer be used 65 to initiate contexts, or if the credential usage for this mechanism is
|
| H A D | gss_add_cred.3gss | 84 contexts. 94 contexts. This argument is ignored if the composed credentials are of the 106 contexts. This argument is ignored if the composed credentials are of the 150 initiating contexts using the specified mechanism. If a mechanism does not 162 accepting security contexts using the specified mechanism. If a mechanism does
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | cap_util.h | 87 * Each CPU can have one or more CPC contexts for measuring capacity and 94 * events are assigned across multiple CPC contexts, so the contexts and their 100 int nctx; /* number of CPC contexts */ 112 cu_cpc_ctx_t cu_cpc_ctx; /* performance counter contexts */
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | |
| /freebsd/share/man/man9/ |
| H A D | sysctl_add_oid.9 | 148 Normally it should not be needed if contexts are used. 149 Contexts take care of tracking inter-dependencies 177 In most cases the programmer should use contexts, 198 These issues are handled properly by sysctl contexts.
|
| /illumos-gate/usr/src/man/man3dat/ |
| H A D | dat_evd_dequeue.3dat | 135 No matter how many contexts attempt to dequeue from an Event Dispatcher, each 139 ensure that the caller receiving the first event executes earlier than contexts 145 calls to \fBdat_evd_dequeue()\fR from multiple contexts can undermine this 146 ordering information. After multiple contexts are involved, the Provider can
|
| /illumos-gate/usr/src/uts/common/sys/1394/adapters/ |
| H A D | hci1394_isoch.h | 124 * overall io characteristics of the contexts, initialized during isoch init 169 * Structure used for tracking all transmit and receive isochronous contexts 172 * The ctxt_list mutex protects the in-use status of the contexts while 176 * engines each for transmit and receive, referred to as "contexts". 177 * The number of supported contexts is determined during ohci board
|
| /illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
| H A D | validate.c | 33 * This module provides the interface to validating contexts, credentials, 53 * contexts. 63 * contexts.
|
| /illumos-gate/usr/src/uts/common/sys/iscsit/ |
| H A D | iscsit_common.h | 270 * groups and initiator contexts. Each object includes a "generation" 280 * config_tgt_list Linked list of target contexts representing the 285 * config_tpg_list Linked list of target portal group contexts. 290 * config_ini_list Linked list of initiator contexts. Applications 291 * can add initiator contexts or remove initiator 292 * contexts from this list using the it_ini_create 294 * config_ini_count The number of currently defined initiator contexts.
|
| /freebsd/contrib/bsnmp/snmp_vacm/ |
| H A D | snmp_vacm.3 | 65 A read-only table that consists of a list of SNMP contexts available in 71 The table contains a list of SNMP contexts to groups mappings and respectively 72 the names of the SNMP views under those contexts, to which users in the group
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 117 /// ones that are contained in other declaration contexts, including top in LLDB_MARK_AS_BITMASK_ENUM() 125 /// be contained in any other declaration contexts. in LLDB_MARK_AS_BITMASK_ENUM() 158 /// adding any containing declaration contexts. in LLDB_MARK_AS_BITMASK_ENUM() 181 /// adding any containing declaration contexts, and ending with the exact in LLDB_MARK_AS_BITMASK_ENUM() 190 /// Clients can manually create compiler contexts and use these to find in LLDB_MARK_AS_BITMASK_ENUM() 191 /// matches when searching for types. There are two types of contexts that in LLDB_MARK_AS_BITMASK_ENUM() 192 /// are supported when doing type searchs: type contexts and clang module in LLDB_MARK_AS_BITMASK_ENUM() 193 /// contexts. Type contexts have contexts that specify the type and its in LLDB_MARK_AS_BITMASK_ENUM() 195 /// contexts specify contexts more completely to find exact matches within in LLDB_MARK_AS_BITMASK_ENUM() 292 /// contexts appear at the top of the array starting at index zero and the in LLDB_MARK_AS_BITMASK_ENUM()
|
| /illumos-gate/usr/src/tools/smatch/src/validation/ |
| H A D | context.c | 327 context.c:140:12: warning: context imbalance in 'warn_if2' - different lock contexts for basic block 328 context.c:202:9: warning: context imbalance in 'warn_while1' - different lock contexts for basic bl… 333 context.c:300:5: warning: context imbalance in 'warn_goto3' - different lock contexts for basic blo… 334 context.c:315:5: warning: context imbalance in 'warn_cond_lock1' - different lock contexts for basi…
|
| /freebsd/sys/riscv/riscv/ |
| H A D | plic.c | 70 (_sc->contexts[_cpu].enable_offset + ((_irq) / 32) * sizeof(uint32_t)) 72 (_sc->contexts[_cpu].context_offset + PLIC_CONTEXT_THRESHOLD) 74 (_sc->contexts[_cpu].context_offset + PLIC_CONTEXT_CLAIM) 101 struct plic_context contexts[MAXCPU]; member 356 * these contexts are laid out. So for example, there is no guarantee in plic_attach() 413 sc->contexts[cpu].enable_offset = PLIC_ENABLE_BASE + in plic_attach() 415 sc->contexts[cpu].context_offset = PLIC_CONTEXT_BASE + in plic_attach()
|
| /freebsd/contrib/kyua/store/ |
| H A D | migrate_v2_v3.sql | 48 INSERT INTO contexts 51 NATURAL JOIN old_store.contexts 57 NATURAL JOIN old_store.contexts
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | kdc_preauth.c | 287 } *contexts; member 302 ret->contexts = malloc(sizeof(ret->contexts[0]) * ret->n_contexts); in make_padata_context() 303 if (ret->contexts == NULL) { in make_padata_context() 308 memset(ret->contexts, 0, sizeof(ret->contexts[0]) * ret->n_contexts); in make_padata_context() 311 ret->contexts[i].pa_system = &preauth_systems[i]; in make_padata_context() 312 ret->contexts[i].modreq = NULL; in make_padata_context() 335 sys = context->contexts[i].pa_system; in free_padata_context() 336 if (!sys->free_modreq || !context->contexts[i].modreq) in free_padata_context() 338 sys->free_modreq(kcontext, sys->moddata, context->contexts[i].modreq); in free_padata_context() 339 context->contexts[i].modreq = NULL; in free_padata_context() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 23 /// need to track different executions contexts. For example, a local function 30 /// contexts: ExecutionContextRef and ExecutionContext. Both of these objects 40 /// a wide variety of functions that require execution contexts. 66 /// execution contexts should use ExecutionContextRef objects. The 289 /// for passing down to other functions that also require specific contexts. 303 // Create execution contexts from shared pointers 309 // Create execution contexts from weak pointers 324 // Create execution contexts from execution context scopes 508 // Thread and frame contexts will be cleared. If "process_sp" is not valid,
|
| /freebsd/usr.sbin/ctld/ |
| H A D | ctl.conf.5 | 127 contexts. 133 contexts. 312 contexts. 370 contexts. 374 contexts. 593 configuration contexts accept the the same properties as 595 contexts.
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 1414 assert(DC && "All transparent contexts should have a parent!"); in getNonTransparentContext() 1498 void collectAllContextsImpl(T *Self, SmallVectorImpl<DeclContext *> &Contexts) { in collectAllContextsImpl() argument 1500 Contexts.push_back(D); in collectAllContextsImpl() 1502 std::reverse(Contexts.begin(), Contexts.end()); in collectAllContextsImpl() 1505 void DeclContext::collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts) { in collectAllContexts() argument 1506 Contexts.clear(); in collectAllContexts() 1511 collectAllContextsImpl(static_cast<TranslationUnitDecl *>(this), Contexts); in collectAllContexts() 1513 collectAllContextsImpl(static_cast<NamespaceDecl *>(this), Contexts); in collectAllContexts() 1515 Contexts.push_back(this); in collectAllContexts() 1779 /// declarations in this DeclContext (and any other contexts linked [all …]
|
| /freebsd/crypto/libecc/include/libecc/hash/ |
| H A D | hmac.h | 15 /* The HMAC structure is made of two hash contexts */ 19 /* The two hash contexts (inner and outer) */
|
| /freebsd/sys/x86/iommu/ |
| H A D | amd_ctx.c | 157 KASSERT(LIST_EMPTY(&iodom->contexts), in amdiommu_domain_destroy() 158 ("destroying dom %p with contexts", domain)); in amdiommu_domain_destroy() 245 LIST_INIT(&iodom->contexts); in amdiommu_domain_alloc() 300 LIST_INSERT_HEAD(&domain->iodom.contexts, &ctx->context, link); in amdiommu_ctx_link() 329 LIST_FOREACH(ctx, &domain->iodom.contexts, link) { in amdiommu_find_ctx_locked() 345 LIST_FOREACH(ctx, &domain->iodom.contexts, link) { in amdiommu_find_domain() 548 * Recheck the contexts, other thread might have in amdiommu_get_ctx_for_dev()
|