HomeSort by: relevance | last modified time | path
    Searched defs:Context (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.h 43 struct Context {
  /src/sys/external/bsd/acpica/dist/events/
evregion.c 176 void *Context,
272 ACPI_CONNECTION_INFO *Context;
300 Context = HandlerDesc->AddressSpace.Context;
325 ACPI_PCC_INFO *Ctx = HandlerDesc->AddressSpace.Context;
334 ACPI_FFH_INFO *Ctx = HandlerDesc->AddressSpace.Context;
348 Context, &RegionContext);
371 * Save the returned context for use in all accesses to
406 * handler via the context:
411 * Since we pass these extra parameters via the context, which i
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 100 INTN (EFIAPI *Output)(VOID *context, CHAR16 *str);
101 INTN (EFIAPI *SetAttr)(VOID *context, UINTN attr);
102 VOID *Context;
132 IN VOID *Context,
174 IN VOID *Context,
180 IN VOID *Context,
239 ps.Context = DbgOut;
262 uefi_call_wrapper(ps.SetAttr, 2, ps.Context, attr);
275 uefi_call_wrapper(ps.SetAttr, 2, ps.Context, SavedAttribute);
293 IN VOID *Context,
    [all...]
  /src/lib/libradius/
radlib.c 1143 MD5_CTX Context;
1168 MD5Init(&Context);
1169 MD5Update(&Context, (MD5Buf)S, (MD5Len)strlen(S));
1170 MD5Update(&Context, (MD5Buf)R, (MD5Len)LEN_AUTH);
1171 MD5Final(b, &Context);
1180 MD5Init(&Context);
1181 MD5Update(&Context, (MD5Buf)S, (MD5Len)strlen(S));
1182 MD5Update(&Context, (MD5Buf)C, (MD5Len)16);
1183 MD5Final(b, &Context);
1200 MD5_CTX Context;
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 52 static char ctx_placeholder[sizeof(Context)] ALIGNED(64);
53 Context *ctx;
71 // Map thread trace when context is created.
97 Context::Context()
113 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
139 static void MemoryProfiler(Context *ctx, fd_t fd, int i) {
336 stack->Unwind(kStackTraceMax, sig.pc, sig.bp, sig.context, top, bottom, fast);
339 static void TsanOnDeadlySignal(int signo, void *siginfo, void *context) {
340 HandleDeadlySignal(siginfo, context, GetTid(), &OnStackUnwind, nullptr)
    [all...]
tsan_rtl.h 456 explicit ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
521 struct Context {
522 Context();
558 extern Context *ctx; // The one and the only global runtime context.
690 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 269 void *Context;
acobject.h 511 void *Context;
524 void *Context;
aclocal.h 619 void *Context; /* Context to be passed to handler */
628 void *Context; /* Context to be passed to handler */
739 void *Context);
747 void *Context; /* Context to be passed to handler */
916 void *Context;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc 1770 using Context = sigcontext;
1772 using Context = ucontext_t;
1776 Context *ucontext = (Context *)context;
1862 void SignalContext::DumpAllRegisters(void *context) {
1866 static void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) {
1869 ucontext_t *ucontext = (ucontext_t *)context;
1874 ucontext_t *ucontext = (ucontext_t*)context;
1879 ucontext_t *ucontext = (ucontext_t*)context;
    [all...]

Completed in 24 milliseconds