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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
activity_callback.h 15 typedef void (*activity_callback_t)(void *uctx, uint64_t allocated,
20 void *uctx; member in struct:activity_callback_thunk_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
activity_callback.h 15 typedef void (*activity_callback_t)(void *uctx, uint64_t allocated,
20 void *uctx; member in struct:activity_callback_thunk_s
  /src/tests/lib/libi386/
t_user_ldt.c 280 ucontext_t *uctx = ctx; local
290 if (uctx->uc_mcontext.__gregs[_REG_EIP] != (intptr_t)&fs_read_begin) {
  /src/sys/compat/linux/arch/amd64/
linux_machdep.c 320 ucontext_t uctx; local
334 memset(&uctx, 0, sizeof(uctx));
335 mctx = (mcontext_t *)&uctx.uc_mcontext;
342 uctx.uc_flags = (_UC_SIGMASK|_UC_CPU|_UC_STACK|_UC_CLRSTACK);
344 uctx.uc_flags |= _UC_FPU;
345 uctx.uc_link = NULL;
350 linux_to_native_sigset(&uctx.uc_sigmask, &luctx->luc_sigmask);
398 uctx.uc_stack.ss_flags = 0;
400 uctx.uc_stack.ss_flags |= SS_ONSTACK
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_context.c 124 static void vmw_context_cotables_unref(struct vmw_user_context *uctx)
130 spin_lock(&uctx->cotable_lock);
131 res = uctx->cotables[i];
132 uctx->cotables[i] = NULL;
133 spin_unlock(&uctx->cotable_lock);
142 struct vmw_user_context *uctx = local
154 vmw_cmdbuf_res_man_destroy(uctx->man);
156 vmw_binding_state_kill(uctx->cbs);
163 vmw_context_cotables_unref(uctx);
186 struct vmw_user_context *uctx local
373 struct vmw_user_context *uctx = local
551 struct vmw_user_context *uctx = local
580 struct vmw_user_context *uctx = local
833 struct vmw_user_context *uctx = local
884 struct vmw_user_context *uctx = local
917 struct vmw_user_context *uctx = local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
aix-unwind.h 218 ucontext_t * uctx = ucontext_for (context); local
224 if (uctx == NULL)
227 mctx = &uctx->uc_mcontext.jmp_context;
263 vmx_ucontext_t * uc = (vmx_ucontext_t *) uctx;
darwin-fallback.c 329 struct gcc_ucontext *uctx; local
343 uctx = (struct gcc_ucontext *) gprs[3];
344 is_vector = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
345 || uctx->mcsize == UC_FLAVOR_VEC_SIZE);
346 is_64 = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
347 || uctx->mcsize == UC_FLAVOR64_SIZE);
352 uctx = (struct gcc_ucontext *) gprs[4];
361 uctx = (struct gcc_ucontext *) gprs[3];
384 struct gcc_mcontext64 *m64 = (struct gcc_mcontext64 *)uctx->mcontext;
412 struct gcc_mcontext32 *m = uctx->mcontext
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
aix-unwind.h 218 ucontext_t * uctx = ucontext_for (context); local
224 if (uctx == NULL)
227 mctx = &uctx->uc_mcontext.jmp_context;
263 vmx_ucontext_t * uc = (vmx_ucontext_t *) uctx;
darwin-fallback.c 329 struct gcc_ucontext *uctx; local
343 uctx = (struct gcc_ucontext *) gprs[3];
344 is_vector = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
345 || uctx->mcsize == UC_FLAVOR_VEC_SIZE);
346 is_64 = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE
347 || uctx->mcsize == UC_FLAVOR64_SIZE);
352 uctx = (struct gcc_ucontext *) gprs[4];
361 uctx = (struct gcc_ucontext *) gprs[3];
384 struct gcc_mcontext64 *m64 = (struct gcc_mcontext64 *)uctx->mcontext;
412 struct gcc_mcontext32 *m = uctx->mcontext
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
qp.h 129 void *uctx; \
293 void (*attach)(void *uctx, void *pval, uint32_t ival);
294 void (*detach)(void *uctx, void *pval, uint32_t ival);
295 size_t (*makekey)(dns_qpkey_t key, void *uctx, void *pval,
297 void (*triename)(void *uctx, char *buf, size_t size);
310 void *uctx; /*%< qp-trie method context */ member in struct:dns_qp_memusage
337 dns_qp_create(isc_mem_t *mctx, const dns_qpmethods_t *methods, void *uctx,
366 dns_qpmulti_create(isc_mem_t *mctx, const dns_qpmethods_t *methods, void *uctx,
  /src/external/bsd/libbind/dist/isc/
ctl_srvr.c 109 void * uctx; member in struct:ctl_sctx
176 ctl_logfunc logger, void *uctx)
201 ctx->uctx = uctx;
467 (const struct sockaddr *)rav, ctx->uctx);
608 sess->ctx->uctx);
705 (*verb->func)(ctx, sess, verb, rest, 0, NULL, ctx->uctx);
754 CTL_MORE, sess->respctx, sess->ctx->uctx);
764 u_int respflags, const void *respctx, void *uctx)
771 UNUSED(uctx);
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 162 ucontext_t *uctx = &uctxmem; local
163 uctx->uc_link = NULL;
168 uctx->uc_mcontext.gregs[REG_PC] = sctx->si_regs.pc;
169 __collector_memcpy (&uctx->uc_mcontext.gregs[3],
173 uctx->uc_mcontext.mc_gregs[MC_PC] = sctx->sigc_regs.tpc;
174 __collector_memcpy (&uctx->uc_mcontext.mc_gregs[3],
180 ucontext_t *uctx = (ucontext_t*) context;
193 __collector_ext_hwc_check (info, uctx);
243 __collector_ext_profile_handler (info, uctx);
hwprofile.c 628 ucontext_t *uctx = &uctxmem; local
629 uctx->uc_link = NULL;
631 uctx->uc_mcontext.gregs[REG_PC] = sctx->si_regs.pc;
632 __collector_memcpy (&uctx->uc_mcontext.gregs[3],
636 uctx->uc_mcontext.mc_gregs[MC_PC] = sctx->sigc_regs.tpc;
637 __collector_memcpy (&uctx->uc_mcontext.mc_gregs[3],
642 ucontext_t *uctx = (ucontext_t*) puc;
652 collector_record_counter (uctx, hwcdef[ii]->timecvt,
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 162 ucontext_t *uctx = &uctxmem; local
163 uctx->uc_link = NULL;
168 uctx->uc_mcontext.gregs[REG_PC] = sctx->si_regs.pc;
169 __collector_memcpy (&uctx->uc_mcontext.gregs[3],
173 uctx->uc_mcontext.mc_gregs[MC_PC] = sctx->sigc_regs.tpc;
174 __collector_memcpy (&uctx->uc_mcontext.mc_gregs[3],
180 ucontext_t *uctx = (ucontext_t*) context;
193 __collector_ext_hwc_check (info, uctx);
243 __collector_ext_profile_handler (info, uctx);
hwprofile.c 628 ucontext_t *uctx = &uctxmem; local
629 uctx->uc_link = NULL;
631 uctx->uc_mcontext.gregs[REG_PC] = sctx->si_regs.pc;
632 __collector_memcpy (&uctx->uc_mcontext.gregs[3],
636 uctx->uc_mcontext.mc_gregs[MC_PC] = sctx->sigc_regs.tpc;
637 __collector_memcpy (&uctx->uc_mcontext.mc_gregs[3],
642 ucontext_t *uctx = (ucontext_t*) puc;
652 collector_record_counter (uctx, hwcdef[ii]->timecvt,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
client.c 263 request_soa(updatectx_t *uctx);
267 send_update(updatectx_t *uctx);
1815 update_sendevent(updatectx_t *uctx, isc_result_t result) {
1818 dns_message_detach(&uctx->updatemsg);
1819 if (uctx->tsigkey != NULL) {
1820 dns_tsigkey_detach(&uctx->tsigkey);
1822 if (uctx->sig0key != NULL) {
1823 dst_key_free(&uctx->sig0key);
1826 if (uctx->canceled) {
1827 uctx->event->result = ISC_R_CANCELED
1843 updatectx_t *uctx = event->ev_arg; local
1984 updatectx_t *uctx; local
2155 updatectx_t *uctx; local
2388 updatectx_t *uctx; local
2646 updatectx_t *uctx; local
2700 updatectx_t *uctx; local
2890 updatectx_t *uctx; local
2919 updatectx_t *uctx; local
    [all...]

Completed in 59 milliseconds