HomeSort by: relevance | last modified time | path
    Searched refs:uctx (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /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/external/bsd/jemalloc.old/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.old/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/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...]
  /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/mpl/bind/dist/lib/dns/
forward.c 41 qp_attach(void *uctx, void *pval, uint32_t ival);
43 qp_detach(void *uctx, void *pval, uint32_t ival);
45 qp_makekey(dns_qpkey_t key, void *uctx, void *pval, uint32_t ival);
47 qp_triename(void *uctx, char *buf, size_t size);
229 qp_attach(void *uctx ISC_ATTR_UNUSED, void *pval,
236 qp_detach(void *uctx ISC_ATTR_UNUSED, void *pval,
243 qp_makekey(dns_qpkey_t key, void *uctx ISC_ATTR_UNUSED, void *pval,
250 qp_triename(void *uctx, char *buf, size_t size) {
251 dns_view_t *view = uctx;
nametree.c 53 qp_attach(void *uctx, void *pval, uint32_t ival);
55 qp_detach(void *uctx, void *pval, uint32_t ival);
57 qp_makekey(dns_qpkey_t key, void *uctx, void *pval, uint32_t ival);
59 qp_triename(void *uctx, char *buf, size_t size);
307 qp_attach(void *uctx ISC_ATTR_UNUSED, void *pval,
314 qp_detach(void *uctx ISC_ATTR_UNUSED, void *pval,
321 qp_makekey(dns_qpkey_t key, void *uctx ISC_ATTR_UNUSED, void *pval,
328 qp_triename(void *uctx, char *buf, size_t size) {
329 dns_nametree_t *nametree = uctx;
qp_p.h 390 * The `uctx` and `methods` support callbacks into the user's code.
397 .uctx = x, \
875 .uctx = multi->writer.uctx,
891 qp->methods->attach(qp->uctx, leaf_pval(n), leaf_ival(n));
897 qp->methods->detach(qp->uctx, leaf_pval(n), leaf_ival(n));
903 size_t len = qp->methods->makekey(key, qp->uctx, leaf_pval(n),
912 qp->methods->triename(qp->uctx, buf, size);
nta.c 77 qp_attach(void *uctx, void *pval, uint32_t ival);
79 qp_detach(void *uctx, void *pval, uint32_t ival);
81 qp_makekey(dns_qpkey_t key, void *uctx, void *pval, uint32_t ival);
83 qp_triename(void *uctx, char *buf, size_t size);
636 qp_attach(void *uctx ISC_ATTR_UNUSED, void *pval,
643 qp_detach(void *uctx ISC_ATTR_UNUSED, void *pval,
650 qp_makekey(dns_qpkey_t key, void *uctx ISC_ATTR_UNUSED, void *pval,
657 qp_triename(void *uctx, char *buf, size_t size) {
658 dns_view_t *view = uctx;
zt.c 64 ztqpattach(void *uctx ISC_ATTR_UNUSED, void *pval,
71 ztqpdetach(void *uctx ISC_ATTR_UNUSED, void *pval,
78 ztqpmakekey(dns_qpkey_t key, void *uctx ISC_ATTR_UNUSED, void *pval,
86 ztqptriename(void *uctx, char *buf, size_t size) {
87 dns_view_t *view = uctx;
keytable.c 69 qp_attach(void *uctx, void *pval, uint32_t ival);
71 qp_detach(void *uctx, void *pval, uint32_t ival);
73 qp_makekey(dns_qpkey_t key, void *uctx, void *pval, uint32_t ival);
75 qp_triename(void *uctx, char *buf, size_t size);
832 qp_attach(void *uctx ISC_ATTR_UNUSED, void *pval,
839 qp_detach(void *uctx ISC_ATTR_UNUSED, void *pval,
846 qp_makekey(dns_qpkey_t key, void *uctx ISC_ATTR_UNUSED, void *pval,
853 qp_triename(void *uctx, char *buf, size_t size) {
854 dns_view_t *view = uctx;
  /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/gpl3/gcc/dist/libgcc/config/rs6000/
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...]
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;
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
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...]
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;
  /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/external/bsd/jemalloc.old/dist/src/
peak_event.c 33 thunk->callback(thunk->uctx, alloc, dalloc);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
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,
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);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
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,
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);
  /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/mpl/bind/dist/tests/dns/
qp_test.c 181 check_leaf(void *uctx, void *pval, uint32_t ival) {
182 uint32_t *items = uctx;
188 qpiter_makekey(dns_qpkey_t key, void *uctx, void *pval, uint32_t ival) {
189 check_leaf(uctx, pval, ival);
205 getname(void *uctx, char *buf, size_t size) {
207 UNUSED(uctx);
345 no_op(void *uctx, void *pval, uint32_t ival) {
346 UNUSED(uctx);
352 qpkey_fromstring(dns_qpkey_t key, void *uctx, void *pval, uint32_t ival) {
355 UNUSED(uctx);
    [all...]
  /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) {

Completed in 32 milliseconds

1 2 3