Searched refs:ucontext_t (Results 1 – 18 of 18) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ucontext.h | 60 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.h | 52 } ucontext_t; typedef
|
| H A D | thr.h | 75 int thr_create(ucontext_t *ctx, long *id, int flags);
|
| H A D | sysproto.h | 1168 char ctx_l_[PADL_(ucontext_t *)]; ucontext_t * ctx; char ctx_r_[PADR_(ucontext_t *)];
|
| /f-stack/freebsd/kern/ |
| H A D | kern_context.c | 49 #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 D | kern_thr.c | 101 ucontext_t ctx;
|
| /f-stack/freebsd/x86/include/ |
| H A D | sigframe.h | 58 ucontext_t sf_uc; /* = *sf_ucontext */ 69 ucontext_t sf_uc; /* = *sf_ucontext */
|
| /f-stack/freebsd/mips/include/ |
| H A D | sigframe.h | 46 ucontext_t sf_uc; /* = *sf_ucontext */
|
| /f-stack/freebsd/arm64/include/ |
| H A D | frame.h | 63 ucontext_t sf_uc; /* actual saved ucontext */
|
| /f-stack/freebsd/arm/include/ |
| H A D | frame.h | 97 ucontext_t sf_uc; /* actual saved ucontext */
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | debug.c | 43 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 D | genassym.c | 177 ASSYM(UC_EFLAGS, offsetof(ucontext_t, uc_mcontext.mc_eflags)); 178 ASSYM(UC_GS, offsetof(ucontext_t, uc_mcontext.mc_gs));
|
| H A D | machdep.c | 968 ucontext_t uc; 971 ucontext_t *ucp;
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pm_machdep.c | 193 ucontext_t uc; in sys_sigreturn()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 775 ucontext_t *ucp; 782 ucontext_t uc; in sys_sigreturn()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | genassym.c | 207 ASSYM(UC_EFLAGS, offsetof(ucontext_t, uc_mcontext.mc_rflags));
|
| H A D | machdep.c | 477 ucontext_t uc; 481 ucontext_t *ucp;
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep.c | 642 ucontext_t uc;
|