Searched refs:contexts (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/share/security/
H A DMakefile3 FILES= lomac-policy.contexts
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp72 unsigned N = contexts.size();
75 DiffContext &ctxt = contexts[N];
94 if (contexts.empty()) return;
96 I = contexts.begin(), E = contexts.end(); I != E; ++I) {
143 contexts.push_back(DiffContext(L, R));
148 Differences |= contexts.back().Differences;
149 contexts.pop_back();
H A DDiffConsumer.h69 SmallVector<DiffContext, 5> contexts; member in class:llvm::DiffConsumer
/freebsd-12-stable/sys/riscv/riscv/
H A Dplic.c71 (sc->contexts[h].enable_offset + ((n) / 32) * sizeof(uint32_t))
73 (sc->contexts[h].context_offset + PLIC_CONTEXT_THRESHOLD)
75 (sc->contexts[h].context_offset + PLIC_CONTEXT_CLAIM)
99 struct plic_context contexts[MAXCPU]; member in struct:plic_softc
311 * these contexts are laid out. So for example, there is no guarantee
356 sc->contexts[cpu].enable_offset = PLIC_ENABLE_BASE +
358 sc->contexts[cpu].context_offset = PLIC_CONTEXT_BASE +
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp228 SymbolContextList contexts; local
232 eSymbolTypeCode, contexts);
233 if (contexts.IsEmpty()) {
235 eSymbolTypeCode, contexts);
236 if (contexts.IsEmpty())
240 contexts.GetContextAtIndex(0, context);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp559 SymbolContextList contexts; local
563 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts);
564 contexts.GetContextAtIndex(0, context);
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_context.c226 if (DRM_COPY_TO_USER(&res->contexts[i],
247 DRM_DEBUG("Not enough free contexts.\n");
H A Ddrm.h482 struct drm_ctx __user *contexts; member in struct:drm_ctx_res
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_context.c3 * IOCTLs for generic contexts
312 * Reserve contexts.
331 if (copy_to_user(&res->contexts[i], &ctx, sizeof(ctx)))
364 DRM_DEBUG("Not enough free contexts.\n");
H A Ddrm_ioc32.c492 u32 contexts; member in struct:drm_ctx_res32
503 res.contexts = (struct drm_ctx __user *)(unsigned long)res32->contexts;
H A Ddrm.h424 struct drm_ctx __user *contexts; member in struct:drm_ctx_res
/freebsd-12-stable/sys/x86/iommu/
H A Dintel_ctx.c326 LIST_INIT(&domain->contexts);
397 LIST_INSERT_HEAD(&domain->contexts, ctx, link);
423 KASSERT(LIST_EMPTY(&domain->contexts),
424 ("destroying dom %p with contexts", domain));
500 * Recheck the contexts, other thread might have
758 LIST_FOREACH(ctx, &domain->contexts, link) {
H A Dintel_drv.c1070 * Pre-create all contexts for the DMAR which have RMRR entries.
1156 if (!LIST_EMPTY(&domain->contexts)) {
1158 LIST_FOREACH(ctx, &domain->contexts, link)
1231 LIST_FOREACH(ctx, &domain->contexts, link) {
H A Dintel_dmar.h88 * Most important, the dmar lock protects the contexts list.
105 u_int ctx_cnt; /* (u) Number of contexts owned */
110 LIST_HEAD(, dmar_ctx) contexts; /* (u) */ member in struct:dmar_domain
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dmem.c114 /* List of all active memory contexts. */
116 static ISC_LIST(isc__mem_t) contexts;
885 ISC_LIST_INIT(contexts);
1013 ISC_LIST_INITANDAPPEND(contexts, ctx, link);
1059 ISC_LIST_UNLINK(contexts, ctx, link);
2282 for (ctx = ISC_LIST_HEAD(contexts);
2298 if (!ISC_LIST_EMPTY(contexts)) {
2302 for (ctx = ISC_LIST_HEAD(contexts);
2431 xmlTextWriterStartElement(writer, ISC_XMLCHAR "contexts");
2437 for (ctx = ISC_LIST_HEAD(contexts);
[all...]
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Drsocket.c95 void *contexts; member in struct:rs_svc
3947 void *set, *contexts; local
3955 contexts = set + sizeof(*rss) * svc->size;
3958 memcpy(contexts, svc->contexts, svc->context_size * (svc->cnt + 1));
3963 svc->contexts = contexts;
4001 memcpy(svc->contexts + i * svc->context_size,
4002 svc->contexts + svc->cnt * svc->context_size,
4020 udp_svc_fds = svc->contexts;
[all...]
/freebsd-12-stable/stand/lua/
H A Dcore.lua103 -- other contexts (outside of Lua) may mean 'octal'
/freebsd-12-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl596 // contexts, e.g. in multiplication by 2 and 3...

Completed in 275 milliseconds