Home
last modified time | relevance | path

Searched refs:ucontext_t (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/sys/
H A Ducontext.h60 int getcontext(ucontext_t *) __returns_twice;
61 ucontext_t *getcontextx(void);
62 int setcontext(const ucontext_t *);
63 void makecontext(ucontext_t *, void (*)(void), int, ...);
64 int signalcontext(ucontext_t *, int, __sighandler_t *);
65 int swapcontext(ucontext_t *, const ucontext_t *);
H A D_ucontext.h52 } ucontext_t; typedef
H A Dthr.h75 int thr_create(ucontext_t *ctx, long *id, int flags);
H A Dsysproto.h1168 char ctx_l_[PADL_(ucontext_t *)]; ucontext_t * ctx; char ctx_r_[PADR_(ucontext_t *)];
/f-stack/freebsd/kern/
H A Dkern_context.c49 #define UC_COPY_SIZE offsetof(ucontext_t, uc_link)
67 ucontext_t uc; in sys_getcontext()
73 bzero(&uc, sizeof(ucontext_t)); in sys_getcontext()
86 ucontext_t uc; in sys_setcontext()
107 ucontext_t uc; in sys_swapcontext()
113 bzero(&uc, sizeof(ucontext_t)); in sys_swapcontext()
H A Dkern_thr.c101 ucontext_t ctx;
/f-stack/freebsd/x86/include/
H A Dsigframe.h58 ucontext_t sf_uc; /* = *sf_ucontext */
69 ucontext_t sf_uc; /* = *sf_ucontext */
/f-stack/freebsd/mips/include/
H A Dsigframe.h46 ucontext_t sf_uc; /* = *sf_ucontext */
/f-stack/freebsd/arm64/include/
H A Dframe.h63 ucontext_t sf_uc; /* actual saved ucontext */
/f-stack/freebsd/arm/include/
H A Dframe.h97 ucontext_t sf_uc; /* actual saved ucontext */
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c43 typedef ucontext_t sigcontext_t;
735 static void *getMcontextEip(ucontext_t *uc) { in getMcontextEip()
799 void logRegisters(ucontext_t *uc) { in logRegisters()
1089 void logStackTrace(ucontext_t *uc) { in logStackTrace()
1247 ucontext_t *uc = (ucontext_t*) secret; in sigsegvHandler()
1379 ucontext_t *uc = (ucontext_t*) secret; in watchdogSignalHandler()
/f-stack/freebsd/i386/i386/
H A Dgenassym.c177 ASSYM(UC_EFLAGS, offsetof(ucontext_t, uc_mcontext.mc_eflags));
178 ASSYM(UC_GS, offsetof(ucontext_t, uc_mcontext.mc_gs));
H A Dmachdep.c968 ucontext_t uc;
971 ucontext_t *ucp;
/f-stack/freebsd/mips/mips/
H A Dpm_machdep.c193 ucontext_t uc; in sys_sigreturn()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c775 ucontext_t *ucp;
782 ucontext_t uc; in sys_sigreturn()
/f-stack/freebsd/amd64/amd64/
H A Dgenassym.c207 ASSYM(UC_EFLAGS, offsetof(ucontext_t, uc_mcontext.mc_rflags));
H A Dmachdep.c477 ucontext_t uc;
481 ucontext_t *ucp;
/f-stack/freebsd/arm/arm/
H A Dmachdep.c642 ucontext_t uc;