crypto/openssl/crypto/async/arch/async_posix.c
44
ucontext_t ctx;
crypto/openssl/crypto/async/arch/async_posix.h
62
ucontext_t fibre;
lib/libc/aarch64/gen/getcontextx.c
37
size = sizeof(ucontext_t);
lib/libc/aarch64/gen/getcontextx.c
47
ucontext_t *ucp;
lib/libc/aarch64/gen/getcontextx.c
49
ucp = (ucontext_t *)ctx;
lib/libc/aarch64/gen/getcontextx.c
62
ucontext_t *ucp;
lib/libc/aarch64/gen/getcontextx.c
64
ucp = (ucontext_t *)ctx;
lib/libc/aarch64/gen/getcontextx.c
73
ucontext_t *
lib/libc/aarch64/gen/getcontextx.c
88
return ((ucontext_t *)ctx);
lib/libc/aarch64/gen/makecontext.c
41
ctx_done(ucontext_t *ucp)
lib/libc/aarch64/gen/makecontext.c
47
setcontext((const ucontext_t *)ucp->uc_link);
lib/libc/aarch64/gen/makecontext.c
55
__makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...)
lib/libc/amd64/gen/makecontext.c
102
setcontext((const ucontext_t *)ucp->uc_link);
lib/libc/amd64/gen/makecontext.c
38
static void makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args);
lib/libc/amd64/gen/makecontext.c
43
__makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...)
lib/libc/amd64/gen/makecontext.c
97
makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args)
lib/libc/amd64/gen/signalcontext.c
101
setcontext((const ucontext_t *)ucp->uc_link);
lib/libc/amd64/gen/signalcontext.c
38
static void sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args);
lib/libc/amd64/gen/signalcontext.c
43
__signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func)
lib/libc/amd64/gen/signalcontext.c
47
ucontext_t *sig_uc;
lib/libc/amd64/gen/signalcontext.c
60
sp = (ucp->uc_mcontext.mc_rsp - 128 - sizeof(ucontext_t)) & ~15UL;
lib/libc/amd64/gen/signalcontext.c
61
sig_uc = (ucontext_t *)sp;
lib/libc/amd64/gen/signalcontext.c
95
sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args)
lib/libc/arm/gen/getcontextx.c
36
ucontext_t ucontext;
lib/libc/arm/gen/getcontextx.c
51
ucontext_t *ucp;
lib/libc/arm/gen/getcontextx.c
82
ucontext_t *
lib/libc/arm/gen/getcontextx.c
97
return ((ucontext_t *)ctx);
lib/libc/arm/gen/makecontext.c
44
ctx_done(ucontext_t *ucp)
lib/libc/arm/gen/makecontext.c
50
setcontext((const ucontext_t *)ucp->uc_link);
lib/libc/arm/gen/makecontext.c
58
__makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...)
lib/libc/arm/gen/signalcontext.c
48
__signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func)
lib/libc/gen/trivial-getcontextx.c
36
return (sizeof(ucontext_t));
lib/libc/gen/trivial-getcontextx.c
49
ucontext_t *ucp;
lib/libc/gen/trivial-getcontextx.c
51
ucp = (ucontext_t *)ctx;
lib/libc/gen/trivial-getcontextx.c
57
ucontext_t *
lib/libc/gen/trivial-getcontextx.c
72
return ((ucontext_t *)ctx);
lib/libc/i386/gen/makecontext.c
39
extern void _ctx_start(ucontext_t *, int argc, ...);
lib/libc/i386/gen/makecontext.c
45
_ctx_done (ucontext_t *ucp)
lib/libc/i386/gen/makecontext.c
59
setcontext((const ucontext_t *)ucp->uc_link);
lib/libc/i386/gen/makecontext.c
65
__makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...)
lib/libc/i386/gen/signalcontext.c
38
extern void _ctx_start(ucontext_t *, int argc, ...);
lib/libc/i386/gen/signalcontext.c
41
__signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func)
lib/libc/i386/gen/signalcontext.c
64
bcopy(ucp, &sfp->sf_uc, sizeof(ucontext_t));
lib/libc/powerpc/gen/makecontext.c
39
void _ctx_done(ucontext_t *ucp);
lib/libc/powerpc/gen/makecontext.c
43
_ctx_done(ucontext_t *ucp)
lib/libc/powerpc/gen/makecontext.c
51
setcontext((const ucontext_t *)ucp->uc_link);
lib/libc/powerpc/gen/makecontext.c
58
__makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...)
lib/libc/powerpc/gen/signalcontext.c
38
static void ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig,
lib/libc/powerpc/gen/signalcontext.c
44
__signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func)
lib/libc/powerpc/gen/signalcontext.c
47
ucontext_t *sig_uc;
lib/libc/powerpc/gen/signalcontext.c
57
sp = (ucp->uc_mcontext.mc_gpr[1] - sizeof(ucontext_t)) & ~15UL;
lib/libc/powerpc/gen/signalcontext.c
58
sig_uc = (ucontext_t *)sp;
lib/libc/powerpc/gen/signalcontext.c
91
ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig, uint32_t sig_si,
lib/libc/powerpc/gen/signalcontext.c
98
setcontext((const ucontext_t *)ucp->uc_link);
lib/libc/powerpc64/gen/makecontext.c
39
void _ctx_done(ucontext_t *ucp);
lib/libc/powerpc64/gen/makecontext.c
43
_ctx_done(ucontext_t *ucp)
lib/libc/powerpc64/gen/makecontext.c
51
setcontext((const ucontext_t *)ucp->uc_link);
lib/libc/powerpc64/gen/makecontext.c
58
__makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...)
lib/libc/powerpc64/gen/signalcontext.c
38
static void ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig,
lib/libc/powerpc64/gen/signalcontext.c
44
__signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func)
lib/libc/powerpc64/gen/signalcontext.c
47
ucontext_t *sig_uc;
lib/libc/powerpc64/gen/signalcontext.c
57
sp = (ucp->uc_mcontext.mc_gpr[1] - sizeof(ucontext_t)) & ~15UL;
lib/libc/powerpc64/gen/signalcontext.c
58
sig_uc = (ucontext_t *)sp;
lib/libc/powerpc64/gen/signalcontext.c
91
ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig, uint32_t sig_si,
lib/libc/powerpc64/gen/signalcontext.c
98
setcontext((const ucontext_t *)ucp->uc_link);
lib/libc/riscv/gen/makecontext.c
47
ctx_done(ucontext_t *ucp)
lib/libc/riscv/gen/makecontext.c
53
setcontext((const ucontext_t *)ucp->uc_link);
lib/libc/riscv/gen/makecontext.c
61
__makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...)
lib/libc/sys/setcontext.c
42
setcontext(const ucontext_t *uc)
lib/libc/sys/swapcontext.c
44
swapcontext(ucontext_t *oucp, const ucontext_t *ucp)
lib/libc/tests/gen/makecontext_test.c
112
ucontext_t ctx[2];
lib/libc/tests/gen/makecontext_test.c
137
ucontext_t ctx[2];
lib/libc/tests/gen/makecontext_test.c
163
ucontext_t ctx[2];
lib/libc/tests/gen/makecontext_test.c
43
ucontext_t ctx[2];
lib/libc/tests/gen/makecontext_test.c
65
ucontext_t ctx[2];
lib/libc/tests/gen/makecontext_test.c
88
ucontext_t ctx[2];
lib/libc/tests/sys/swapcontext_test.c
18
static ucontext_t uctx_save, uctx_switch;
lib/libc/x86/gen/getcontextx.c
110
ucontext_t *ucp;
lib/libc/x86/gen/getcontextx.c
112
ucp = (ucontext_t *)ctx;
lib/libc/x86/gen/getcontextx.c
121
ucontext_t *
lib/libc/x86/gen/getcontextx.c
136
return ((ucontext_t *)ctx);
lib/libc/x86/gen/getcontextx.c
58
return (sizeof(ucontext_t) + xstate_sz);
lib/libc/x86/gen/getcontextx.c
76
ucontext_t *ucp;
lib/libc/x86/gen/getcontextx.c
78
ucp = (ucontext_t *)ctx;
lib/libc/x86/gen/getcontextx.c
92
ucontext_t *ucp;
lib/libc/x86/gen/getcontextx.c
94
ucp = (ucontext_t *)ctx;
lib/libsys/_libsys.h
321
typedef int (__sys_thr_create_t)(ucontext_t *, long *, int);
lib/libsys/_libsys.h
733
int __sys_thr_create(ucontext_t * ctx, long * id, int flags);
lib/libthr/thread/thr_private.h
1003
int __thr_swapcontext(ucontext_t *oucp, const ucontext_t *ucp);
lib/libthr/thread/thr_private.h
904
int __sys_setcontext(const ucontext_t *ucp);
lib/libthr/thread/thr_private.h
905
int __sys_swapcontext(ucontext_t *oucp, const ucontext_t *ucp);
lib/libthr/thread/thr_private.h
994
int __thr_setcontext(const ucontext_t *ucp);
lib/libthr/thread/thr_rtld.c
237
ucontext_t *uc;
lib/libthr/thread/thr_sig.c
207
sigcancel_handler(int sig __unused, siginfo_t *info __unused, ucontext_t *ucp)
lib/libthr/thread/thr_sig.c
230
ucontext_t *ucp;
lib/libthr/thread/thr_sig.c
265
handle_signal(struct sigaction *actp, int sig, siginfo_t *info, ucontext_t *ucp)
lib/libthr/thread/thr_sig.c
347
check_cancel(struct pthread *curthread, ucontext_t *ucp)
lib/libthr/thread/thr_sig.c
396
ucontext_t *uc;
lib/libthr/thread/thr_sig.c
69
static void handle_signal(struct sigaction *, int, siginfo_t *, ucontext_t *);
lib/libthr/thread/thr_sig.c
72
static void check_cancel(struct pthread *curthread, ucontext_t *ucp);
lib/libthr/thread/thr_sig.c
78
int _setcontext(const ucontext_t *);
lib/libthr/thread/thr_sig.c
79
int _swapcontext(ucontext_t *, const ucontext_t *);
lib/libthr/thread/thr_sig.c
795
__thr_setcontext(const ucontext_t *ucp)
lib/libthr/thread/thr_sig.c
797
ucontext_t uc;
lib/libthr/thread/thr_sig.c
811
__thr_swapcontext(ucontext_t *oucp, const ucontext_t *ucp)
lib/libthr/thread/thr_sig.c
813
ucontext_t uc;
lib/libthread_db/arch/aarch64/libpthread_md.c
38
pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
lib/libthread_db/arch/aarch64/libpthread_md.c
50
pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r)
lib/libthread_db/arch/aarch64/libpthread_md.c
62
pt_fpreg_to_ucontext(const struct fpreg *r, ucontext_t *uc)
lib/libthread_db/arch/aarch64/libpthread_md.c
71
pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
lib/libthread_db/arch/amd64/libpthread_md.c
100
pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
lib/libthread_db/arch/amd64/libpthread_md.c
39
pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
lib/libthread_db/arch/amd64/libpthread_md.c
66
pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r)
lib/libthread_db/arch/amd64/libpthread_md.c
93
pt_fpreg_to_ucontext(const struct fpreg* r, ucontext_t *uc)
lib/libthread_db/arch/arm/libpthread_md.c
36
pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
lib/libthread_db/arch/arm/libpthread_md.c
61
pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r)
lib/libthread_db/arch/arm/libpthread_md.c
87
pt_fpreg_to_ucontext(const struct fpreg *r, ucontext_t *uc)
lib/libthread_db/arch/arm/libpthread_md.c
98
pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
lib/libthread_db/arch/i386/libpthread_md.c
39
pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
lib/libthread_db/arch/i386/libpthread_md.c
46
pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r)
lib/libthread_db/arch/i386/libpthread_md.c
53
pt_fpreg_to_ucontext(const struct fpreg* r, ucontext_t *uc)
lib/libthread_db/arch/i386/libpthread_md.c
68
pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
lib/libthread_db/arch/i386/libpthread_md.c
82
pt_fxsave_to_ucontext(const char* r, ucontext_t *uc)
lib/libthread_db/arch/i386/libpthread_md.c
89
pt_ucontext_to_fxsave(const ucontext_t *uc, char *r)
lib/libthread_db/arch/i386/libpthread_md.c
98
ucontext_t uc;
lib/libthread_db/arch/powerpc/libpthread_md.c
36
pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
lib/libthread_db/arch/powerpc/libpthread_md.c
44
pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r)
lib/libthread_db/arch/powerpc/libpthread_md.c
52
pt_fpreg_to_ucontext(const struct fpreg *r, ucontext_t *uc)
lib/libthread_db/arch/powerpc/libpthread_md.c
61
pt_ucontext_to_fpreg(const ucontext_t *uc, struct fpreg *r)
lib/libthread_db/arch/riscv/libpthread_md.c
42
pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
lib/libthread_db/arch/riscv/libpthread_md.c
60
pt_ucontext_to_reg(const ucontext_t *uc, struct reg *r)
lib/libthread_db/arch/riscv/libpthread_md.c
78
pt_fpreg_to_ucontext(const struct fpreg *r __unused, ucontext_t *uc __unused)
lib/libthread_db/arch/riscv/libpthread_md.c
87
pt_ucontext_to_fpreg(const ucontext_t *uc __unused, struct fpreg *r __unused)
lib/libthread_db/kse.h
56
ucontext_t tm_context; /* User and machine context */
lib/libthread_db/libpthread_db.h
84
void pt_reg_to_ucontext(const struct reg *, ucontext_t *);
lib/libthread_db/libpthread_db.h
85
void pt_ucontext_to_reg(const ucontext_t *, struct reg *);
lib/libthread_db/libpthread_db.h
86
void pt_fpreg_to_ucontext(const struct fpreg *, ucontext_t *);
lib/libthread_db/libpthread_db.h
87
void pt_ucontext_to_fpreg(const ucontext_t *, struct fpreg *);
lib/libthread_db/libpthread_db.h
89
void pt_fxsave_to_ucontext(const char *, ucontext_t *);
lib/libthread_db/libpthread_db.h
90
void pt_ucontext_to_fxsave(const ucontext_t *, char *);
sys/amd64/amd64/exec_machdep.c
264
ucontext_t uc;
sys/amd64/amd64/exec_machdep.c
268
ucontext_t *ucp;
sys/amd64/amd64/exec_machdep.c
94
_Static_assert(sizeof(ucontext_t) == 880, "ucontext_t size incorrect");
sys/amd64/amd64/genassym.c
211
ASSYM(UC_EFLAGS, offsetof(ucontext_t, uc_mcontext.mc_rflags));
sys/amd64/amd64/genassym.c
212
ASSYM(UC_RDI, offsetof(ucontext_t, uc_mcontext.mc_rdi));
sys/amd64/amd64/genassym.c
213
ASSYM(UC_RSI, offsetof(ucontext_t, uc_mcontext.mc_rsi));
sys/amd64/amd64/genassym.c
214
ASSYM(UC_RDX, offsetof(ucontext_t, uc_mcontext.mc_rdx));
sys/amd64/amd64/genassym.c
215
ASSYM(UC_RCX, offsetof(ucontext_t, uc_mcontext.mc_rcx));
sys/amd64/amd64/genassym.c
216
ASSYM(UC_R8, offsetof(ucontext_t, uc_mcontext.mc_r8));
sys/amd64/amd64/genassym.c
217
ASSYM(UC_R9, offsetof(ucontext_t, uc_mcontext.mc_r9));
sys/amd64/amd64/genassym.c
218
ASSYM(UC_RAX, offsetof(ucontext_t, uc_mcontext.mc_rax));
sys/amd64/amd64/genassym.c
219
ASSYM(UC_RBX, offsetof(ucontext_t, uc_mcontext.mc_rbx));
sys/amd64/amd64/genassym.c
220
ASSYM(UC_RBP, offsetof(ucontext_t, uc_mcontext.mc_rbp));
sys/amd64/amd64/genassym.c
221
ASSYM(UC_R10, offsetof(ucontext_t, uc_mcontext.mc_r10));
sys/amd64/amd64/genassym.c
222
ASSYM(UC_R11, offsetof(ucontext_t, uc_mcontext.mc_r11));
sys/amd64/amd64/genassym.c
223
ASSYM(UC_R12, offsetof(ucontext_t, uc_mcontext.mc_r12));
sys/amd64/amd64/genassym.c
224
ASSYM(UC_R13, offsetof(ucontext_t, uc_mcontext.mc_r13));
sys/amd64/amd64/genassym.c
225
ASSYM(UC_R14, offsetof(ucontext_t, uc_mcontext.mc_r14));
sys/amd64/amd64/genassym.c
226
ASSYM(UC_R15, offsetof(ucontext_t, uc_mcontext.mc_r15));
sys/amd64/amd64/genassym.c
227
ASSYM(UC_FS, offsetof(ucontext_t, uc_mcontext.mc_fs));
sys/amd64/amd64/genassym.c
228
ASSYM(UC_GS, offsetof(ucontext_t, uc_mcontext.mc_gs));
sys/amd64/amd64/genassym.c
229
ASSYM(UC_ES, offsetof(ucontext_t, uc_mcontext.mc_es));
sys/amd64/amd64/genassym.c
230
ASSYM(UC_DS, offsetof(ucontext_t, uc_mcontext.mc_ds));
sys/amd64/amd64/genassym.c
231
ASSYM(UC_RIP, offsetof(ucontext_t, uc_mcontext.mc_rip));
sys/amd64/amd64/genassym.c
232
ASSYM(UC_CS, offsetof(ucontext_t, uc_mcontext.mc_cs));
sys/amd64/amd64/genassym.c
233
ASSYM(UC_RFLAGS, offsetof(ucontext_t, uc_mcontext.mc_rflags));
sys/amd64/amd64/genassym.c
234
ASSYM(UC_RSP, offsetof(ucontext_t, uc_mcontext.mc_rsp));
sys/amd64/amd64/genassym.c
235
ASSYM(UC_SS, offsetof(ucontext_t, uc_mcontext.mc_ss));
sys/amd64/amd64/genassym.c
236
ASSYM(UC_FSBASE, offsetof(ucontext_t, uc_mcontext.mc_fsbase));
sys/amd64/amd64/genassym.c
237
ASSYM(UC_GSBASE, offsetof(ucontext_t, uc_mcontext.mc_gsbase));
sys/arm/arm/exec_machdep.c
377
ucontext_t uc;
sys/arm/arm/exec_machdep.c
70
_Static_assert(sizeof(ucontext_t) == 260, "ucontext_t size incorrect");
sys/arm/include/frame.h
95
ucontext_t sf_uc; /* actual saved ucontext */
sys/arm64/arm64/exec_machdep.c
68
_Static_assert(sizeof(ucontext_t) == 960, "ucontext_t size incorrect");
sys/arm64/arm64/exec_machdep.c
693
ucontext_t uc;
sys/arm64/include/frame.h
61
ucontext_t sf_uc; /* actual saved ucontext */
sys/arm64/linux/linux_sysvec.c
307
ucontext_t uc;
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
329
ucontext_t *ucp = (ucontext_t *)oldcontext;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
157
ucontext_t *ucp = (ucontext_t *)oldcontext;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
381
ucontext_t *ucp = (ucontext_t *)oldcontext;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
389
ucontext_t *ucp = (ucontext_t *)oldcontext;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
385
ucontext_t *ucp = (ucontext_t *)oldcontext;
sys/i386/i386/exec_machdep.c
115
_Static_assert(sizeof(ucontext_t) == 704, "ucontext_t size incorrect");
sys/i386/i386/exec_machdep.c
755
ucontext_t uc;
sys/i386/i386/exec_machdep.c
758
ucontext_t *ucp;
sys/i386/i386/genassym.c
169
ASSYM(UC_EFLAGS, offsetof(ucontext_t, uc_mcontext.mc_eflags));
sys/i386/i386/genassym.c
170
ASSYM(UC_GS, offsetof(ucontext_t, uc_mcontext.mc_gs));
sys/kern/kern_context.c
103
ucontext_t uc;
sys/kern/kern_context.c
109
bzero(&uc, sizeof(ucontext_t));
sys/kern/kern_context.c
45
#define UC_COPY_SIZE offsetof(ucontext_t, uc_link)
sys/kern/kern_context.c
63
ucontext_t uc;
sys/kern/kern_context.c
69
bzero(&uc, sizeof(ucontext_t));
sys/kern/kern_context.c
82
ucontext_t uc;
sys/kern/kern_thr.c
105
ucontext_t ctx;
sys/powerpc/include/sigframe.h
35
ucontext_t sf_uc;
sys/powerpc/powerpc/exec_machdep.c
136
_Static_assert(sizeof(ucontext_t) == 1472, "ucontext_t size incorrect");
sys/powerpc/powerpc/exec_machdep.c
145
_Static_assert(sizeof(ucontext_t) == 1280, "ucontext_t size incorrect");
sys/powerpc/powerpc/exec_machdep.c
338
ucontext_t uc;
sys/riscv/include/frame.h
69
ucontext_t sf_uc; /* actual saved ucontext */
sys/riscv/riscv/exec_machdep.c
411
ucontext_t uc;
sys/riscv/riscv/exec_machdep.c
81
_Static_assert(sizeof(ucontext_t) == 936, "ucontext_t size incorrect");
sys/sys/sysproto.h
1147
char ctx_l_[PADL_(ucontext_t *)]; ucontext_t * ctx; char ctx_r_[PADR_(ucontext_t *)];
sys/sys/thr.h
74
int thr_create(ucontext_t *ctx, long *id, int flags);
sys/sys/ucontext.h
44
int getcontext(ucontext_t *) __returns_twice;
sys/sys/ucontext.h
45
ucontext_t *getcontextx(void);
sys/sys/ucontext.h
46
int setcontext(const ucontext_t *);
sys/sys/ucontext.h
47
void makecontext(ucontext_t *, void (*)(void), int, ...);
sys/sys/ucontext.h
48
int signalcontext(ucontext_t *, int, __sighandler_t *);
sys/sys/ucontext.h
49
int swapcontext(ucontext_t *, const ucontext_t *);
sys/x86/include/sigframe.h
56
ucontext_t sf_uc; /* = *sf_ucontext */
sys/x86/include/sigframe.h
67
ucontext_t sf_uc; /* = *sf_ucontext */
tests/sys/arch/aarch64/sve.c
94
ucontext_t *ctx;
tests/sys/arch/amd64/int0x80.c
38
ucontext_t *uctx = uctxv;
tests/sys/kern/basic_signal.c
88
ucontext_t *ucp = _ucp;
tests/sys/kern/sigaltstack.c
50
ucontext_t *uc = ucp;
tools/test/vm86/vm86_test.c
54
ucontext_t *uc;
tools/test/vm86/vm86_test.c
76
ucontext_t uc;