Searched refs:handler_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/lib/libc/amd64/gen/
H A Dsignalcontext.c36 typedef void (*handler_t)(uint64_t, uint64_t, uint64_t); typedef
39 static void sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args);
96 sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args)
/freebsd-10.2-release/lib/libc/powerpc/gen/
H A Dsignalcontext.c36 typedef void (*handler_t)(uint32_t, uint32_t, uint32_t); typedef
39 static void ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig,
92 ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig, uint32_t sig_si,
/freebsd-10.2-release/lib/libc/powerpc64/gen/
H A Dsignalcontext.c36 typedef void (*handler_t)(uint32_t, uint32_t, uint32_t); typedef
39 static void ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig,
92 ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig, uint32_t sig_si,
/freebsd-10.2-release/lib/libc/ia64/gen/
H A Dsignalcontext.c44 typedef void (*handler_t)(uint64_t, uint64_t, uint64_t); typedef
56 ctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args)
/freebsd-10.2-release/sbin/iscontrol/
H A Discontrol.h138 typedef int handler_t(isess_t *sess, pdu_t *pp); typedef
142 int sendPDU(isess_t *sess, pdu_t *pp, handler_t *hdlr);
H A Dpdu.c80 sendPDU(isess_t *sess, pdu_t *pp, handler_t *hdlr)

Completed in 181 milliseconds