Home
last modified time | relevance | path

Searched refs:handler_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/powerpc/gen/
H A Dsignalcontext.c35 typedef void (*handler_t)(uint32_t, uint32_t, uint32_t); typedef
38 static void ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig,
91 ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig, uint32_t sig_si, in ctx_wrapper()
/freebsd/lib/libc/powerpc64/gen/
H A Dsignalcontext.c35 typedef void (*handler_t)(uint32_t, uint32_t, uint32_t); typedef
38 static void ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig,
91 ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig, uint32_t sig_si, in ctx_wrapper()
/freebsd/lib/libc/amd64/gen/
H A Dsignalcontext.c35 typedef void (*handler_t)(uint64_t, uint64_t, uint64_t); typedef
38 static void sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args);
95 sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args) in sigctx_wrapper()